ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
PFlow
PFlowValidation
PFOHistUtils
PFOHistUtils
PFOAlgPropertyPlots.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 PFOALGPROPERTYPLOTS_H
6
#define PFOALGPROPERTYPLOTS_H
7
8
#include "
TrkValHistUtils/PlotBase.h
"
9
#include "
xAODPFlow/PFO.h
"
10
#include "
xAODPFlow/FlowElement.h
"
11
#include "
xAODEventInfo/EventInfo.h
"
12
13
class
TH1;
14
15
namespace
PFO
{
16
17
class
PFOAlgPropertyPlots
:
public
PlotBase
{
18
19
public
:
20
21
PFOAlgPropertyPlots
(
PlotBase
*pParent,
const
std::string & sDir,
const
std::string & sFEContainerName);
22
23
void
fill
(
const
xAOD::FlowElement
& theFE,
const
xAOD::EventInfo
& eventInfo);
24
private
:
26
TH1*
m_FE_isInDenseEnvironment
{};
27
TH1*
m_FE_tracksExpectedEnergyDeposit
{};
28
29
/* Same histograms in three eta bins of |eta| < 1, 1 <= |eta| < 2 and |eta| >= 2 */
30
TH1*
m_FE_isInDenseEnvironment_etaBinA
{};
31
TH1*
m_FE_tracksExpectedEnergyDeposit_etaBinA
{};
32
33
TH1*
m_FE_isInDenseEnvironment_etaBinB
{};
34
TH1*
m_FE_tracksExpectedEnergyDeposit_etaBinB
{};
35
36
TH1*
m_FE_isInDenseEnvironment_etaBinC
{};
37
TH1*
m_FE_tracksExpectedEnergyDeposit_etaBinC
{};
38
39
40
void
initializePlots
();
41
std::string
m_sFEContainerName
;
42
43
};
44
}
45
46
#endif
FlowElement.h
PFO.h
PlotBase.h
PFO::PFOAlgPropertyPlots::m_FE_isInDenseEnvironment_etaBinA
TH1 * m_FE_isInDenseEnvironment_etaBinA
Definition
PFOAlgPropertyPlots.h:30
PFO::PFOAlgPropertyPlots::m_FE_tracksExpectedEnergyDeposit
TH1 * m_FE_tracksExpectedEnergyDeposit
Definition
PFOAlgPropertyPlots.h:27
PFO::PFOAlgPropertyPlots::m_sFEContainerName
std::string m_sFEContainerName
Definition
PFOAlgPropertyPlots.h:41
PFO::PFOAlgPropertyPlots::m_FE_isInDenseEnvironment_etaBinB
TH1 * m_FE_isInDenseEnvironment_etaBinB
Definition
PFOAlgPropertyPlots.h:33
PFO::PFOAlgPropertyPlots::PFOAlgPropertyPlots
PFOAlgPropertyPlots(PlotBase *pParent, const std::string &sDir, const std::string &sFEContainerName)
Definition
PFOAlgPropertyPlots.cxx:10
PFO::PFOAlgPropertyPlots::fill
void fill(const xAOD::FlowElement &theFE, const xAOD::EventInfo &eventInfo)
Definition
PFOAlgPropertyPlots.cxx:31
PFO::PFOAlgPropertyPlots::m_FE_tracksExpectedEnergyDeposit_etaBinC
TH1 * m_FE_tracksExpectedEnergyDeposit_etaBinC
Definition
PFOAlgPropertyPlots.h:37
PFO::PFOAlgPropertyPlots::m_FE_tracksExpectedEnergyDeposit_etaBinB
TH1 * m_FE_tracksExpectedEnergyDeposit_etaBinB
Definition
PFOAlgPropertyPlots.h:34
PFO::PFOAlgPropertyPlots::initializePlots
void initializePlots()
Definition
PFOAlgPropertyPlots.cxx:14
PFO::PFOAlgPropertyPlots::m_FE_isInDenseEnvironment
TH1 * m_FE_isInDenseEnvironment
Flow Element Histograms.
Definition
PFOAlgPropertyPlots.h:26
PFO::PFOAlgPropertyPlots::m_FE_isInDenseEnvironment_etaBinC
TH1 * m_FE_isInDenseEnvironment_etaBinC
Definition
PFOAlgPropertyPlots.h:36
PFO::PFOAlgPropertyPlots::m_FE_tracksExpectedEnergyDeposit_etaBinA
TH1 * m_FE_tracksExpectedEnergyDeposit_etaBinA
Definition
PFOAlgPropertyPlots.h:31
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