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::framework |
| Defining PrimaryVertex explicitly as messageable.
|
|
|
#define | CREATE_HIST_CASE(HType, BType) |
|
#define | EXPIMPL(HType) template std::unique_ptr<HType> HistFactory::createHist<HType>(const HistogramSpec& histSpec); |
|
◆ CREATE_HIST_CASE
#define CREATE_HIST_CASE |
( |
|
HType, |
|
|
|
BType |
|
) |
| |
Value: case k##HType: \
return std::shared_ptr<BType>(createHistFull<HType, BType>(histSpec));
Definition at line 142 of file HistogramSpec.cxx.
◆ EXPIMPL
#define EXPIMPL |
( |
|
HType | ) |
template std::unique_ptr<HType> HistFactory::createHist<HType>(const HistogramSpec& histSpec); |