#include <vector>
#include <cassert>
#include <map>
#include <unordered_map>
#include <boost/property_tree/ptree_fwd.hpp>
#include <typeinfo>
#include <iostream>
#include <array>
Go to the source code of this file.
|
namespace | o2 |
| a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
|
|
namespace | o2::conf |
|
◆ O2ParamDef
#define O2ParamDef |
( |
|
classname, |
|
|
|
key |
|
) |
| |
Value: public: \
classname(TRootIOCtor*) {} \
classname(classname const&) = delete; \
\
private: \
static constexpr char const*
const sKey =
key; \
static classname sInstance; \
classname() = default; \
template <typename T> \
template <typename T, typename P> \
Definition at line 324 of file ConfigurableParam.h.
◆ O2ParamImpl
#define O2ParamImpl |
( |
|
classname | ) |
classname classname::sInstance; |