Project
Loading...
Searching...
No Matches
HVStatusCreator.cxx File Reference

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.
 

Typedef Documentation

◆ DPMAP2

using DPMAP2 = std::unordered_map<std::string, std::map<uint64_t, double> >

Definition at line 23 of file HVStatusCreator.cxx.

Function Documentation

◆ decodeDPMAP()

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.

◆ dpConverter()

double dpConverter ( o2::dcs::DataPointValue  v)

Converts DCS data point value to double HV value.

Definition at line 26 of file HVStatusCreator.cxx.