16 #include "GaudiKernel/ServiceHandle.h"
32 return StatusCode::SUCCESS;
43 auto cc = std::make_unique<CondCont_t> (*rcusvc.get(),
id);
46 EventIDBase::UNDEFEVT,
47 EventIDBase::UNDEFNUM,
48 EventIDBase::UNDEFNUM,
53 auto tc = std::make_unique<CaloRec::ToolConstants>();
56 tc->newrep (
name(),
"test.cb1",
"0");
57 tc->newrep (
name(),
"test.ca2",
"[[4, 5], [10, 9], [2.5, 1]]");
62 auto tc = std::make_unique<CaloRec::ToolConstants>();
65 tc->newrep (
name(),
"test.cb1",
"1");
66 tc->newrep (
name(),
"test.ca1",
"[10, 9, 8, 7]");
67 tc->newrep (
name(),
"test.ca2",
"[[14, 15], [1, 19], [12.5, 11]]");
72 auto tc = std::make_unique<CaloRec::ToolConstants>();
75 tc->newrep (
name(),
"test.cb1",
"1");
76 tc->newrep (
name(),
"test.caa",
"[10, 9, 8, 7]");
77 tc->newrep (
name(),
"test.ca2",
"[[14, 15], [1, 19], [12.5, 11]]");
82 auto tc = std::make_unique<CaloRec::ToolConstants>();
90 return StatusCode::SUCCESS;
103 #define CHECKCONST(V) \
106 auto val = V (myctx); \
107 ATH_MSG_INFO (#V << " " << val); \
109 catch (const std::exception& e) { \
110 ATH_MSG_INFO (#V << " " << e.what()); \
118 return StatusCode::SUCCESS;
136 std::ostringstream
ss;