32 m_regSvc (
"IOVRegistrationSvc",
name),
33 m_streamer (
"AthenaOutputStreamTool/CondStream", this)
51 return StatusCode::SUCCESS;
57 auto s2 = std::make_unique<DMTest::S2> (
count * 50);
73 return StatusCode::SUCCESS;
80 static const unsigned int bounds[] = { 0, 1, 3, 4, 7, 8, 9 };
82 unsigned int lbn =
count / 3;
89 auto attrList = std::make_unique<AthenaAttributeList>();
90 attrList->extend (
"xint",
"int");
91 (*attrList)[
"xint"].setValue(
static_cast<int> (niov));
101 return StatusCode::SUCCESS;
108 static const unsigned int bounds[] = { 0, 3, 6, 7, 10, 17, 19, 22, 26 };
116 auto attrList = std::make_unique<AthenaAttributeList>();
117 attrList->extend (
"xint",
"int");
118 (*attrList)[
"xint"].setValue(
static_cast<int> (niov * 100));
128 return StatusCode::SUCCESS;
138 unsigned int count = eventInfo->eventNumber() - 1;
140 auto attrList = std::make_unique<AthenaAttributeList>();
141 attrList->extend (
"xint",
"int");
142 (*attrList)[
"xint"].setValue(
static_cast<int> ((
count+1)*10));
159 return StatusCode::SUCCESS;