34 ClassImp(RooRealVarSharedProperties);
 
   42 RooRealVarSharedProperties::RooRealVarSharedProperties() 
 
   50 RooRealVarSharedProperties::RooRealVarSharedProperties(
const char* uuidstr) : RooSharedProperties(uuidstr)
 
   58 RooRealVarSharedProperties::RooRealVarSharedProperties(
const RooRealVarSharedProperties& other) :
 
   59   RooSharedProperties(other), 
 
   60   _altBinning(other._altBinning)
 
   69 RooRealVarSharedProperties::~RooRealVarSharedProperties() 
 
   71   _altBinning.Delete() ;