BrEvent
class description - source file - inheritance tree
public:
BrEvent BrEvent(Char_t* Name, Int_t run, Int_t event)
BrEvent BrEvent(BrEvent&)
BrEvent BrEvent()
void ~BrEvent()
TClass* Class()
virtual void Copy(BrEvent& event)
virtual Int_t GetDate()
virtual BrEventHeader* GetEventHeader()
virtual Int_t GetEventNumber()
virtual Int_t GetRunNumber()
virtual Int_t GetTime()
virtual Int_t GetTriggerMask()
virtual TClass* IsA()
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
private:
BrEventHeader* fEventHeader Event header with general event info
BrEvent is a BRAHMS data class providing storage and
access function for event data information. The data
is stored in BrDataObject objects that are kept inside
a THashList.
This allows modification of the BrEvent content by the
user, with the BrDataObject providing a standard interface
for information retrieval, bookkeeping and I/O selection.
BrEvent()
Constructor. Set counter and list data members to zero.
Don't use this constructor unless you have to and know
what you are doing
Use BrEvent(Int_t run, Int_t event) instead
BrEvent(Char_t* Name, Int_t run, Int_t event) : BrEventNode(Name)
Constructor. Create the event header and the hash table
for storing the data objects for this event. Set the
event name.
~BrEvent()
Destructor. Delete BrEvent and all the data objects
currently owned by BrEvent
void Copy(BrEvent &event)
void Streamer(TBuffer &R__b)
Stream an object of class BrEvent.
Inline Functions
Int_t GetRunNumber()
Int_t GetEventNumber()
Int_t GetDate()
Int_t GetTriggerMask()
Int_t GetTime()
BrEventHeader* GetEventHeader()
TClass* Class()
TClass* IsA()
void ShowMembers(TMemberInspector& insp, char* parent)
BrEvent BrEvent(BrEvent&)
ROOT page - Class index - 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.