Project
Loading...
Searching...
No Matches
DCSNamer.cxx File Reference
#include "MIDConditions/DCSNamer.h"
#include "MIDBase/DetectorParameters.h"
#include <array>
#include <fmt/printf.h>
#include <iostream>
#include <set>
#include <optional>
#include <stdexcept>
#include <fmt/format.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::mid
 
namespace  o2::mid::dcs
 

Functions

std::optional< IDo2::mid::dcs::detElemId2DCS (int deId)
 
std::string o2::mid::dcs::detElemId2DCSAlias (int deId, MeasurementType type)
 Converts the detection element ID into a DCS alias.
 
std::vector< std::string > o2::mid::dcs::aliases (std::vector< MeasurementType > types={ MeasurementType::HV_V, MeasurementType::HV_I})