![]() |
Project
|
#include <algorithm>#include <map>#include "MCHStatus/HVStatusCreator.h"#include "MCHConditions/DCSAliases.h"#include "MCHConditions/DetectionElement.h"#include "MCHGlobalMapping/Mapper.h"#include "MCHStatus/StatusMap.h"#include "MCHStatus/StatusMapCreatorParam.h"Go to the source code of this file.
Namespaces | |
| namespace | o2 |
| a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
| namespace | o2::mch |
Typedefs | |
| using | DPMAP2 = std::unordered_map< std::string, std::map< uint64_t, double > > |
Functions | |
| double | dpConverter (o2::dcs::DataPointValue v) |
| Converts DCS data point value to double HV value. | |
| DPMAP2 | decodeDPMAP (const o2::mch::HVStatusCreator::DPMAP &dpMap) |
| Decode the DCS DPMAP to be processed for HV issues. | |
| using DPMAP2 = std::unordered_map<std::string, std::map<uint64_t, double> > |
Definition at line 23 of file HVStatusCreator.cxx.
| DPMAP2 decodeDPMAP | ( | const o2::mch::HVStatusCreator::DPMAP & | dpMap | ) |
Decode the DCS DPMAP to be processed for HV issues.
Definition at line 37 of file HVStatusCreator.cxx.
| double dpConverter | ( | o2::dcs::DataPointValue | v | ) |
Converts DCS data point value to double HV value.
Definition at line 26 of file HVStatusCreator.cxx.