22 return StatusCode::SUCCESS;
30 std::vector<uint64_t> outputData;
32 std::vector<IdentifierHash> listOfPixelIds;
33 std::vector<IdentifierHash> listOfStripIds;
40 for (
const auto &var : outputData)
42 ATH_MSG_DEBUG(
"Line: " << line <<
" data: " << std::hex << var);
56 for (
const auto &var : outputData)
58 ATH_MSG_DEBUG(
"Line: " << line <<
" data: " << std::hex << var);
63 std::unique_ptr<EFTrackingTransient::Metadata> metadata =
64 std::make_unique<EFTrackingTransient::Metadata>();
75 ATH_MSG_DEBUG(
"The path to the pixel EDM reference test vector is not set, skipping");
89 ATH_MSG_DEBUG(
"The path to the strip EDM reference test vector is not set, skipping");
103 ATH_MSG_DEBUG(
"The path to the space point reference test vector is not set, skipping");
118 ATH_MSG_DEBUG(
"===================Event Summary====================");
121 ATH_MSG_DEBUG(
"\tnumOfPixelClusters: " << metadata->numOfPixelClusters);
122 ATH_MSG_DEBUG(
"\tpcRdoIndexSize: " << metadata->pcRdoIndexSize);
124 for (
unsigned int i = 0; i < metadata->pcRdoIndexSize; i++)
126 ATH_MSG_DEBUG(
"\tCluster [" << i <<
"] has " << metadata->pcRdoIndex[i] <<
" RDOs");
131 for (
const auto &rdo : pcAux.
rdoList)
136 ATH_MSG_DEBUG(
"\tnumOfStripClusters: " << metadata->numOfStripClusters);
137 ATH_MSG_DEBUG(
"\tscRdoIndexSize: " << metadata->scRdoIndexSize);
139 for (
unsigned int i = 0; i < metadata->scRdoIndexSize; i++)
141 ATH_MSG_DEBUG(
"\tCluster [" << i <<
"] has " << metadata->scRdoIndex[i] <<
" RDOs");
146 for (
const auto &rdo : scAux.
rdoList)
153 for (
unsigned int i = 0; i < metadata->numOfPixelClusters; i++)
171 for (
unsigned int i = 0; i < metadata->numOfStripClusters; i++)
183 ATH_MSG_DEBUG(
"===================End of Event Summary====================");
197 return StatusCode::SUCCESS;
#define ATH_CHECK
Evaluate an expression and check for errors.
Exception-safe IChronoSvc caller.
bool msgLvl(const MSG::Level lvl) const
Exception-safe IChronoSvc caller.
SG::ReadCondHandle< T > makeHandle(const SG::ReadCondHandleKey< T > &key, const EventContext &ctx=Gaudi::Hive::currentContext())
std::vector< uint64_t > refTV