ATLAS Offline Software
Loading...
Searching...
No Matches
DiTauSmearingAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7#ifndef TAU_ANALYSIS_ALGORITHMS__DI_TAU_CALIBRATION_AND_SMEARING_ALG_H
8#define TAU_ANALYSIS_ALGORITHMS__DI_TAU_CALIBRATION_AND_SMEARING_ALG_H
9
17
18namespace CP
19{
21
23 {
25 public:
27 StatusCode initialize () override;
28 StatusCode execute () override;
29
30
31
33 private:
34 ToolHandle<TauAnalysisTools::IDiTauSmearingTool> m_smearingTool {this, "smearingTool", "TauAnalysisTools::DiTauSmearingTool", "the calibration and smearing tool we apply"};
35
37 private:
39
41 private:
43 this, "taus", "DiTauJets", "the tau collection to run on"};
44
46 private:
48 this, "preselection", "", "the preselection to apply"};
49
51 private:
53 };
54}
55
56#endif
an algorithm for calling IDiTauSmearingTool
SysReadSelectionHandle m_preselection
the preselection we apply to our input
OutOfValidityHelper m_outOfValidity
the helper for OutOfValidity results
SysCopyHandle< xAOD::DiTauJetContainer > m_tauHandle
the tau collection we run on
ToolHandle< TauAnalysisTools::IDiTauSmearingTool > m_smearingTool
the smearing tool
StatusCode execute() override
StatusCode initialize() override
SysListHandle m_systematicsList
the systematics list we run
a helper to translate a CP::CorrectionCode into a StatusCode
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 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.