ATLAS Offline Software
Loading...
Searching...
No Matches
PFOAttributePlots.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef PFOATTRIBUTEPLOTS_H
6#define PFOATTRIBUTEPLOTS_H
7
11
12class TH1;
13
14namespace PFO {
15
16 class PFOAttributePlots : public PlotBase {
17
18 public:
19
20 PFOAttributePlots(PlotBase *pParent, const std::string & sDir, const std::string & sFEContainerName);
21
22 void fill(const xAOD::FlowElement& FE, const xAOD::EventInfo& eventInfo);
23
24 private:
25
28
29 void initializePlots();
30 std::string m_sFEContainerName;
31
32 };
33
34}
35#endif
PFOAttributePlots(PlotBase *pParent, const std::string &sDir, const std::string &sFEContainerName)
void fill(const xAOD::FlowElement &FE, const xAOD::EventInfo &eventInfo)
PlotBase(PlotBase *parent, const std::string &sDir)
Definition PlotBase.cxx:29
EventInfo_v1 EventInfo
Definition of the latest event info version.
FlowElement_v1 FlowElement
Definition of the current "pfo version".
Definition FlowElement.h:16