![]() |
Project
|
#include <FT0DCSConfigReader.h>
Inherits o2::fit::FITDCSConfigReader.
Additional Inherited Members | |
![]() | |
FITDCSConfigReader ()=default | |
~FITDCSConfigReader ()=default | |
virtual void | processDChM (gsl::span< const char > configBuf) |
void | updateDChMCcdbObjectInfo () |
const o2::fit::DeadChannelMap & | getDChM () const |
void | resetDChM () |
const std::string & | getCcdbPathDChm () const |
void | setCcdbPathDChM (const std::string &ccdbPath) |
const long | getStartValidityDChM () const |
const long | getEndValidityDChM () const |
void | setStartValidityDChM (const long startValidity) |
const bool | isStartValidityDChMSet () const |
void | resetStartValidityDChM () |
const o2::ccdb::CcdbObjectInfo & | getObjectInfoDChM () const |
o2::ccdb::CcdbObjectInfo & | getObjectInfoDChM () |
const std::string & | getFileNameDChM () const |
void | setFileNameDChM (const std::string &fileName) |
const uint | getValidDaysDChM () const |
void | setValidDaysDChM (const uint validDays) |
const bool | getVerboseMode () const |
void | setVerboseMode (const bool verboseMode) |
const bool | getValidateUploadMode () const |
void | setValidateUploadMode (const bool validateUpload) |
![]() | |
o2::fit::DeadChannelMap | mDChM |
The dead channel map CCDB object. | |
bool | mVerbose = false |
Verbose mode. | |
DCS configuration reader for FT0
At the moment this class doesn't differ from the base class o2::fit::FITDCSConfigReader, which makes it obsolete. It exists only as an example for how to create detector specific DCS configuration readers later.
Definition at line 33 of file FT0DCSConfigReader.h.