| #include "BtaMultiListDataK.hh" |
BtaMultiListDataK
class description - source file - inheritance tree (.pdf)
protected:
virtual BtaMultiListData* buildTransient(KanEventReader& eR)
virtual Bool_t fillReadRefHook(KanEventReader& eR)
virtual Bool_t fillWriteRefHook(KanEventWriter& eW)
virtual void loadFrom(const BtaMultiListData* transient, KanEventWriter& eW)
virtual void resetHook(Dna::Scope scope = Dna::Event)
public:
BtaMultiListDataK()
virtual ~BtaMultiListDataK()
virtual const BtaCandIdI* cand() const
virtual Bool_t hasBit(UInt_t i) const
private:
static const UInt_t _blockSize !
KanObjectRef<BtaCandIdI> _candId ! Reference to BtaCandId
KanReferenceSimple _candIdVal
UInt_t _nBlock
UChar_t* _bitList [_nBlock] list of bit vectors
BtaMultiListDataK()
: _candId(_candIdVal,*this,Dna::Event),_nBlock(0), _bitList(0)
~BtaMultiListDataK()
const BtaCandIdI* cand() const
return the candidate
Bool_t hasBit(UInt_t i) const
check to see if a particular bit is set
void loadFrom(const BtaMultiListData* transient,
KanEventWriter& eW)
buildTransient(KanEventReader& eR)
Inline Functions
Bool_t fillWriteRefHook(KanEventWriter& eW)
Bool_t fillReadRefHook(KanEventReader& eR)
void resetHook(Dna::Scope scope = Dna::Event)
Last update: Mon Nov 22 19:26:28 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.
|