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;
an algorithm for dumping the kinematics of an IParticle container into histograms
SysListHandle m_systematicsList
the systematics list we run
StatusCode initialize() override
Gaudi::Property< std::string > m_histPattern
the pattern for histogram names
std::unordered_map< CP::SystematicSet, HistGroup > m_hist
the created histograms
StatusCode execute() 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
a data handle for reading systematics varied input data
a data handle for reading systematically varied selection properties from objects
the (new) base class for EventLoop algorithms
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Select isolated Photons, Electrons and Muons.
the histograms we fill per systematic
std::vector< HistSubgroup > perObject
the histograms we fill per systematic and object