#include <SimpleCacheSentry.h>
|
void | addFunc (const RooAbsArg &func, const RooArgSet *obs=0) |
|
void | addVar (const RooRealVar &var) |
|
void | addVars (const RooAbsCollection &vars) |
|
virtual void | attachToTree (TTree &t, Int_t bufSize=32000) |
|
virtual void | attachToVStore (RooVectorDataStore &vstore) |
|
virtual TObject * | clone (const char *newname) const |
|
virtual void | copyCache (const RooAbsArg *source, Bool_t valueOnly=kFALSE, Bool_t setValDirty=kTRUE) |
|
virtual RooAbsArg * | createFundamental (const char *newname=0) const |
|
RooSetProxy & | deps () |
|
const RooArgSet & | deps () const |
|
bool | empty () const |
|
virtual void | fillTreeBranch (TTree &t) |
|
bool | good () const |
|
virtual Bool_t | operator== (const RooAbsArg &other) |
|
virtual Bool_t | readFromStream (istream &is, Bool_t compact, Bool_t verbose=kFALSE) |
|
void | reset () |
|
virtual void | setTreeBranchStatus (TTree &t, Bool_t active) |
|
| SimpleCacheSentry () |
|
| SimpleCacheSentry (const RooRealVar &var) |
|
| SimpleCacheSentry (const RooAbsCollection &vars) |
|
| SimpleCacheSentry (const RooAbsArg &func, const RooArgSet *obs=0) |
|
| SimpleCacheSentry (const SimpleCacheSentry &other, const char *newname=0) |
|
virtual void | syncCache (const RooArgSet *nset=0) |
|
virtual void | writeToStream (ostream &os, Bool_t compact) const |
|
Definition at line 8 of file SimpleCacheSentry.h.
SimpleCacheSentry::SimpleCacheSentry |
( |
| ) |
|
SimpleCacheSentry::SimpleCacheSentry |
( |
const RooRealVar & |
var | ) |
|
SimpleCacheSentry::SimpleCacheSentry |
( |
const RooAbsCollection & |
vars | ) |
|
SimpleCacheSentry::SimpleCacheSentry |
( |
const RooAbsArg & |
func, |
|
|
const RooArgSet * |
obs = 0 |
|
) |
| |
SimpleCacheSentry::SimpleCacheSentry |
( |
const SimpleCacheSentry & |
other, |
|
|
const char * |
newname = 0 |
|
) |
| |
void SimpleCacheSentry::addFunc |
( |
const RooAbsArg & |
func, |
|
|
const RooArgSet * |
obs = 0 |
|
) |
| |
void SimpleCacheSentry::addVar |
( |
const RooRealVar & |
var | ) |
|
|
inline |
void SimpleCacheSentry::addVars |
( |
const RooAbsCollection & |
vars | ) |
|
virtual void SimpleCacheSentry::attachToTree |
( |
TTree & |
t, |
|
|
Int_t |
bufSize = 32000 |
|
) |
| |
|
inlinevirtual |
virtual void SimpleCacheSentry::attachToVStore |
( |
RooVectorDataStore & |
vstore | ) |
|
|
inlinevirtual |
virtual TObject* SimpleCacheSentry::clone |
( |
const char * |
newname | ) |
const |
|
inlinevirtual |
virtual void SimpleCacheSentry::copyCache |
( |
const RooAbsArg * |
source, |
|
|
Bool_t |
valueOnly = kFALSE , |
|
|
Bool_t |
setValDirty = kTRUE |
|
) |
| |
|
inlinevirtual |
virtual RooAbsArg* SimpleCacheSentry::createFundamental |
( |
const char * |
newname = 0 | ) |
const |
|
inlinevirtual |
RooSetProxy& SimpleCacheSentry::deps |
( |
| ) |
|
|
inline |
const RooArgSet& SimpleCacheSentry::deps |
( |
| ) |
const |
|
inline |
bool SimpleCacheSentry::empty |
( |
void |
| ) |
const |
|
inline |
virtual void SimpleCacheSentry::fillTreeBranch |
( |
TTree & |
t | ) |
|
|
inlinevirtual |
bool SimpleCacheSentry::good |
( |
| ) |
const |
|
inline |
virtual Bool_t SimpleCacheSentry::operator== |
( |
const RooAbsArg & |
other | ) |
|
|
inlinevirtual |
virtual Bool_t SimpleCacheSentry::readFromStream |
( |
istream & |
is, |
|
|
Bool_t |
compact, |
|
|
Bool_t |
verbose = kFALSE |
|
) |
| |
|
inlinevirtual |
void SimpleCacheSentry::reset |
( |
void |
| ) |
|
|
inline |
virtual void SimpleCacheSentry::setTreeBranchStatus |
( |
TTree & |
t, |
|
|
Bool_t |
active |
|
) |
| |
|
inlinevirtual |
virtual void SimpleCacheSentry::syncCache |
( |
const RooArgSet * |
nset = 0 | ) |
|
|
inlinevirtual |
virtual void SimpleCacheSentry::writeToStream |
( |
ostream & |
os, |
|
|
Bool_t |
compact |
|
) |
| const |
|
inlinevirtual |
RooSetProxy SimpleCacheSentry::_deps |
|
private |