#include <TreeClass.hh>


Public Member Functions | |
| MTEvent () | |
| virtual | ~MTEvent () |
| MTEvent & | operator= (const Event &rhs) |
| void | Build (UInt_t evtId, UInt_t runId, Double32_t temperature, Double32_t pressure, ULong64_t timestamp) |
| void | Clear (Option_t *option="") |
| void | SetTemperature (Double32_t t) |
| void | SetPressure (Double32_t t) |
| void | SetTimestamp (ULong64_t t) |
| MTChannel * | AddChannel (const ChannelHit &hit, UInt_t order) |
| UInt_t | GetEventId () const |
| UInt_t | GetRunId () const |
| UInt_t | GetNchannel () const |
| void | SetNchannel (Int_t n) |
| UInt_t | GetNchannel (UInt_t chamberId) const |
| Double32_t | GetTemperature () const |
| Double32_t | GetPressure () const |
| TClonesArray * | GetChannels () const |
| MTChannel * | GetChannelByOrder (UInt_t order, UInt_t chamberId) const |
| MTChannel * | GetChannelBySoftId (UInt_t aSoftId) const |
Static Public Member Functions | |
| static void | Reset (Option_t *option="") |
Private Attributes | |
| UInt_t | fEventId |
| UInt_t | fRunId |
| Double32_t | fTemperature |
| Double32_t | fPressure |
| ULong64_t | fTimestamp |
| Int_t | fNchannel |
| TClonesArray * | fChannels |
Static Private Attributes | |
| static TClonesArray * | fgChannels |
Definition at line 81 of file TreeClass.hh.
| MTEvent::MTEvent | ( | ) |
| virtual MTEvent::~MTEvent | ( | ) | [virtual] |
| void MTEvent::Build | ( | UInt_t | evtId, | |
| UInt_t | runId, | |||
| Double32_t | temperature, | |||
| Double32_t | pressure, | |||
| ULong64_t | timestamp | |||
| ) |
| void MTEvent::Clear | ( | Option_t * | option = "" |
) |
| static void MTEvent::Reset | ( | Option_t * | option = "" |
) | [static] |
Referenced by G__setup_memfuncMTEvent(), and G__TreeClass_205_0_5().
| void MTEvent::SetTemperature | ( | Double32_t | t | ) | [inline] |
| void MTEvent::SetPressure | ( | Double32_t | t | ) | [inline] |
| void MTEvent::SetTimestamp | ( | ULong64_t | t | ) | [inline] |
| MTChannel* MTEvent::AddChannel | ( | const ChannelHit & | hit, | |
| UInt_t | order | |||
| ) |
| UInt_t MTEvent::GetEventId | ( | ) | const [inline] |
| UInt_t MTEvent::GetRunId | ( | ) | const [inline] |
| UInt_t MTEvent::GetNchannel | ( | ) | const [inline] |
Definition at line 116 of file TreeClass.hh.
Referenced by main(), and View_event().
00116 { return fNchannel; }
| void MTEvent::SetNchannel | ( | Int_t | n | ) | [inline] |
| UInt_t MTEvent::GetNchannel | ( | UInt_t | chamberId | ) | const |
| Double32_t MTEvent::GetTemperature | ( | ) | const [inline] |
| Double32_t MTEvent::GetPressure | ( | ) | const [inline] |
| TClonesArray* MTEvent::GetChannels | ( | ) | const [inline] |
Definition at line 122 of file TreeClass.hh.
Referenced by main(), and View_event().
00122 {return fChannels;}
| MTChannel* MTEvent::GetChannelByOrder | ( | UInt_t | order, | |
| UInt_t | chamberId | |||
| ) | const |
| MTChannel* MTEvent::GetChannelBySoftId | ( | UInt_t | aSoftId | ) | const |
UInt_t MTEvent::fEventId [private] |
UInt_t MTEvent::fRunId [private] |
Double32_t MTEvent::fTemperature [private] |
Double32_t MTEvent::fPressure [private] |
ULong64_t MTEvent::fTimestamp [private] |
Int_t MTEvent::fNchannel [private] |
TClonesArray* MTEvent::fChannels [private] |
TClonesArray* MTEvent::fgChannels [static, private] |
Definition at line 97 of file TreeClass.hh.
1.5.8