Go to the source code of this file.
◆ getOriginalAodCounts()
Definition at line 46 of file OriginalAodCounts.cxx.
53 if(!
event.retrieveMetaInput(incompleteCBC,
"IncompleteCutBookkeepers").isSuccess()){
54 throw std::runtime_error(
"Failed to retrieve IncompleteCutBookkeepers from MetaData!");
60 if(!
event.retrieveMetaInput(completeCBC,
"CutBookkeepers").isSuccess()){
61 throw std::runtime_error(
"Failed to retrieve CutBookkeepers from MetaData!");
67 for (
const auto *cbk: *completeCBC) {
68 if (cbk->cycle() > maxCycle &&
69 cbk->name() ==
"AllExecutedEvents" &&
70 cbk->inputStream() ==
"StreamAOD") {
72 maxCycle = cbk->
cycle();
◆ operator+()