LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include <math.h>
#include <string>
Go to the source code of this file.
Namespaces | |
lariov | |
Filters for channels, events, etc. | |
lariov::DataSource | |
Enumerations | |
enum | lariov::DataSource::ds { lariov::DataSource::Database, lariov::DataSource::File, lariov::DataSource::Default } |
Variables | |
const std::string | lariov::kTREE_PREFIX = "iov" |
const unsigned short | lariov::kMAX_SUBSTAMP_LENGTH = 6 |
const unsigned int | lariov::kMAX_SUBSTAMP_VALUE = ((unsigned int)pow(10, kMAX_SUBSTAMP_LENGTH)) - 1 |