1 #ifndef L1TRateHelper_H
2 #define L1TRateHelper_H
49 return m_rateMap.begin()->second.getTime();
55 return m_rateMap.rbegin()->second.getTime();
62 typedef std::map <int, TRateStruct, TRateStruct >
TRateMap;
std::pair< int, int > removeAndGetRateForEarliestTime()
bool operator()(const int &o1, const int &o2) const
int getTimeForOrbit(int orbit)
static int getTimeForOrbit(const int &orbit)
void addOrbit(int orbit)
Adds event with specified orbit. If the event for some reason comes late (after removal of corespondi...
std::map< int, TRateStruct, TRateStruct > TRateMap
int getEarliestTime()
gets time of earliest event (orbit) recorded in event. Returned time -1 is invalid ...
int getLastTime()
gets time of latest event (orbit) recorded in event. Returned time -1 is invalid
static const int m_timeBin