20#include <TDatabasePDG.h>
27#define ASSERT_ERROR(condition) \
28 if ((condition) == false) { \
29 LOG(fatal) << R"(Test condition ")" #condition R"(" failed)"; \
40 TParticlePDG* p =
pdgOld->GetParticle(300553);
47 TParticlePDG* pNew =
pdgNew->GetParticle(300553);
53 control->readyToQuit(QuitRequest::Me);
60 adaptAnalysisTask<PdgTest>(cfgc),
Defining PrimaryVertex explicitly as messageable.
std::vector< DataProcessorSpec > WorkflowSpec
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
void process(Enumeration< 0, 1 > &e)
Service< o2::framework::ControlService > control
Service< o2::framework::O2DatabasePDG > pdgNew
Service< TDatabasePDG > pdgOld
WorkflowSpec defineDataProcessing(ConfigContext const &cfgc)
This function hooks up the the workflow specifications into the DPL driver.
#define ASSERT_ERROR(condition)