|
ATLAS Offline Software
|
Go to the documentation of this file.
20 return StatusCode::SUCCESS;
35 bool in_vgamma_overlap;
41 filter.setPassed( in_vgamma_overlap );
43 filter.setPassed( !in_vgamma_overlap );
47 return StatusCode::SUCCESS;
53 return StatusCode::SUCCESS;
a reporter class that combines the filter decisions for all systematics
void set(const SG::AuxElement &object, const T &value, const CP::SystematicSet &sys) const
set the object decoration for the given systematic
ToolHandle< IVGammaORTool > m_vgammaORTool
the overlap removal tool
Gaudi::Property< bool > m_keepOverlap
which way to run the event filter
CP::SysWriteDecorHandle< bool > m_inOverlapHandle
the decoration for the tool decision
const std::vector< CP::SystematicSet > & systematicsVector() const
the list of systematics to loop over
Select isolated Photons, Electrons and Muons.
StatusCode finalize()
do anything we need to do in finalize
::StatusCode initialize()
intialize this property
::StatusCode StatusCode
StatusCode definition for legacy code.
StatusCode initialize(SysListHandle &sysListHandle, const ISysHandleBase &objectHandle)
initialize this handle
a systematics aware filter reporter
Gaudi::Property< bool > m_noFilter
whether to not apply an event filter
virtual StatusCode execute() override
virtual StatusCode initialize() override
StatusCode initialize(SysListHandle &sysListHandle)
do anything we need to do in initialize
CP::SysListHandle m_systematicsList
the systematics
CP::SysReadHandle< xAOD::EventInfo > m_eventInfoHandle
the event info handle
Class describing the basic event information.
CP::SysFilterReporterParams m_filterParams
the event filter for the tool decision
virtual StatusCode finalize() override