Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
larevt
larevt
CalibrationDBI
IOVData
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
lariov::DataSource::ds
ds
Definition:
IOVDataConstants.h:15
lariov::kTREE_PREFIX
const std::string kTREE_PREFIX
Definition:
IOVDataConstants.h:9
string
std::string string
Definition:
nybbler.cc:12
cet::pow
constexpr T pow(T x)
Definition:
pow.h:72
lariov::kMAX_SUBSTAMP_VALUE
const unsigned int kMAX_SUBSTAMP_VALUE
Definition:
IOVDataConstants.h:12
lariov::DataSource::Default
Definition:
IOVDataConstants.h:15
keras_to_tensorflow.int
int
Definition:
keras_to_tensorflow.py:69
lariov
Filters for channels, events, etc.
Definition:
ChannelStatusServiceTool.h:19
lariov::kMAX_SUBSTAMP_LENGTH
const unsigned short kMAX_SUBSTAMP_LENGTH
Definition:
IOVDataConstants.h:11
lariov::DataSource::Database
Definition:
IOVDataConstants.h:15
lariov::DataSource::File
Definition:
IOVDataConstants.h:15
Generated by
1.8.11