1 #ifndef FairGetEventTime_H_
2 #define FairGetEventTime_H_
38 std::pair<int, double>
GetEvent(
double simTime)
const;
39 std::vector<double>
GetTimes()
const {
return fEventTime; }
48 std::vector<double> fEventTime;
static FairGetEventTime & Instance()
std::pair< int, double > GetEvent(double simTime) const
std::vector< double > GetTimes() const
Singleton which reads in the event times stored in the event headers of each event in the Init() and ...