Project
Loading...
Searching...
No Matches
o2::dcs::test Namespace Reference

Classes

struct  DataPointHint
 

Typedefs

using HintType = std::variant< DataPointHint< double >, DataPointHint< float >, DataPointHint< uint32_t >, DataPointHint< int32_t >, DataPointHint< char >, DataPointHint< bool >, DataPointHint< std::string > >
 

Functions

o2::framework::DataProcessorSpec getDCSDataReplaySpec (std::vector< HintType > hints={}, const char *detName="TPC")
 
o2::framework::DataProcessorSpec getDCSRandomDataGeneratorSpec (std::vector< HintType > hints={}, const char *detName="TOF")
 

Typedef Documentation

◆ HintType

using o2::dcs::test::HintType = typedef std::variant<DataPointHint<double>, DataPointHint<float>, DataPointHint<uint32_t>, DataPointHint<int32_t>, DataPointHint<char>, DataPointHint<bool>, DataPointHint<std::string> >

Definition at line 32 of file DCSDataPointHint.h.

Function Documentation

◆ getDCSDataReplaySpec()

o2::framework::DataProcessorSpec o2::dcs::test::getDCSDataReplaySpec ( std::vector< HintType hints = {},
const char detName = "TPC" 
)

Definition at line 98 of file DCSDataReplaySpec.cxx.

◆ getDCSRandomDataGeneratorSpec()

o2::framework::DataProcessorSpec o2::dcs::test::getDCSRandomDataGeneratorSpec ( std::vector< HintType hints = {},
const char detName = "TOF" 
)

Definition at line 163 of file DCSRandomDataGeneratorSpec.cxx.