TriggerTypes.hh
Go to the documentation of this file.
1 #ifndef TRIGGERTYPES_HH
2 #define TRIGGERTYPES_HH
3 
4 #include <stdint.h>
5 
6 namespace trigdata {
7 
8  /// A unit of time used in trigger logic.
9  typedef uint64_t TrigTimeSlice_t;
10 
11 } // namespace trigger
12 
13 #endif
uint64_t TrigTimeSlice_t
A unit of time used in trigger logic.
Definition: TriggerTypes.hh:9