Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RooExpensiveObjectCache::ExpensiveObject Class Reference

Definition at line 48 of file RooExpensiveObjectCache.h.

Public Member Functions

 ExpensiveObject ()
 
 ExpensiveObject (Int_t uid, const char *ownerName, TObject &payload, TIterator *paramIter)
 Construct ExpensiveObject oject for inPayLoad and store reference values for all RooAbsReal and RooAbsCategory parameters in params.
 
 ExpensiveObject (Int_t uid, const ExpensiveObject &other)
 
virtual ~ExpensiveObject ()
 
Bool_t matches (TClass *tc, const RooArgSet &params)
 Check object type ;.
 
const char * ownerName () const
 
TObjectpayload ()
 
const TObjectpayload () const
 
void print () const
 
void setPayload (TObject *obj)
 
Int_t uid () const
 

Protected Attributes

std::map< TString, Int_t_catRefParams
 
TString _ownerName
 
TObject_payload
 
std::map< TString, Double_t_realRefParams
 
Int_t _uid
 

#include <RooExpensiveObjectCache.h>

Constructor & Destructor Documentation

◆ ExpensiveObject() [1/3]

RooExpensiveObjectCache::ExpensiveObject::ExpensiveObject ( )
inline

Definition at line 50 of file RooExpensiveObjectCache.h.

◆ ExpensiveObject() [2/3]

RooExpensiveObjectCache::ExpensiveObject::ExpensiveObject ( Int_t  uid,
const char *  ownerName,
TObject payload,
TIterator paramIter 
)

Construct ExpensiveObject oject for inPayLoad and store reference values for all RooAbsReal and RooAbsCategory parameters in params.

Definition at line 217 of file RooExpensiveObjectCache.cxx.

◆ ExpensiveObject() [3/3]

RooExpensiveObjectCache::ExpensiveObject::ExpensiveObject ( Int_t  uid,
const ExpensiveObject other 
)

Definition at line 246 of file RooExpensiveObjectCache.cxx.

◆ ~ExpensiveObject()

RooExpensiveObjectCache::ExpensiveObject::~ExpensiveObject ( )
virtual

Definition at line 259 of file RooExpensiveObjectCache.cxx.

Member Function Documentation

◆ matches()

Bool_t RooExpensiveObjectCache::ExpensiveObject::matches ( TClass tc,
const RooArgSet params 
)

Check object type ;.

Definition at line 271 of file RooExpensiveObjectCache.cxx.

◆ ownerName()

const char * RooExpensiveObjectCache::ExpensiveObject::ownerName ( ) const
inline

Definition at line 60 of file RooExpensiveObjectCache.h.

◆ payload() [1/2]

TObject * RooExpensiveObjectCache::ExpensiveObject::payload ( )
inline

Definition at line 58 of file RooExpensiveObjectCache.h.

◆ payload() [2/2]

const TObject * RooExpensiveObjectCache::ExpensiveObject::payload ( ) const
inline

Definition at line 57 of file RooExpensiveObjectCache.h.

◆ print()

void RooExpensiveObjectCache::ExpensiveObject::print ( ) const

Definition at line 322 of file RooExpensiveObjectCache.cxx.

◆ setPayload()

void RooExpensiveObjectCache::ExpensiveObject::setPayload ( TObject obj)
inline

Definition at line 59 of file RooExpensiveObjectCache.h.

◆ uid()

Int_t RooExpensiveObjectCache::ExpensiveObject::uid ( ) const
inline

Definition at line 56 of file RooExpensiveObjectCache.h.

Member Data Documentation

◆ _catRefParams

std::map<TString,Int_t> RooExpensiveObjectCache::ExpensiveObject::_catRefParams
protected

Definition at line 69 of file RooExpensiveObjectCache.h.

◆ _ownerName

TString RooExpensiveObjectCache::ExpensiveObject::_ownerName
protected

Definition at line 70 of file RooExpensiveObjectCache.h.

◆ _payload

TObject* RooExpensiveObjectCache::ExpensiveObject::_payload
protected

Definition at line 67 of file RooExpensiveObjectCache.h.

◆ _realRefParams

std::map<TString,Double_t> RooExpensiveObjectCache::ExpensiveObject::_realRefParams
protected

Definition at line 68 of file RooExpensiveObjectCache.h.

◆ _uid

Int_t RooExpensiveObjectCache::ExpensiveObject::_uid
protected

Definition at line 66 of file RooExpensiveObjectCache.h.

Libraries for RooExpensiveObjectCache::ExpensiveObject:

The documentation for this class was generated from the following files: