ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
PFlow
PFlowValidation
PFOHistUtils
PFOHistUtils
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
8
#include "
TrkValHistUtils/PlotBase.h
"
9
#include "
xAODPFlow/FlowElement.h
"
10
#include "
xAODEventInfo/EventInfo.h
"
11
12
class
TH1;
13
14
namespace
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
26
TH1*
m_FE_TIMING
{};
27
TH1*
m_FE_LAYER_ENERGY_Tile0
{};
28
29
void
initializePlots
();
30
std::string
m_sFEContainerName
;
31
32
};
33
34
}
35
#endif
FlowElement.h
PlotBase.h
PFO::PFOAttributePlots::initializePlots
void initializePlots()
Definition
PFOAttributePlots.cxx:13
PFO::PFOAttributePlots::PFOAttributePlots
PFOAttributePlots(PlotBase *pParent, const std::string &sDir, const std::string &sFEContainerName)
Definition
PFOAttributePlots.cxx:8
PFO::PFOAttributePlots::fill
void fill(const xAOD::FlowElement &FE, const xAOD::EventInfo &eventInfo)
Definition
PFOAttributePlots.cxx:21
PFO::PFOAttributePlots::m_FE_LAYER_ENERGY_Tile0
TH1 * m_FE_LAYER_ENERGY_Tile0
Definition
PFOAttributePlots.h:27
PFO::PFOAttributePlots::m_FE_TIMING
TH1 * m_FE_TIMING
Definition
PFOAttributePlots.h:26
PFO::PFOAttributePlots::m_sFEContainerName
std::string m_sFEContainerName
Definition
PFOAttributePlots.h:30
PlotBase::PlotBase
PlotBase(PlotBase *parent, std::string_view sDir)
Definition
PlotBase.cxx:29
PFO
Definition
ClusterMomentPlots.h:15
xAOD::EventInfo
EventInfo_v1 EventInfo
Definition of the latest event info version.
Definition
IEventInfoCnvTool.h:16
xAOD::FlowElement
FlowElement_v1 FlowElement
Definition of the current "pfo version".
Definition
FlowElement.h:16
EventInfo.h
Generated on
for ATLAS Offline Software by
1.17.0