ATLAS Offline Software
EVetoPlots.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef TAUDQA_EVETOPLOTS_H
6 #define TAUDQA_EVETOPLOTS_H
7 
9 #include "xAODTau/TauJet.h"
10 
11 namespace Tau{
12 
13 class EVetoPlots: public PlotBase {
14  public:
15  EVetoPlots(PlotBase *pParent, const std::string& sDir, std::string sTauJetContainerName);
16  virtual ~EVetoPlots();
17  void fill(const xAOD::TauJet& tau, float weight);
18 
19 
23  TH1* m_pt_eleRNNmed{};
28 
29  private:
30  void initializePlots();
32 };
33 
34 }
35 
36 #endif
Tau::EVetoPlots::m_pt_eleRNNtight
TH1 * m_pt_eleRNNtight
Definition: EVetoPlots.h:24
Tau::EVetoPlots::m_sTauJetContainerName
std::string m_sTauJetContainerName
Definition: EVetoPlots.h:31
PlotBase
Definition: PlotBase.h:34
Tau::EVetoPlots
Definition: EVetoPlots.h:13
python.copyTCTOutput.sDir
sDir
Definition: copyTCTOutput.py:59
Tau::EVetoPlots::m_pt_eleRNNloose
TH1 * m_pt_eleRNNloose
Definition: EVetoPlots.h:22
Tau
Definition: EfficiencyPtPlots.cxx:10
Tau::EVetoPlots::m_pt_eleRNNmedHighPt
TH1 * m_pt_eleRNNmedHighPt
Definition: EVetoPlots.h:26
dqt_zlumi_pandas.weight
int weight
Definition: dqt_zlumi_pandas.py:190
Tau::EVetoPlots::~EVetoPlots
virtual ~EVetoPlots()
Definition: EVetoPlots.cxx:19
Tau::EVetoPlots::m_pt_eleRNNlooseHighPt
TH1 * m_pt_eleRNNlooseHighPt
Definition: EVetoPlots.h:25
Tau::EVetoPlots::EVetoPlots
EVetoPlots(PlotBase *pParent, const std::string &sDir, std::string sTauJetContainerName)
Definition: EVetoPlots.cxx:13
Tau::EVetoPlots::m_id_RNNEleScore
TH1 * m_id_RNNEleScore
Definition: EVetoPlots.h:20
xAOD::TauJet_v3
Class describing a tau jet.
Definition: TauJet_v3.h:41
Tau::EVetoPlots::m_id_RNNEleScoreSigTrans
TH1 * m_id_RNNEleScoreSigTrans
Definition: EVetoPlots.h:21
Tau::EVetoPlots::m_pt_eleRNNmed
TH1 * m_pt_eleRNNmed
Definition: EVetoPlots.h:23
Tau::EVetoPlots::m_pt_eleRNNtightHighPt
TH1 * m_pt_eleRNNtightHighPt
Definition: EVetoPlots.h:27
Tau::EVetoPlots::initializePlots
void initializePlots()
Definition: EVetoPlots.cxx:24
TauJet.h
Tau::EVetoPlots::fill
void fill(const xAOD::TauJet &tau, float weight)
Definition: EVetoPlots.cxx:36
PlotBase.h