KanEvtIDK
class description - source file - inheritance tree (.pdf)
private:
KanEvtIDK(const KanEvtIDK& other)
KanEvtIDK& operator=(const KanEvtIDK& other)
protected:
virtual KanEvtIDI* buildTransient(KanEventReader& eR)
virtual void loadFrom(const KanEvtIDI* c, KanEventWriter& eW)
public:
KanEvtIDK()
virtual ~KanEvtIDK()
virtual UInt_t bdbTimeGmtNSec() const
virtual UInt_t bdbTimeGmtSec() const
virtual UInt_t configKey() const
Bool_t operator==(const KanEvtIDK& other) const
virtual UInt_t partitionMask() const
virtual UInt_t platform() const
virtual void print(ostream& ost = std::cout) const
virtual UInt_t run() const
virtual void setVals(const AbsEventID* eid)
virtual UInt_t timeStamp_l() const
virtual UInt_t timeStamp_u() const
private:
UInt_t _platform in order to identify the event uniquely...
UInt_t _partitionMask ...we need platform and partition mask, too.
UInt_t _timeStamp_u lower part of odfTime
UInt_t _timeStamp_l upper part of odfTime
UInt_t _run Online Run Number
UInt_t _configKey Online Configuration Key
UInt_t _bdbTimeGmtSec I guess that time is defined differently in BdbLand...
UInt_t _bdbTimeGmtNSec ...or maybe in OdfVille
Class KanEvtIDK
Environment:
Software developed for the BaBar Detector at the SLAC B-Factory.
Author List:
Eric A Charles
From EidInfoR by S. Kluth
Copyright Information:
Copyright (C) 2002 LBNL
------------------------------------------------------------------------
KanEvtIDK() //
~KanEvtIDK()
d'tor
void print( ostream & ost ) const
Print eventID, run number, config key
void setVals(const AbsEventID* eventID)
fill this object from a AbsEventID*
Inline Functions
Bool_t operator==(const KanEvtIDK& other) const
UInt_t platform() const
UInt_t partitionMask() const
UInt_t timeStamp_u() const
UInt_t timeStamp_l() const
UInt_t run() const
UInt_t bdbTimeGmtSec() const
UInt_t bdbTimeGmtNSec() const
UInt_t configKey() const
void loadFrom(const KanEvtIDI* c, KanEventWriter& eW)
KanEvtIDI* buildTransient(KanEventReader& eR)
KanEvtIDK KanEvtIDK(const KanEvtIDK& other)
KanEvtIDK& operator=(const KanEvtIDK& other)
Author: Eric A Charles
Last update: Mon Nov 22 19:30:51 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.
|