#include <Event.h>
Public Member Functions | |
EventHeader () | |
virtual | ~EventHeader () |
void | Set (Int_t i, Int_t r, Int_t d) |
Int_t | GetEvtNum () const |
Int_t | GetRun () const |
Int_t | GetDate () const |
EventHeader () | |
virtual | ~EventHeader () |
void | Set (Int_t i, Int_t r, Int_t d) |
Int_t | GetEvtNum () const |
Int_t | GetRun () const |
Int_t | GetDate () const |
EventHeader () | |
virtual | ~EventHeader () |
void | Set (Int_t i, Int_t r, TDatime d, Int_t p, Double_t e) |
Int_t | GetEvtNum () const |
Int_t | GetRun () const |
TDatime | GetDate () const |
Int_t | GetPrimary () const |
Double_t | GetEnergy () const |
Private Attributes | |
Int_t | fEvtNum |
Int_t | fRun |
Int_t | fDate |
TDatime | fDate |
Int_t | fPrimary |
Double_t | fEnergy |
Definition at line 81 of file Event.h.
Definition at line 91 of file Event.h.
References fDate, fEvtNum, and fRun.
Referenced by Event::SetHeader(), and MyEvent::SetHeader().
Int_t EventHeader::GetEvtNum | ( | ) | const [inline] |
Definition at line 92 of file Event.h.
References fEvtNum.
Referenced by MakeHisto(), stress10(), and stress9tree().
Int_t EventHeader::GetRun | ( | ) | const [inline] |
Int_t EventHeader::GetDate | ( | ) | const [inline] |
Int_t EventHeader::GetEvtNum | ( | ) | const [inline] |
Int_t EventHeader::GetRun | ( | ) | const [inline] |
Int_t EventHeader::GetDate | ( | ) | const [inline] |
Int_t EventHeader::GetEvtNum | ( | ) | const [inline] |
Int_t EventHeader::GetRun | ( | ) | const [inline] |
TDatime EventHeader::GetDate | ( | ) | const [inline] |
Int_t EventHeader::GetPrimary | ( | ) | const [inline] |
Double_t EventHeader::GetEnergy | ( | ) | const [inline] |
Definition at line 54 of file MyEvent.h.
References fEnergy.
Referenced by RootShower::Produce(), and RootShower::ShowInfos().
Int_t EventHeader::fEvtNum [private] |
Int_t EventHeader::fRun [private] |
Int_t EventHeader::fDate [private] |
TDatime EventHeader::fDate [private] |
Int_t EventHeader::fPrimary [private] |
Double_t EventHeader::fEnergy [private] |