ATLAS Offline Software
Loading...
Searching...
No Matches
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
11namespace Tau{
12
13class 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
28
29 private:
30 void initializePlots();
32};
33
34}
35
36#endif
PlotBase(PlotBase *parent, const std::string &sDir)
Definition PlotBase.cxx:29
TH1 * m_pt_eleRNNlooseHighPt
Definition EVetoPlots.h:25
TH1 * m_pt_eleRNNmedHighPt
Definition EVetoPlots.h:26
virtual ~EVetoPlots()
TH1 * m_pt_eleRNNtightHighPt
Definition EVetoPlots.h:27
TH1 * m_pt_eleRNNmed
Definition EVetoPlots.h:23
void fill(const xAOD::TauJet &tau, float weight)
EVetoPlots(PlotBase *pParent, const std::string &sDir, std::string sTauJetContainerName)
TH1 * m_pt_eleRNNloose
Definition EVetoPlots.h:22
TH1 * m_pt_eleRNNtight
Definition EVetoPlots.h:24
void initializePlots()
TH1 * m_id_RNNEleScoreSigTrans
Definition EVetoPlots.h:21
TH1 * m_id_RNNEleScore
Definition EVetoPlots.h:20
std::string m_sTauJetContainerName
Definition EVetoPlots.h:31
TauJet_v3 TauJet
Definition of the current "tau version".