LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
IOVDataConstants.h
Go to the documentation of this file.
1
#ifndef IOVDATA_CONSTANTS_H
2
#define IOVDATA_CONSTANTS_H
3
4
#include <math.h>
5
#include <string>
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
lariov::kMAX_SUBSTAMP_VALUE
const unsigned int kMAX_SUBSTAMP_VALUE
Definition:
IOVDataConstants.h:12
nutools::dbi::DataSource
DataSource
Definition:
Table.h:33
lariov::DataSource::Default
Definition:
IOVDataConstants.h:15
lariov
Filters for channels, events, etc.
Definition:
CalibrationExtraInfo.cxx:4
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
larevt
v09_10_03
source
larevt
CalibrationDBI
IOVData
IOVDataConstants.h
Generated on Thu May 2 2024 20:59:39 for LArSoft by
1.8.11