17 const auto& results = result.getResults();
23 auto allTotalResultIterator = results.find(allTotalResultName);
24 if (allTotalResultIterator != results.end() and not forgetTotalResult) {
33 auto filterTotalResultIterator = results.find(filterTotalResultName);
35 if (filterTotalResultIterator != results.end()) {
47 auto fastRecoTotalResultIterator = results.find(fastRecoTotalResultName);
48 auto hltTotalResultIterator = results.find(hltTotalResultName);
50 if (fastRecoTotalResultIterator != results.end()) {
51 B2WARNING(
"You are using an old trigger result with a newer version of the software. Make sure this is what you want.");
57 if (hltTotalResultIterator != results.end()) {
58 B2WARNING(
"You are using an old trigger result with a newer version of the software. Make sure this is what you want.");