5#ifndef EVENT_BOOKKEEPER_TOOLS__BOOKKEEPER_TOOL_H
6#define EVENT_BOOKKEEPER_TOOLS__BOOKKEEPER_TOOL_H
21#ifndef XAOD_STANDALONE
24#include <GaudiKernel/ServiceHandle.h>
33#include <unordered_map>
35#ifndef XAOD_STANDALONE
43#ifndef XAOD_STANDALONE
47#ifndef XAOD_STANDALONE
67 virtual StatusCode
endInputFile()
override {
return StatusCode::SUCCESS;}
84#ifndef XAOD_STANDALONE
92 Gaudi::Property<std::string>
m_inputCollName{
this,
"InputCollName",
"CutBookkeepers",
93 "The default name of the xAOD::CutBookkeeperContainer for input files"};
96 Gaudi::Property<std::string>
m_outputCollName{
this,
"OutputCollName",
"CutBookkeepers",
97 "The default name of the xAOD::CutBookkeeperContainer for output files"};
This implements the methods for ICutFlowSvc.
Helper in-memory structure.