Project
Loading...
Searching...
No Matches
DCSConfigObject.h File Reference
#include <vector>
#include <string>
#include <iostream>
#include <iterator>
#include <regex>
#include <TString.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::dcs
 

Typedefs

typedef std::vector< charo2::dcs::DCSconfigObject_t
 

Functions

template<typename T >
void o2::dcs::addConfigItem (DCSconfigObject_t &configVector, std::string key, const T value)
 
template<>
void o2::dcs::addConfigItem (DCSconfigObject_t &configVector, std::string key, const std::string value)
 
template<>
void o2::dcs::addConfigItem (DCSconfigObject_t &configVector, std::string key, const char value)
 
template<>
void o2::dcs::addConfigItem (DCSconfigObject_t &configVector, std::string key, const char *value)
 
template<>
void o2::dcs::addConfigItem (DCSconfigObject_t &configVector, std::string key, const TString value)
 
void o2::dcs::printDCSConfig (const DCSconfigObject_t &configVector)
 

Detailed Description

\bried Data format to store DCS configurations

Definition in file DCSConfigObject.h.