ATLAS Offline Software
Loading...
Searching...
No Matches
FlowElement_LinkerPlots.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 FLOWELEMENT_LINKERPLOTS_H
6#define FLOWELEMENT_LINKERPLOTS_H
7
8
11#include <string>
13
14
15class TH1;
16
17namespace PFO{
18
20
21 public:
22 FlowElement_LinkerPlots(PlotBase *pParent, const std::string & sDir, const std::string & sFEContainerName, bool doNeutralFE);
23
24 void fill(const xAOD::FlowElement& FE, const xAOD::EventInfo& eventInfo);
25
26 private:
27
28
31
34
39
42
45
48
51
54
55 void initializePlots();
56 std::string m_sFEContainerName;
58 };
59
60}
61#endif
FlowElement_LinkerPlots(PlotBase *pParent, const std::string &sDir, const std::string &sFEContainerName, bool doNeutralFE)
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