Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 538 Bytes

File metadata and controls

24 lines (17 loc) · 538 Bytes

Export of DCS to CCDB

To be written

Generating DCS aliases

For test purposes, DCS aliases can be generated making use of the helper function generateRandomDataPoints. For example :

#include "DetectorsDCS/DataPointGenerator.h"
std::vector<std::string> patterns = { "DET/HV/Crate[0.9]/Channel[00.42]/vMon" };
auto dps = o2::dcs::generateRandomDataPoints(patterns,0.0,1200.0);

would generate 420 data points.