A class that builds timing maps from a list of ChanEvents.
More...
#include <TimingMapBuilder.hpp>
|
|
TimingMap | map_ |
| | A map to store all of the timing events that were found.
|
| |
A class that builds timing maps from a list of ChanEvents.
| TimingMapBuilder::TimingMapBuilder |
( |
| ) |
|
|
inline |
| TimingMapBuilder::~TimingMapBuilder |
( |
| ) |
|
|
inline |
| TimingMapBuilder::TimingMapBuilder |
( |
const std::vector< ChanEvent * > & |
evts | ) |
|
Constructor taking in a list of Channel Events
- Parameters
-
| [in] | evts | : The list of events |
| void TimingMapBuilder::FillMaps |
( |
const std::vector< ChanEvent * > & |
evts | ) |
|
|
private |
Fills finds all of the events that had high resolution timing data in the vector of channel events
- Parameters
-
| [in] | evts | : The vector of Channel events to sort through |
- Returns
- The map of events that had high resolution timing data.
The documentation for this class was generated from the following file: