|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef ASG_ANALYSIS_ALGORITHMS__KINEMATIC_HIST_ALG_H
9 #define ASG_ANALYSIS_ALGORITHMS__KINEMATIC_HIST_ALG_H
42 this,
"input",
"",
"the input collection to run on"};
47 this,
"preselection",
"",
"the preselection to apply"};
51 Gaudi::Property<std::string>
m_histPattern {
this,
"histPattern",
"%VAR%_%SYS%",
"the pattern for histogram names"};
74 std::unordered_map<CP::SystematicSet,HistGroup>
m_hist;
StatusCode initialize() override
SysReadHandle< xAOD::IParticleContainer > m_inputHandle
the jet collection we run on
SysReadSelectionHandle m_preselection
the preselection we apply to our input
a class managing the property to configure the list of systematics to process
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
std::unordered_map< CP::SystematicSet, HistGroup > m_hist
the created histograms
an algorithm for dumping the kinematics of an IParticle container into histograms
std::vector< HistSubgroup > perObject
the (new) base class for EventLoop algorithms
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Property< std::string > m_histPattern
the pattern for histogram names
the histograms we fill per systematic and object
a data handle for reading systematically varied selection properties from objects
the histograms we fill per systematic
StatusCode execute() override