![]() |
Project
|
#include <FITDCSConfigReader.h>
Inherited by o2::ft0::FT0DCSConfigReader.
Protected Attributes | |
o2::fit::DeadChannelMap | mDChM |
The dead channel map CCDB object. | |
bool | mVerbose = false |
Verbose mode. | |
Definition at line 31 of file FITDCSConfigReader.h.
|
default |
|
default |
const std::string & FITDCSConfigReader::getCcdbPathDChm | ( | ) | const |
Definition at line 55 of file FITDCSConfigReader.cxx.
const o2::fit::DeadChannelMap & FITDCSConfigReader::getDChM | ( | ) | const |
Definition at line 53 of file FITDCSConfigReader.cxx.
const long FITDCSConfigReader::getEndValidityDChM | ( | ) | const |
Definition at line 58 of file FITDCSConfigReader.cxx.
const std::string & FITDCSConfigReader::getFileNameDChM | ( | ) | const |
Definition at line 65 of file FITDCSConfigReader.cxx.
o2::ccdb::CcdbObjectInfo & FITDCSConfigReader::getObjectInfoDChM | ( | ) |
Definition at line 63 of file FITDCSConfigReader.cxx.
const o2::ccdb::CcdbObjectInfo & FITDCSConfigReader::getObjectInfoDChM | ( | ) | const |
Definition at line 62 of file FITDCSConfigReader.cxx.
const long FITDCSConfigReader::getStartValidityDChM | ( | ) | const |
Definition at line 57 of file FITDCSConfigReader.cxx.
const bool FITDCSConfigReader::getValidateUploadMode | ( | ) | const |
Definition at line 74 of file FITDCSConfigReader.cxx.
const uint FITDCSConfigReader::getValidDaysDChM | ( | ) | const |
Definition at line 68 of file FITDCSConfigReader.cxx.
const bool FITDCSConfigReader::getVerboseMode | ( | ) | const |
Definition at line 71 of file FITDCSConfigReader.cxx.
const bool FITDCSConfigReader::isStartValidityDChMSet | ( | ) | const |
Definition at line 60 of file FITDCSConfigReader.cxx.
Definition at line 26 of file FITDCSConfigReader.cxx.
void FITDCSConfigReader::resetDChM | ( | ) |
Definition at line 54 of file FITDCSConfigReader.cxx.
void FITDCSConfigReader::resetStartValidityDChM | ( | ) |
Definition at line 61 of file FITDCSConfigReader.cxx.
void FITDCSConfigReader::setCcdbPathDChM | ( | const std::string & | ccdbPath | ) |
Definition at line 56 of file FITDCSConfigReader.cxx.
void FITDCSConfigReader::setFileNameDChM | ( | const std::string & | fileName | ) |
Definition at line 66 of file FITDCSConfigReader.cxx.
Definition at line 59 of file FITDCSConfigReader.cxx.
void FITDCSConfigReader::setValidateUploadMode | ( | const bool | validateUpload | ) |
Definition at line 75 of file FITDCSConfigReader.cxx.
void FITDCSConfigReader::setValidDaysDChM | ( | const uint | validDays | ) |
Definition at line 69 of file FITDCSConfigReader.cxx.
void FITDCSConfigReader::setVerboseMode | ( | const bool | verboseMode | ) |
Definition at line 72 of file FITDCSConfigReader.cxx.
void FITDCSConfigReader::updateDChMCcdbObjectInfo | ( | ) |
Definition at line 46 of file FITDCSConfigReader.cxx.
|
protected |
The dead channel map CCDB object.
Definition at line 65 of file FITDCSConfigReader.h.
|
protected |
Verbose mode.
Definition at line 66 of file FITDCSConfigReader.h.