StationTriggerUtil.h
Go to the documentation of this file.
1 #ifndef _sdet_StationTriggerUtil_h_
2 #define _sdet_StationTriggerUtil_h_
3 
4 #include <sevt/StationTriggerData.h>
5 #include <utl/TimeDistribution-fwd.h>
6 #include <vector>
7 #include <string>
8 
9 
10 namespace sdet {
11 
12  namespace Trigger {
13 
16  void Buffer(sevt::Station& station, const utl::TimeStamp& triggerTime,
18  const int pldBits, const int startBin, const int endBin);
19 
20  void PrepareTraces(const sevt::Station& station, int& startBin, int& stopBin,
21  std::vector<const utl::TimeDistributionI*>& traces);
22 
23  }
24 
25 }
26 
27 
28 #endif
void PrepareTraces(const sevt::Station &station, int &startBin, int &stopBin, std::vector< const TimeDistributionI * > &traces)
A TimeStamp holds GPS second and nanosecond for some event.
Definition: TimeStamp.h:110
class to hold data at Station level
void Buffer(sevt::Station &station, const TimeStamp &eventTime, const StationTriggerData::Algorithm algorithm, const int pldBits, const int start, const int stop)

, generated on Tue Sep 26 2023.