ATLAS Offline Software
Loading...
Searching...
No Matches
PhysicsAnalysis/TauID/TauDQA/src/EfficiencyPlots.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_EFFICIENCYPLOTS_H
6#define TAUDQA_EFFICIENCYPLOTS_H
7
9#include "xAODTau/TauJet.h"
10
11class TProfile;
12
13namespace Tau{
14
16public:
17 EfficiencyPlots(PlotBase *pParent, const std::string& sDir, std::string sTauJetContainerName);
18 virtual ~EfficiencyPlots() = default;
19
20 void fill(const xAOD::TauJet& tau, float weight, float avg_mu);
21
25
29
33
35 TProfile* m_eff_jetGNTaumed{};
37
39 TProfile* m_eff_pt_eVetomed{};
41
45
47 TProfile* m_eff_eta_eVetomed{};
49
50 TProfile* m_eff_eVetoloose{};
51 TProfile* m_eff_eVetomed{};
52 TProfile* m_eff_eVetotight{};
53
54
55private:
56 void initializePlots();
58};
59
60}
61
62#endif
PlotBase(PlotBase *parent, const std::string &sDir)
Definition PlotBase.cxx:29
void fill(const xAOD::TauJet &tau, float weight, float avg_mu)
EfficiencyPlots(PlotBase *pParent, const std::string &sDir, std::string sTauJetContainerName)
virtual ~EfficiencyPlots()=default
TauJet_v3 TauJet
Definition of the current "tau version".