ROOT logo
/*****************************************************************************
 * Project: RooFit                                                           *
 * Package: RooFitCore                                                       *
 * @(#)root/roofitcore:$Id: RooRealVarSharedProperties.cxx 24285 2008-06-16 15:05:15Z wouter $
 * Authors:                                                                  *
 *   WV, Wouter Verkerke, UC Santa Barbara, verkerke@slac.stanford.edu       *
 *   DK, David Kirkby,    UC Irvine,         dkirkby@uci.edu                 *
 *                                                                           *
 * Copyright (c) 2000-2005, Regents of the University of California          *
 *                          and Stanford University. All rights reserved.    *
 *                                                                           *
 * Redistribution and use in source and binary forms,                        *
 * with or without modification, are permitted according to the terms        *
 * listed in LICENSE (http://roofit.sourceforge.net/license.txt)             *
 *****************************************************************************/

//////////////////////////////////////////////////////////////////////////////
//
// BEGIN_HTML
// Class RooRealVarSharedProperties is an implementation of RooSharedProperties
// that stores the properties of a RooRealVar that are shared among clones.
// For RooRealVars these are the definitions of the named ranges.
// END_HTML
//

#include "RooFit.h"
#include "RooRealVarSharedProperties.h"
#include "Riostream.h"


ClassImp(RooRealVarSharedProperties)
;



//_____________________________________________________________________________
RooRealVarSharedProperties::RooRealVarSharedProperties() 
{
  // Default constructor
} 


//_____________________________________________________________________________
RooRealVarSharedProperties::RooRealVarSharedProperties(const char* uuidstr) : RooSharedProperties(uuidstr)
{
  // Constructor with unique-id string
} 


//_____________________________________________________________________________
RooRealVarSharedProperties::RooRealVarSharedProperties(const RooRealVarSharedProperties& other) :
  RooSharedProperties(other), 
  _altBinning(other._altBinning)
{
  // Copy constructor
}



//_____________________________________________________________________________
RooRealVarSharedProperties::~RooRealVarSharedProperties() 
{
  // Destructor

  _altBinning.Delete() ;
} 


 RooRealVarSharedProperties.cxx:1
 RooRealVarSharedProperties.cxx:2
 RooRealVarSharedProperties.cxx:3
 RooRealVarSharedProperties.cxx:4
 RooRealVarSharedProperties.cxx:5
 RooRealVarSharedProperties.cxx:6
 RooRealVarSharedProperties.cxx:7
 RooRealVarSharedProperties.cxx:8
 RooRealVarSharedProperties.cxx:9
 RooRealVarSharedProperties.cxx:10
 RooRealVarSharedProperties.cxx:11
 RooRealVarSharedProperties.cxx:12
 RooRealVarSharedProperties.cxx:13
 RooRealVarSharedProperties.cxx:14
 RooRealVarSharedProperties.cxx:15
 RooRealVarSharedProperties.cxx:16
 RooRealVarSharedProperties.cxx:17
 RooRealVarSharedProperties.cxx:18
 RooRealVarSharedProperties.cxx:19
 RooRealVarSharedProperties.cxx:20
 RooRealVarSharedProperties.cxx:21
 RooRealVarSharedProperties.cxx:22
 RooRealVarSharedProperties.cxx:23
 RooRealVarSharedProperties.cxx:24
 RooRealVarSharedProperties.cxx:25
 RooRealVarSharedProperties.cxx:26
 RooRealVarSharedProperties.cxx:27
 RooRealVarSharedProperties.cxx:28
 RooRealVarSharedProperties.cxx:29
 RooRealVarSharedProperties.cxx:30
 RooRealVarSharedProperties.cxx:31
 RooRealVarSharedProperties.cxx:32
 RooRealVarSharedProperties.cxx:33
 RooRealVarSharedProperties.cxx:34
 RooRealVarSharedProperties.cxx:35
 RooRealVarSharedProperties.cxx:36
 RooRealVarSharedProperties.cxx:37
 RooRealVarSharedProperties.cxx:38
 RooRealVarSharedProperties.cxx:39
 RooRealVarSharedProperties.cxx:40
 RooRealVarSharedProperties.cxx:41
 RooRealVarSharedProperties.cxx:42
 RooRealVarSharedProperties.cxx:43
 RooRealVarSharedProperties.cxx:44
 RooRealVarSharedProperties.cxx:45
 RooRealVarSharedProperties.cxx:46
 RooRealVarSharedProperties.cxx:47
 RooRealVarSharedProperties.cxx:48
 RooRealVarSharedProperties.cxx:49
 RooRealVarSharedProperties.cxx:50
 RooRealVarSharedProperties.cxx:51
 RooRealVarSharedProperties.cxx:52
 RooRealVarSharedProperties.cxx:53
 RooRealVarSharedProperties.cxx:54
 RooRealVarSharedProperties.cxx:55
 RooRealVarSharedProperties.cxx:56
 RooRealVarSharedProperties.cxx:57
 RooRealVarSharedProperties.cxx:58
 RooRealVarSharedProperties.cxx:59
 RooRealVarSharedProperties.cxx:60
 RooRealVarSharedProperties.cxx:61
 RooRealVarSharedProperties.cxx:62
 RooRealVarSharedProperties.cxx:63
 RooRealVarSharedProperties.cxx:64
 RooRealVarSharedProperties.cxx:65
 RooRealVarSharedProperties.cxx:66
 RooRealVarSharedProperties.cxx:67
 RooRealVarSharedProperties.cxx:68