ATLAS Offline Software
Loading...
Searching...
No Matches
PhysicsAnalysis/TauID/TauDQA/src/ResolutionPlots.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_RESOLUTIONPLOTS_H
6#define TAUDQA_RESOLUTIONPLOTS_H
7
9#include "xAODTau/TauJet.h"
11
12class TH1;
13
14namespace Tau{
15
16 class ResolutionPlots: public PlotBase {
17 public:
18 ResolutionPlots(PlotBase *pParent, const std::string& sDir, std::string sTauJetContainerName);
19 virtual ~ResolutionPlots();
20 void fill(const xAOD::TauJet& tau, const xAOD::TruthParticle&, float weight);
21
26
27 private:
28 void initializePlots();
30 };
31
32}
33
34#endif
PlotBase(PlotBase *parent, const std::string &sDir)
Definition PlotBase.cxx:29
void fill(const xAOD::TauJet &tau, const xAOD::TruthParticle &, float weight)
ResolutionPlots(PlotBase *pParent, const std::string &sDir, std::string sTauJetContainerName)
TauJet_v3 TauJet
Definition of the current "tau version".
TruthParticle_v1 TruthParticle
Typedef to implementation.