ATLAS Offline Software
Loading...
Searching...
No Matches
EventPlots.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_EVENTPLOTS_H
6#define TAUDQA_EVENTPLOTS_H
7
10
11class TH1;
12
13namespace Tau{
14
15class EventPlots: public PlotBase {
16 public:
17 EventPlots(PlotBase *pParent, const std::string& sDir);
18 virtual ~EventPlots();
19
20 void fill(float avg_mu, float weight);
21
22 TH1* m_avgmu{};
23
24 private:
25 void initializePlots();
26};
27
28}
29
30#endif
PlotBase(PlotBase *parent, const std::string &sDir)
Definition PlotBase.cxx:29
EventPlots(PlotBase *pParent, const std::string &sDir)
void initializePlots()
virtual ~EventPlots()
void fill(float avg_mu, float weight)