Definition at line 51 of file RooExpensiveObjectCache.h.
 
#include <RooExpensiveObjectCache.h>
◆ ExpensiveObject() [1/3]
  
  | 
        
          | RooExpensiveObjectCache::ExpensiveObject::ExpensiveObject | ( |  | ) |  |  | inline | 
 
 
◆ ExpensiveObject() [2/3]
      
        
          | RooExpensiveObjectCache::ExpensiveObject::ExpensiveObject | ( | Int_t | uidIn, | 
        
          |  |  | const char * | inOwnerName, | 
        
          |  |  | TObject & | inPayload, | 
        
          |  |  | TIterator * | parIter | 
        
          |  | ) |  |  | 
      
 
 
◆ ExpensiveObject() [3/3]
      
        
          | RooExpensiveObjectCache::ExpensiveObject::ExpensiveObject | ( | Int_t | uid, | 
        
          |  |  | const ExpensiveObject & | other | 
        
          |  | ) |  |  | 
      
 
 
◆ ~ExpensiveObject()
  
  | 
        
          | RooExpensiveObjectCache::ExpensiveObject::~ExpensiveObject | ( |  | ) |  |  | virtual | 
 
 
◆ matches()
◆ ownerName()
  
  | 
        
          | const char* RooExpensiveObjectCache::ExpensiveObject::ownerName | ( |  | ) | const |  | inline | 
 
 
◆ payload() [1/2]
  
  | 
        
          | const TObject* RooExpensiveObjectCache::ExpensiveObject::payload | ( |  | ) | const |  | inline | 
 
 
◆ payload() [2/2]
  
  | 
        
          | TObject* RooExpensiveObjectCache::ExpensiveObject::payload | ( |  | ) |  |  | inline | 
 
 
◆ print()
      
        
          | void RooExpensiveObjectCache::ExpensiveObject::print | ( |  | ) |  | 
      
 
 
◆ setPayload()
  
  | 
        
          | void RooExpensiveObjectCache::ExpensiveObject::setPayload | ( | TObject * | obj | ) |  |  | inline | 
 
 
◆ uid()
  
  | 
        
          | Int_t RooExpensiveObjectCache::ExpensiveObject::uid | ( |  | ) | const |  | inline | 
 
 
◆ _catRefParams
  
  | 
        
          | std::map<TString,Int_t> RooExpensiveObjectCache::ExpensiveObject::_catRefParams |  | protected | 
 
 
◆ _ownerName
  
  | 
        
          | TString RooExpensiveObjectCache::ExpensiveObject::_ownerName |  | protected | 
 
 
◆ _payload
  
  | 
        
          | TObject* RooExpensiveObjectCache::ExpensiveObject::_payload |  | protected | 
 
 
◆ _realRefParams
  
  | 
        
          | std::map<TString,Double_t> RooExpensiveObjectCache::ExpensiveObject::_realRefParams |  | protected | 
 
 
◆ _uid
  
  | 
        
          | Int_t RooExpensiveObjectCache::ExpensiveObject::_uid |  | protected | 
 
 
[legend]