ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
PFlow
PFlowValidation
PFODQA
src
PFOChargedValidationPlots.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 "
PFOChargedValidationPlots.h
"
6
7
PFOChargedValidationPlots::PFOChargedValidationPlots
(
8
PlotBase
* pParent,
9
const
std::string& sDir,
10
const
std::string& sFEContainerName)
11
:
PlotBase
(pParent, sDir)
12
,
m_FEPlots
(this,
""
, sFEContainerName)
13
,
m_FEPVMatchedPlots
(this,
""
, sFEContainerName)
14
,
m_FEAlgPropertyPlots
(this,
""
, sFEContainerName)
15
,
m_FELinkerPlots
(this,
""
, sFEContainerName, false)
16
{
17
}
18
19
void
PFOChargedValidationPlots::fill
(
const
xAOD::FlowElement
& theFE,
const
xAOD::Vertex
* theVertex,
const
xAOD::EventInfo
& eventInfo ){
20
m_FEPlots
.fill(theFE,eventInfo);
21
m_FEAlgPropertyPlots
.fill(theFE,eventInfo);
22
if
(theVertex)
m_FEPVMatchedPlots
.fill(theFE, *theVertex,eventInfo);
23
m_FELinkerPlots
.fill(theFE,eventInfo);
24
}
25
26
PFOChargedValidationPlots.h
PFOChargedValidationPlots::fill
void fill(const xAOD::FlowElement &theFE, const xAOD::Vertex *theVertex, const xAOD::EventInfo &eventInfo)
fill the histograms up
Definition
PFOChargedValidationPlots.cxx:19
PFOChargedValidationPlots::m_FEPlots
PFO::PFOPlots m_FEPlots
4-vector and charge histograms
Definition
PFOChargedValidationPlots.h:29
PFOChargedValidationPlots::PFOChargedValidationPlots
PFOChargedValidationPlots(PlotBase *pParent, const std::string &sDir, const std::string &sFEContainerName)
Standard Constructor.
Definition
PFOChargedValidationPlots.cxx:7
PFOChargedValidationPlots::m_FEPVMatchedPlots
PFO::PFOPVMatchedPlots m_FEPVMatchedPlots
4-vector and charge histograms with PV match cut applied
Definition
PFOChargedValidationPlots.h:31
PFOChargedValidationPlots::m_FEAlgPropertyPlots
PFO::PFOAlgPropertyPlots m_FEAlgPropertyPlots
Algorithm property plots.
Definition
PFOChargedValidationPlots.h:33
PFOChargedValidationPlots::m_FELinkerPlots
PFO::FlowElement_LinkerPlots m_FELinkerPlots
Definition
PFOChargedValidationPlots.h:36
PlotBase::PlotBase
PlotBase(PlotBase *parent, std::string_view sDir)
Definition
PlotBase.cxx:29
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
xAOD::Vertex
Vertex_v1 Vertex
Define the latest version of the vertex class.
Definition
Event/xAOD/xAODTracking/xAODTracking/Vertex.h:16
Generated on
for ATLAS Offline Software by
1.17.0