|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef ASG_ANALYSIS_ALGORITHMS__UNION_PRE_SELECTION_ALG_H
8 #define ASG_ANALYSIS_ALGORITHMS__UNION_PRE_SELECTION_ALG_H
58 this,
"particles",
"",
"the asg collection to run on"};
63 this,
"preselection",
"",
"the preselection to apply"};
67 Gaudi::Property<std::string>
m_selectionDecoration {
this,
"selectionDecoration",
"",
"the decoration for the union selection"};
a class managing the property to configure the list of systematics to process
a data handle for reading systematics varied input data
an algorithm for turning a systematics depending selection decoration into a selection decoration wit...
Select isolated Photons, Electrons and Muons.
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Gaudi::Property< std::string > m_selectionDecoration
the decoration of the selection
the (new) base class for EventLoop algorithms
::StatusCode StatusCode
StatusCode definition for legacy code.
SysReadHandle< xAOD::IParticleContainer > m_particlesHandle
the particle continer we run on
virtual StatusCode initialize() override
a data handle for reading systematically varied selection properties from objects
std::optional< SG::AuxElement::Decorator< char > > m_decorator
the accessor for m_selectionDecoration
SysReadSelectionHandle m_preselection
the preselection we apply to our input
virtual StatusCode execute() override
SysListHandle m_systematicsList
the systematics list we run and have containers
Base class for elements of a container that can have aux data.