|
| GRPDCSDPsProcessor ()=default |
|
| ~GRPDCSDPsProcessor ()=default |
|
void | init (const std::vector< DPID > &pids) |
|
int | process (const gsl::span< const DPCOM > dps) |
|
int | processDP (const DPCOM &dpcom) |
|
O2LongUInt | processFlags (O2LongUInt flag, const char *pid) |
|
bool | processCollimators (const DPCOM &dpcom) |
|
bool | processEnvVar (const DPCOM &dpcom) |
|
bool | processPairD (const DPCOM &dpcom, const std::string &alias, std::unordered_map< std::string, std::vector< std::pair< O2LongUInt, double > > > &mapToUpdate) |
|
bool | processPairS (const DPCOM &dpcom, const std::string &alias, std::pair< O2LongUInt, std::string > &p, bool &flag) |
|
bool | compareToLatest (std::pair< O2LongUInt, double > &p, double val) |
|
bool | processLHCIFDPs (const DPCOM &dpcom) |
|
void | resetAndKeepLastLHCIFDPs () |
|
void | resetAndKeepLast (std::unordered_map< std::string, std::vector< std::pair< O2LongUInt, double > > > &mapToReset) |
|
void | resetPIDs () |
|
void | resetPIDsLHCIF () |
|
const o2::parameters::GRPMagField & | getMagFieldObj () const |
|
const o2::ccdb::CcdbObjectInfo & | getccdbMagFieldInfo () const |
|
o2::ccdb::CcdbObjectInfo & | getccdbMagFieldInfo () |
|
void | updateMagFieldCCDB () |
|
bool | isMagFieldUpdated () const |
|
const GRPLHCInfo & | getLHCIFObj () const |
|
const o2::ccdb::CcdbObjectInfo & | getccdbLHCIFInfo () const |
|
o2::ccdb::CcdbObjectInfo & | getccdbLHCIFInfo () |
|
void | updateLHCIFInfoCCDB () |
|
bool | isLHCIFInfoUpdated () const |
|
const GRPEnvVariables & | getEnvVarsObj () const |
|
GRPEnvVariables & | getEnvVarsObj () |
|
const o2::ccdb::CcdbObjectInfo & | getccdbEnvVarsInfo () const |
|
o2::ccdb::CcdbObjectInfo & | getccdbEnvVarsInfo () |
|
void | updateEnvVarsCCDB () |
|
const GRPCollimators & | getCollimatorsObj () const |
|
GRPCollimators & | getCollimatorsObj () |
|
const o2::ccdb::CcdbObjectInfo & | getccdbCollimatorsInfo () const |
|
o2::ccdb::CcdbObjectInfo & | getccdbCollimatorsInfo () |
|
void | updateCollimatorsCCDB () |
|
void | setStartValidityMagFi (long t) |
|
void | setStartValidityLHCIF (long t) |
|
void | setStartValidityEnvVa (long t) |
|
void | setStartValidityColli (long t) |
|
long | getStartValidityLHCIF () const |
|
long | getStartValidityEnvVa () const |
|
long | getStartValidityColli () const |
|
void | resetStartValidityLHCIF () |
|
void | resetStartValidityEnvVa () |
|
void | resetStartValidityColli () |
|
void | useVerboseMode () |
|
void | clearVectors () |
|
void | printVectorInfo (const std::vector< std::pair< O2LongUInt, double > > &vect, bool afterUpdate) |
|
void | updateVector (const DPID &dpid, std::vector< std::pair< O2LongUInt, double > > &vect, std::string alias, O2LongUInt timestamp, double val) |
|
Definition at line 286 of file GRPDCSDPsProcessor.h.