CalibrationDBIFwd.h
Go to the documentation of this file.
1 #ifndef CALIBRATIONDBIFWD_H
2 #define CALIBRATIONDBIFWD_H
3 
4 #include <cstdint>
5 #include <set>
6 
7 namespace lariov {
8 
9  typedef std::uint64_t DBTimeStamp_t;
10  typedef std::uint32_t DBChannelID_t;
11 
12  typedef std::set<DBChannelID_t> DBChannelSet_t;
13 }
14 
15 #endif
std::uint32_t DBChannelID_t
std::uint64_t DBTimeStamp_t
std::set< DBChannelID_t > DBChannelSet_t
Filters for channels, events, etc.