|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef JET_ANALYSIS_ALGORITHMS__JET_SELECTION_ALG_H
9 #define JET_ANALYSIS_ALGORITHMS__JET_SELECTION_ALG_H
35 ToolHandle<IJetSelector>
m_selectionTool {
this,
"selectionTool",
"",
"the selection tool we apply"};
44 this,
"jets",
"AntiKt4EMTopoJets",
"the jet collection to run on"};
49 this,
"preselection",
"",
"the preselection to apply"};
54 this,
"selectionDecoration",
"clean_jet",
"the decoration for the jet selection"};
StatusCode execute() override
a class managing the property to configure the list of systematics to process
SysWriteSelectionHandle m_selectionHandle
the decoration for the jet selection
StatusCode initialize() override
SysListHandle m_systematicsList
the systematics list we run
Select isolated Photons, Electrons and Muons.
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
an algorithm for calling IJetSelector
the (new) base class for EventLoop algorithms
SysReadSelectionHandle m_preselection
the preselection we apply to our input
::StatusCode StatusCode
StatusCode definition for legacy code.
ToolHandle< IJetSelector > m_selectionTool
the selection tool
SysReadHandle< xAOD::JetContainer > m_jetHandle
the jet collection we run on
a data handle for reading systematically varied selection properties from objects
a data handle for writing systematically varied selection properties from objects