#include <TGet4v1Event.h>
Public Member Functions | |
TGet4v1Event () | |
TGet4v1Event (const char *name, Short_t id=0) | |
virtual | ~TGet4v1Event () |
virtual void | Clear (Option_t *t="") |
double | GetEventTime () const |
ULong64_t | CalcGlobalTime (Double_t deltaTrigger) |
TGet4v1Event () | |
TGet4v1Event (const char *name, Short_t id=0) | |
virtual | ~TGet4v1Event () |
virtual void | Clear (Option_t *t="") |
double | GetEventTime () const |
ULong64_t | CalcGlobalTime (Double_t deltaTrigger) |
UInt_t | GetHitsNumber (UInt_t uEvent, UInt_t uGet4ChipBoard, UInt_t uGet4Channel) |
Double_t | GetHitTime (UInt_t uEvent, UInt_t uGet4ChipBoard, UInt_t uGet4Channel, UInt_t uHit=0) |
Double_t | GetHitTot (UInt_t uEvent, UInt_t uGet4ChipBoard, UInt_t uGet4Channel, UInt_t uHit=0) |
Data Fields | |
ULong64_t | fLastGlobalTriggerTm |
ULong64_t | fMbsEventNumber |
std::vector< Get4v1Event > | fEvents |
Definition at line 395 of file TGet4v1Event.h.
TGet4v1Event::TGet4v1Event | ( | ) |
Definition at line 361 of file TGet4v1Event.cxx.
TGet4v1Event::TGet4v1Event | ( | const char * | name, | |
Short_t | id = 0 | |||
) |
Definition at line 355 of file TGet4v1Event.cxx.
TGet4v1Event::~TGet4v1Event | ( | ) | [virtual] |
Definition at line 366 of file TGet4v1Event.cxx.
References Clear().
TGet4v1Event::TGet4v1Event | ( | ) |
TGet4v1Event::TGet4v1Event | ( | const char * | name, | |
Short_t | id = 0 | |||
) |
virtual TGet4v1Event::~TGet4v1Event | ( | ) | [virtual] |
ULong64_t TGet4v1Event::CalcGlobalTime | ( | Double_t | deltaTrigger | ) |
Definition at line 380 of file TGet4v1Event.cxx.
References fLastGlobalTriggerTm.
ULong64_t TGet4v1Event::CalcGlobalTime | ( | Double_t | deltaTrigger | ) |
virtual void TGet4v1Event::Clear | ( | Option_t * | t = "" |
) | [virtual] |
Method called by the framework to clear the event element.
void TGet4v1Event::Clear | ( | Option_t * | t = "" |
) | [virtual] |
Method called by the framework to clear the event element.
Definition at line 371 of file TGet4v1Event.cxx.
References fEvents.
Referenced by ~TGet4v1Event().
double TGet4v1Event::GetEventTime | ( | ) | const [inline] |
Method return time of event in seconds in time of master ROC
Definition at line 405 of file TGet4v1Event.h.
References fLastGlobalTriggerTm.
double TGet4v1Event::GetEventTime | ( | ) | const [inline] |
Method return time of event in seconds in time of master ROC
Definition at line 451 of file TGet4v1Event.h.
References fLastGlobalTriggerTm.
UInt_t TGet4v1Event::GetHitsNumber | ( | UInt_t | uEvent, | |
UInt_t | uGet4ChipBoard, | |||
UInt_t | uGet4Channel | |||
) | [inline] |
Definition at line 469 of file TGet4v1Event.h.
References fEvents.
Double_t TGet4v1Event::GetHitTime | ( | UInt_t | uEvent, | |
UInt_t | uGet4ChipBoard, | |||
UInt_t | uGet4Channel, | |||
UInt_t | uHit = 0 | |||
) | [inline] |
Definition at line 475 of file TGet4v1Event.h.
References fEvents.
Double_t TGet4v1Event::GetHitTot | ( | UInt_t | uEvent, | |
UInt_t | uGet4ChipBoard, | |||
UInt_t | uGet4Channel, | |||
UInt_t | uHit = 0 | |||
) | [inline] |
Definition at line 477 of file TGet4v1Event.h.
References fEvents.
std::vector< Get4v1Event > TGet4v1Event::fEvents |
Definition at line 419 of file TGet4v1Event.h.
Referenced by TGet4v1Proc::CheckEventClosure(), Clear(), TRpcProc::FinalizeEvent(), TPlasticsProc::FinalizeEvent(), GetHitsNumber(), GetHitTime(), GetHitTot(), TPlasticsProc::ProcessGet4v10PlasticDouble(), TPlasticsProc::ProcessGet4v10PlasticSingle(), TRpcProc::ProcessGet4v10Strip(), and TGet4v1Proc::ProcessTriggerMessage().
ULong64_t TGet4v1Event::fLastGlobalTriggerTm |
Definition at line 415 of file TGet4v1Event.h.
Referenced by CalcGlobalTime(), and GetEventTime().
ULong64_t TGet4v1Event::fMbsEventNumber |
Definition at line 417 of file TGet4v1Event.h.
Referenced by TGet4v1Proc::FinalizeEvent().