|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef ASG_ANALYSIS_ALGORITHMS__ASG_SELECTION_ALG_H
10 #define ASG_ANALYSIS_ALGORITHMS__ASG_SELECTION_ALG_H
56 ToolHandle<IAsgSelectionTool>
m_selectionTool {
this,
"selectionTool",
"",
"the selection tool we apply"};
73 this,
"particles",
"",
"the asg collection to run on"};
78 this,
"preselection",
"",
"the preselection to apply"};
83 this,
"selectionDecoration",
"",
"the decoration for the asg selection"};
StatusCode initialize() override
a class managing the property to configure the list of systematics to process
an algorithm for calling IAsgSelectionTool
uint32_t SelectionType
the type for selection decorations that are meant to hold a asg::AcceptData
SysListHandle m_systematicsList
the systematics list we run
a data handle for reading systematics varied input data
Select isolated Photons, Electrons and Muons.
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
ISystematicsTool * m_systematicsTool
the smearing tool cast to an ISystematicsTool
ServiceHandle< ISelectionNameSvc > m_nameSvc
the ISelectionNameSvc
SysReadHandle< xAOD::IParticleContainer > m_particlesHandle
the particle continer we run on
the (new) base class for EventLoop algorithms
StatusCode execute() override
::StatusCode StatusCode
StatusCode definition for legacy code.
SelectionType m_setOnFail
the bits to set for an object failing the preselection
SysReadSelectionHandle m_preselection
the preselection we apply to our input
SysWriteSelectionHandle m_selectionHandle
the decoration for the asg selection
a data handle for reading systematically varied selection properties from objects
ToolHandle< IAsgSelectionTool > m_selectionTool
the smearing tool
a data handle for writing systematically varied selection properties from objects