ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
PFlow
PFlowValidation
PFOHistUtils
PFOHistUtils
ClusterPlots.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef CLUSTERPLOTS_H
6
#define CLUSTERPLOTS_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
16
namespace
PFO
{
17
18
class
ClusterPlots
:
public
PlotBase
{
19
20
public
:
21
22
ClusterPlots
(
PlotBase
*pParent,
const
std::string & sDir,
SG::ReadHandleKey<xAOD::CaloClusterContainer>
& sClusterContainerName);
23
24
void
fill
(
const
xAOD::CaloCluster
&
Cluster
,
const
xAOD::EventInfo
& eventInfo);
25
26
private
:
27
TH1*
m_Cluster_pt
{};
28
TH1*
m_Cluster_eta
{};
29
TH1*
m_Cluster_phi
{};
30
TH1*
m_Cluster_m
{};
31
32
TH1*
m_Cluster_ptEM
{};
33
TH1*
m_Cluster_etaEM
{};
34
TH1*
m_Cluster_phiEM
{};
35
TH1*
m_Cluster_mEM
{};
36
37
TH1*
m_Cluster_time
{};
38
TH1*
m_Cluster_clusterSize
{};
39
40
TH1*
m_Cluster_eta_lowpt
{};
41
TH1*
m_Cluster_pt_interval
{};
42
TH1*
m_Cluster_pt_zoom
{};
43
44
TH1*
m_Cluster_eSample_EM
{};
45
TH1*
m_Cluster_eSample_HAD
{};
46
47
void
initializePlots
();
48
SG::ReadHandleKey<xAOD::CaloClusterContainer>
m_sClusterContainerName
;
49
50
};
51
52
}
53
#endif
CaloClusterContainer.h
PlotBase.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
Cluster
Algorithm comparing pixel and strip xAOD clusters and xAOD spacepoint containers to each other.
PFO::ClusterPlots::m_Cluster_eta_lowpt
TH1 * m_Cluster_eta_lowpt
Definition
ClusterPlots.h:40
PFO::ClusterPlots::ClusterPlots
ClusterPlots(PlotBase *pParent, const std::string &sDir, SG::ReadHandleKey< xAOD::CaloClusterContainer > &sClusterContainerName)
Definition
ClusterPlots.cxx:10
PFO::ClusterPlots::m_Cluster_phiEM
TH1 * m_Cluster_phiEM
Definition
ClusterPlots.h:34
PFO::ClusterPlots::fill
void fill(const xAOD::CaloCluster &Cluster, const xAOD::EventInfo &eventInfo)
Definition
ClusterPlots.cxx:36
PFO::ClusterPlots::m_Cluster_mEM
TH1 * m_Cluster_mEM
Definition
ClusterPlots.h:35
PFO::ClusterPlots::m_Cluster_m
TH1 * m_Cluster_m
Definition
ClusterPlots.h:30
PFO::ClusterPlots::m_Cluster_clusterSize
TH1 * m_Cluster_clusterSize
Definition
ClusterPlots.h:38
PFO::ClusterPlots::m_Cluster_eSample_EM
TH1 * m_Cluster_eSample_EM
Definition
ClusterPlots.h:44
PFO::ClusterPlots::m_Cluster_ptEM
TH1 * m_Cluster_ptEM
Definition
ClusterPlots.h:32
PFO::ClusterPlots::m_Cluster_pt
TH1 * m_Cluster_pt
Definition
ClusterPlots.h:27
PFO::ClusterPlots::m_Cluster_pt_zoom
TH1 * m_Cluster_pt_zoom
Definition
ClusterPlots.h:42
PFO::ClusterPlots::initializePlots
void initializePlots()
Definition
ClusterPlots.cxx:12
PFO::ClusterPlots::m_sClusterContainerName
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_sClusterContainerName
Definition
ClusterPlots.h:48
PFO::ClusterPlots::m_Cluster_eta
TH1 * m_Cluster_eta
Definition
ClusterPlots.h:28
PFO::ClusterPlots::m_Cluster_time
TH1 * m_Cluster_time
Definition
ClusterPlots.h:37
PFO::ClusterPlots::m_Cluster_phi
TH1 * m_Cluster_phi
Definition
ClusterPlots.h:29
PFO::ClusterPlots::m_Cluster_eSample_HAD
TH1 * m_Cluster_eSample_HAD
Definition
ClusterPlots.h:45
PFO::ClusterPlots::m_Cluster_pt_interval
TH1 * m_Cluster_pt_interval
Definition
ClusterPlots.h:41
PFO::ClusterPlots::m_Cluster_etaEM
TH1 * m_Cluster_etaEM
Definition
ClusterPlots.h:33
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