| #include "BtaCandIdBlockK.hh" |
BtaCandIdBlockK
class description - source file - inheritance tree (.pdf)
protected:
virtual BtaCandIdBlock* buildTransient(KanEventReader& eR)
virtual void loadFrom(const BtaCandIdBlock* transient, KanEventWriter& eW)
virtual void setDependentBranches()
public:
BtaCandIdBlockK()
virtual ~BtaCandIdBlockK()
virtual UInt_t listIdx(const char* listName) const
virtual bool multiListCands(vector<BtaCandIdI*>& list, const char* listName) const
virtual void print(ostream& os = std::cout) const
virtual bool singleListCands(UInt_t& iFirst, UInt_t& nCand, const char* listName) const
private:
KanCache<KanArray_String> _desc ! Meta data of list names
KanCache<KanClonesVectorK<BtaSingleListDataK> > _singleListData ! Vector of simple block data
KanCache<KanClonesVectorK<BtaMultiListDataK> > _multiListData ! Vector of simple block data
BtaCandIdBlockK()
:BtaCandIdBlockI(),
_desc(Dna::Collection),
_singleListData(Dna::Event),
_multiListData(Dna::Event)
~BtaCandIdBlockK()
void print(ostream& os) const
void loadFrom(const BtaCandIdBlock* transient,
KanEventWriter& eW)
buildTransient(KanEventReader& eR)
void setDependentBranches()
UInt_t listIdx(const char* listName) const
bool multiListCands(std::vector<BtaCandIdI*>& list, const char* listName) const
bool singleListCands(UInt_t& iFirst, UInt_t& nCand, const char* listName) const
Inline Functions
Last update: Mon Nov 22 19:25:50 2004
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.
|