| #include "KanEvtHeaderEntryK.hh" |
KanEvtHeaderEntryK
class description - source file - inheritance tree (.pdf)
private:
KanEvtHeaderEntryK(const KanEvtHeaderEntryK&)
KanEvtHeaderEntryK& operator=(const KanEvtHeaderEntryK&)
protected:
virtual KanEvtHeaderEntryI* buildTransient(KanEventReader& eR)
virtual void loadFrom(const KanEvtHeaderEntryI*, KanEventWriter& eW)
public:
KanEvtHeaderEntryK()
virtual ~KanEvtHeaderEntryK()
virtual UInt_t compNameIndex() const
virtual UInt_t eventIndex() const
virtual UInt_t fileNameIndex() const
virtual Bool_t isBorrowed() const
virtual void print(ostream& os = std::cout) const
virtual void setVals(UInt_t fnIndex, UInt_t uuIndex, UInt_t cmpIndex, UInt_t evtIndex, Bool_t isBorrowed)
virtual UInt_t uuidNameIndex() const
private:
UInt_t _fileNameIndex Index into collection name list
UInt_t _uuidNameIndex Index into uuid list
UInt_t _compNameIndex Index into component name list
UInt_t _eventIndex sequential index of the event
Bool_t _isBorrowed component is borrowed from input
Persistent class for KanEvtHeaderEntry - implementation
Environment:
Software developed for the BaBar Detector at the SLAC B-Factory.
Author List:
Matthias Steinke
------------------------------------------------------------------------
KanEvtHeaderEntryK()
:KanEvtHeaderEntryI()
~KanEvtHeaderEntryK()
print(ostream& os) const
Only print something for non-null entries
Inline Functions
void setVals(UInt_t fnIndex, UInt_t uuIndex, UInt_t cmpIndex, UInt_t evtIndex, Bool_t isBorrowed)
UInt_t fileNameIndex() const
UInt_t uuidNameIndex() const
UInt_t compNameIndex() const
UInt_t eventIndex() const
Bool_t isBorrowed() const
void loadFrom(const KanEvtHeaderEntryI*, KanEventWriter& eW)
KanEvtHeaderEntryI* buildTransient(KanEventReader& eR)
KanEvtHeaderEntryK KanEvtHeaderEntryK(const KanEvtHeaderEntryK&)
KanEvtHeaderEntryK& operator=(const KanEvtHeaderEntryK&)
Last update: Mon Nov 22 19:30:42 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.
|