ATLAS Offline Software
Reconstruction
PFlow
PFlowValidation
PFODQA
src
ClusterValidationPlots.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
ClusterValidationPlots.h
"
6
7
ClusterValidationPlots::ClusterValidationPlots
(
PlotBase
* pParent,
const
std::string&
sDir
,
SG::ReadHandleKey<xAOD::CaloClusterContainer>
& sClusterContainerName) :
PlotBase
(pParent,
sDir
),m_ClusterPlots(this,
"PFO_JetETMiss/"
,sClusterContainerName),m_ClusterMomentPlots(this,
"PFO_JetETMiss/"
,sClusterContainerName)
8
{}
9
10
void
ClusterValidationPlots::fill
(
const
xAOD::CaloCluster
& theCluster,
const
xAOD::EventInfo
& eventInfo){
11
m_ClusterPlots
.
fill
(theCluster, eventInfo);
12
m_ClusterMomentPlots
.
fill
(theCluster, eventInfo);
13
}
14
15
PlotBase
Definition:
PlotBase.h:34
python.copyTCTOutput.sDir
sDir
Definition:
copyTCTOutput.py:60
PFO::ClusterPlots::fill
void fill(const xAOD::CaloCluster &Cluster, const xAOD::EventInfo &eventInfo)
Definition:
ClusterPlots.cxx:36
SG::ReadHandleKey< xAOD::CaloClusterContainer >
PFO::ClusterMomentPlots::fill
void fill(const xAOD::CaloCluster &cluster, const xAOD::EventInfo &eventInfo)
Definition:
ClusterMomentPlots.cxx:54
xAOD::CaloCluster_v1
Description of a calorimeter cluster.
Definition:
CaloCluster_v1.h:59
ClusterValidationPlots::ClusterValidationPlots
ClusterValidationPlots(PlotBase *pParent, const std::string &sDir, SG::ReadHandleKey< xAOD::CaloClusterContainer > &sClusterContainerName)
Standard Constructor.
Definition:
ClusterValidationPlots.cxx:7
ClusterValidationPlots::fill
void fill(const xAOD::CaloCluster &theCluster, const xAOD::EventInfo &eventInfo)
fill the histograms up
Definition:
ClusterValidationPlots.cxx:10
ClusterValidationPlots::m_ClusterMomentPlots
PFO::ClusterMomentPlots m_ClusterMomentPlots
Cluster moment histograms.
Definition:
ClusterValidationPlots.h:31
xAOD::EventInfo_v1
Class describing the basic event information.
Definition:
EventInfo_v1.h:43
ClusterValidationPlots.h
ClusterValidationPlots::m_ClusterPlots
PFO::ClusterPlots m_ClusterPlots
4-vector histograms
Definition:
ClusterValidationPlots.h:29
Generated on Thu Nov 7 2024 21:11:59 for ATLAS Offline Software by
1.8.18