ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
PFlow
PFlowValidation
PFOHistUtils
PFOHistUtils
ClusterMomentPlots.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 CLUSTERMOMENTPLOTS_H
6
#define CLUSTERMOMENTPLOTS_H
7
8
#include "
TrkValHistUtils/PlotBase.h
"
9
#include "
StoreGate/ReadHandleKey.h
"
10
#include "
xAODCaloEvent/CaloClusterContainer.h
"
11
#include "
xAODEventInfo/EventInfo.h
"
12
13
class
TH1;
14
15
namespace
PFO
{
16
17
class
ClusterMomentPlots
:
public
PlotBase
{
18
19
public
:
20
21
ClusterMomentPlots
(
PlotBase
*pParent,
const
std::string & sDir,
SG::ReadHandleKey<xAOD::CaloClusterContainer>
& sClusterContainerName);
22
23
void
fill
(
const
xAOD::CaloCluster
& cluster,
const
xAOD::EventInfo
& eventInfo);
24
25
private
:
26
27
TH1*
m_LATERAL
{};
28
TH1*
m_LONGITUDINAL
{};
29
TH1*
m_SECOND_R
{};
30
TH1*
m_CENTER_LAMBDA
{};
31
TH1*
m_FIRST_ENG_DENS
{};
32
TH1*
m_ENG_FRAC_MAX
{};
33
TH1*
m_ISOLATION
{};
34
TH1*
m_ENG_BAD_CELLS
{};
35
TH1*
m_N_BAD_CELLS
{};
36
TH1*
m_BADLARQ_FRAC
{};
37
TH1*
m_ENG_POS
{};
38
TH1*
m_SIGNIFICANCE
{};
39
TH1*
m_AVG_LAR_Q
{};
40
TH1*
m_AVG_TILE_Q
{};
41
TH1*
m_CELL_SIG_SAMPLING
{};
42
TH1*
m_ENG_BAD_HV_CELLS
{};
43
TH1*
m_N_BAD_HV_CELLS
{};
44
TH1*
m_EM_PROBABILITY
{};
45
46
void
initializePlots
();
47
SG::ReadHandleKey<xAOD::CaloClusterContainer>
m_sClusterContainerName
;
48
49
};
50
51
}
52
#endif
CaloClusterContainer.h
PlotBase.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
PFO::ClusterMomentPlots::initializePlots
void initializePlots()
Definition
ClusterMomentPlots.cxx:14
PFO::ClusterMomentPlots::m_ENG_BAD_HV_CELLS
TH1 * m_ENG_BAD_HV_CELLS
Definition
ClusterMomentPlots.h:42
PFO::ClusterMomentPlots::fill
void fill(const xAOD::CaloCluster &cluster, const xAOD::EventInfo &eventInfo)
Definition
ClusterMomentPlots.cxx:37
PFO::ClusterMomentPlots::m_EM_PROBABILITY
TH1 * m_EM_PROBABILITY
Definition
ClusterMomentPlots.h:44
PFO::ClusterMomentPlots::m_AVG_LAR_Q
TH1 * m_AVG_LAR_Q
Definition
ClusterMomentPlots.h:39
PFO::ClusterMomentPlots::m_LONGITUDINAL
TH1 * m_LONGITUDINAL
Definition
ClusterMomentPlots.h:28
PFO::ClusterMomentPlots::m_N_BAD_CELLS
TH1 * m_N_BAD_CELLS
Definition
ClusterMomentPlots.h:35
PFO::ClusterMomentPlots::m_ENG_POS
TH1 * m_ENG_POS
Definition
ClusterMomentPlots.h:37
PFO::ClusterMomentPlots::ClusterMomentPlots
ClusterMomentPlots(PlotBase *pParent, const std::string &sDir, SG::ReadHandleKey< xAOD::CaloClusterContainer > &sClusterContainerName)
Definition
ClusterMomentPlots.cxx:9
PFO::ClusterMomentPlots::m_N_BAD_HV_CELLS
TH1 * m_N_BAD_HV_CELLS
Definition
ClusterMomentPlots.h:43
PFO::ClusterMomentPlots::m_ISOLATION
TH1 * m_ISOLATION
Definition
ClusterMomentPlots.h:33
PFO::ClusterMomentPlots::m_FIRST_ENG_DENS
TH1 * m_FIRST_ENG_DENS
Definition
ClusterMomentPlots.h:31
PFO::ClusterMomentPlots::m_SECOND_R
TH1 * m_SECOND_R
Definition
ClusterMomentPlots.h:29
PFO::ClusterMomentPlots::m_CENTER_LAMBDA
TH1 * m_CENTER_LAMBDA
Definition
ClusterMomentPlots.h:30
PFO::ClusterMomentPlots::m_ENG_FRAC_MAX
TH1 * m_ENG_FRAC_MAX
Definition
ClusterMomentPlots.h:32
PFO::ClusterMomentPlots::m_AVG_TILE_Q
TH1 * m_AVG_TILE_Q
Definition
ClusterMomentPlots.h:40
PFO::ClusterMomentPlots::m_LATERAL
TH1 * m_LATERAL
Definition
ClusterMomentPlots.h:27
PFO::ClusterMomentPlots::m_BADLARQ_FRAC
TH1 * m_BADLARQ_FRAC
Definition
ClusterMomentPlots.h:36
PFO::ClusterMomentPlots::m_ENG_BAD_CELLS
TH1 * m_ENG_BAD_CELLS
Definition
ClusterMomentPlots.h:34
PFO::ClusterMomentPlots::m_sClusterContainerName
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_sClusterContainerName
Definition
ClusterMomentPlots.h:47
PFO::ClusterMomentPlots::m_SIGNIFICANCE
TH1 * m_SIGNIFICANCE
Definition
ClusterMomentPlots.h:38
PFO::ClusterMomentPlots::m_CELL_SIG_SAMPLING
TH1 * m_CELL_SIG_SAMPLING
Definition
ClusterMomentPlots.h:41
PlotBase::PlotBase
PlotBase(PlotBase *parent, std::string_view sDir)
Definition
PlotBase.cxx:29
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
PFO
Definition
ClusterMomentPlots.h:15
xAOD::EventInfo
EventInfo_v1 EventInfo
Definition of the latest event info version.
Definition
IEventInfoCnvTool.h:16
xAOD::CaloCluster
CaloCluster_v1 CaloCluster
Define the latest version of the calorimeter cluster class.
Definition
Event/xAOD/xAODCaloEvent/xAODCaloEvent/CaloCluster.h:19
EventInfo.h
Generated on
for ATLAS Offline Software by
1.17.0