#include <RecDataRecord.h>
Inheritance diagram for RecDataRecord< T >:

Public Member Functions | |
| RecDataRecord () | |
| RecDataRecord (const T &header) | |
| virtual | ~RecDataRecord () |
| virtual Int_t | GetNComponent () const |
| virtual const TObjArray & | GetComponentIds () const |
| virtual const TObjArray & | GetComponents () const |
| virtual const TObjArray & | GetTemporaries () const |
| virtual const TObject * | FindComponent (const char *classname=0, const char *objectname=0) const |
| virtual const TObject * | FindTemporary (const char *classname=0, const char *objectname=0) const |
| virtual bool | HasComponent (const char *classname=0, const char *objectname=0) const |
| virtual std::ostream & | Print (std::ostream &os) const |
| virtual void | Print (Option_t *option="") const |
| virtual void | AdoptComponent (TObject *component) |
| virtual void | AdoptTemporary (TObject *temporary) |
Protected Member Functions | |
| virtual TObject * | RemoveComponent (TObject *component) |
| virtual TObject * | RemoveTemporary (TObject *temporary) |
Private Member Functions | |
| void | Init () |
| associated objects, not persisted | |
| RecDataRecord (const RecDataRecord &) | |
| RecDataRecord & | operator= (const RecDataRecord &) |
Private Attributes | |
| Int_t | fNComponent |
| TObjArray | fComponentIds |
| TObjArray | fComponents |
| TObjArray | fTemporaries |
|
|||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
||||||||||
|
Referenced by RerootFlsDigitToDigiPE::Get(), PhotonTransport::Get(), PhotonInjector::Get(), LightInjector::Get(), CustomLightInjector::Get(), and Truthifier::Instance(). |
|
||||||||||||||||
|
||||||||||||||||
|
Referenced by DetSim::Ana(), CompareToReroot::Ana(), SimSnarlRecord::FindSimTemporary(), PhotonTransport::Get(), DetSim::Get(), and Truthifier::Instance(). |
|
|||||||||
|
Definition at line 33 of file RecDataRecord.h. 00033 { return fComponentIds; }
|
|
|||||||||
|
Definition at line 34 of file RecDataRecord.h. Referenced by RecoTreeModule::Ana(), AtNuTreeModule::Ana(), DataUtil::dump_mom(), NtpMaker::FillMCInfo(), PreFilter::SimCheck(), and FitTrackCamAnalysisModule::TruthSection(). 00034 { return fComponents; }
|
|
|||||||||
|
Definition at line 32 of file RecDataRecord.h. 00032 { return fNComponent; }
|
|
|||||||||
|
Definition at line 35 of file RecDataRecord.h. Referenced by DataUtil::dump_mom(). 00035 { return fTemporaries; }
|
|
||||||||||||||||
|
Referenced by RecValidate::TestDataRecord(). |
|
|||||||||
|
associated objects, not persisted
|
|
||||||||||
|
|
|
||||||||||
|
Reimplemented from RecRecordImp< T >. |
|
||||||||||
|
Reimplemented from RecRecordImp< T >. Reimplemented in SimSnarlRecord. Referenced by SimSnarlRecord::Print(). |
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||
|
Definition at line 59 of file RecDataRecord.h. |
|
|||||
|
Definition at line 60 of file RecDataRecord.h. |
|
|||||
|
Definition at line 58 of file RecDataRecord.h. |
|
|||||
|
Definition at line 61 of file RecDataRecord.h. |
1.3.9.1