LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Filters for channels, events, etc. More...
Namespaces | |
DataSource | |
Classes | |
class | CalibrationExtraInfo |
class | ChannelStatus |
class | ChData |
class | DatabaseRetrievalAlg |
class | DBDataset |
class | DBFolder |
class | DetPedestal |
class | DetPedestalRetrievalAlg |
Retrieves channel information: pedestal and RMS. More... | |
class | ElectronicsCalib |
class | ElectronLifetimeContainer |
class | IOVDataError |
class | IOVTimeStamp |
class | PmtGain |
class | SimpleChannelStatus |
Class providing information about the quality of channels. More... | |
class | SimpleChannelStatusService |
Service providing information about the quality of channels. More... | |
class | SIOVChannelStatusProvider |
Class providing information about the quality of channels. More... | |
class | SIOVChannelStatusService |
class | SIOVDetPedestalService |
class | SIOVElectronicsCalibProvider |
Retrieves information: electronics calibrations, specifically gain and shaping time. More... | |
class | SIOVElectronicsCalibService |
class | SIOVPmtGainProvider |
Retrieves information: pmt gain. More... | |
class | SIOVPmtGainService |
class | Snapshot |
class | TimeStampDecoder |
class | WebError |
Typedefs | |
typedef void * | Dataset |
typedef void * | Tuple |
Enumerations | |
enum | chStatus { kDISCONNECTED = 0, kDEAD = 1, kLOWNOISE = 2, kNOISY = 3, kGOOD = 4, kUNKNOWN = 5 } |
Variables | |
const std::string | kTREE_PREFIX = "iov" |
const unsigned short | kMAX_SUBSTAMP_LENGTH = 6 |
const unsigned int | kMAX_SUBSTAMP_VALUE = ((unsigned int)pow(10, kMAX_SUBSTAMP_LENGTH)) - 1 |
const unsigned int | kNUMBER_HEADER_ROWS = 4 |
const unsigned int | kBUFFER_SIZE = 128 |
Filters for channels, events, etc.
typedef void* lariov::Dataset |
Definition at line 12 of file DBFolder.h.
typedef void* lariov::Tuple |
Definition at line 13 of file DBFolder.h.
enum lariov::chStatus |
Enumerator | |
---|---|
kDISCONNECTED | |
kDEAD | |
kLOWNOISE | |
kNOISY | |
kGOOD | |
kUNKNOWN |
Definition at line 21 of file ChannelStatus.h.
const unsigned int lariov::kBUFFER_SIZE = 128 |
Definition at line 7 of file WebDBIConstants.h.
Referenced by lariov::DBDataset::DBDataset().
const unsigned short lariov::kMAX_SUBSTAMP_LENGTH = 6 |
Definition at line 11 of file IOVDataConstants.h.
Referenced by lariov::IOVTimeStamp::CalcDBStamp(), lariov::TimeStampDecoder::DecodeTimeStamp(), and lariov::IOVTimeStamp::GetFromString().
const unsigned int lariov::kMAX_SUBSTAMP_VALUE = ((unsigned int)pow(10, kMAX_SUBSTAMP_LENGTH)) - 1 |
Definition at line 12 of file IOVDataConstants.h.
Referenced by lariov::IOVTimeStamp::CalcDBStamp(), and lariov::IOVTimeStamp::MaxTimeStamp().
const unsigned int lariov::kNUMBER_HEADER_ROWS = 4 |
Definition at line 6 of file WebDBIConstants.h.
Referenced by lariov::DBDataset::DBDataset().
const std::string lariov::kTREE_PREFIX = "iov" |
Definition at line 9 of file IOVDataConstants.h.