6 #ifndef __TIMINGMAPBUILDER_HPP__
7 #define __TIMINGMAPBUILDER_HPP__
30 void FillMaps(
const std::vector<ChanEvent*> &evts);
33 #endif // __TIMINGMAPBUILDER_HPP__
TimingMap GetMap(void)
Definition: TimingMapBuilder.hpp:25
TimingMap map_
A map to store all of the timing events that were found.
Definition: TimingMapBuilder.hpp:31
A Class to define what a channel event is.
Class to hold all of the information for high resolution timing.
~TimingMapBuilder()
Definition: TimingMapBuilder.hpp:18
std::map< TimingDefs::TimingIdentifier, HighResTimingData > TimingMap
Definition: HighResTimingData.hpp:98
A class that builds timing maps from a list of ChanEvents.
Definition: TimingMapBuilder.hpp:13
TimingMapBuilder()
Definition: TimingMapBuilder.hpp:16
void FillMaps(const std::vector< ChanEvent * > &evts)