ATLAS Offline Software
Loading...
Searching...
No Matches
ReclusteredJetCalibrationAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7
8#ifndef JET_ANALYSIS_ALGORITHMS__RC_JET_CALIBRATION_ALG_H
9#define JET_ANALYSIS_ALGORITHMS__RC_JET_CALIBRATION_ALG_H
10
16
17namespace CP
18{
20
22 {
24 public:
26 virtual StatusCode initialize () override;
27 virtual StatusCode execute (const EventContext &ctx) const override;
28
30 private:
32
34 private:
36 this, "reclusteredJets", "", "the reclustered jet collection to run on"};
38 this, "smallRJets", "", "the calibrated small-R jet collection to use"};
39 };
40}
41
42#endif
an algorithm for calibration reclustered large-R jets
SysCopyHandle< xAOD::JetContainer > m_reclusteredJetHandle
the jet collection we run on
virtual StatusCode execute(const EventContext &ctx) const override
SysReadHandle< xAOD::JetContainer > m_smallRJetHandle
SysListHandle m_systematicsList
the systematics list we run
a systematics data handle that will either copy the input object or act like an update handle
a class managing the property to configure the list of systematics to process
a data handle for reading systematics varied input data
the base class for EventLoop reentrant algorithms
AnaReentrantAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Select isolated Photons, Electrons and Muons.