ATLAS Offline Software
Loading...
Searching...
No Matches
TauEfficiencyCorrectionsAlg.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
8#ifndef TAU_ANALYSIS_ALGORITHMS__TAU_EFFICIENCY_CORRECTIONS_ALG_H
9#define TAU_ANALYSIS_ALGORITHMS__TAU_EFFICIENCY_CORRECTIONS_ALG_H
10
20
21namespace CP
22{
24
26 {
28 public:
30 StatusCode initialize () override;
31 StatusCode execute () override;
32
33
34
36 private:
37 ToolHandle<TauAnalysisTools::ITauEfficiencyCorrectionsTool> m_efficiencyCorrectionsTool {this, "efficiencyCorrectionsTool", "TauAnalysisTools::TauEfficiencyCorrectionsTool", "the calibration and smearing tool we apply"};
38
40 private:
42
44 private:
46 this, "taus", "TauJets", "the tau collection to run on"};
47
49 private:
51 this, "preselection", "", "the preselection to apply"};
52
54 private:
56
58 private:
60 this, "scaleFactorDecoration", "", "the decoration for the tau efficiency scale factor"};
61 };
62}
63
64#endif
a helper to translate a CP::CorrectionCode into a StatusCode
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
a data handle for reading systematics varied input data
an algorithm for calling ITauEfficiencyCorrectionsTool
SysReadSelectionHandle m_preselection
the preselection we apply to our input
SysReadHandle< xAOD::TauJetContainer > m_tauHandle
the tau collection we run on
OutOfValidityHelper m_outOfValidity
the helper for OutOfValidity results
SysListHandle m_systematicsList
the systematics list we run
ToolHandle< TauAnalysisTools::ITauEfficiencyCorrectionsTool > m_efficiencyCorrectionsTool
the smearing tool
SysWriteDecorHandle< float > m_scaleFactorDecoration
the decoration for the tau scale factor
the (new) base class for EventLoop algorithms
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Select isolated Photons, Electrons and Muons.