IOVDataConstants.h
Go to the documentation of this file.
1 #ifndef IOVDATA_CONSTANTS_H
2 #define IOVDATA_CONSTANTS_H
3 
4 #include <string>
5 #include <math.h>
6 
7 namespace lariov {
8 
9  const std::string kTREE_PREFIX = "iov";
10 
11  const unsigned short kMAX_SUBSTAMP_LENGTH = 6;
12  const unsigned int kMAX_SUBSTAMP_VALUE = ((unsigned int)pow(10,kMAX_SUBSTAMP_LENGTH)) - 1;
13 
14  namespace DataSource {
15  enum ds {Database, File, Default};
16  }
17 }
18 #endif
const std::string kTREE_PREFIX
std::string string
Definition: nybbler.cc:12
constexpr T pow(T x)
Definition: pow.h:72
const unsigned int kMAX_SUBSTAMP_VALUE
Filters for channels, events, etc.
const unsigned short kMAX_SUBSTAMP_LENGTH