ATLAS Offline Software
Loading...
Searching...
No Matches
PFOChargedValidationPlots.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef PFOCHARGEDVALIDATIONPLOTS_H
6#define PFOCHARGEDVALIDATIONPLOTS_H
7
14#include "xAODTracking/Vertex.h"
16
18
19 public:
20
22 PFOChargedValidationPlots(PlotBase* pParent, const std::string& sDir, const std::string& sFEContainerName);
23
25 void fill(const xAOD::FlowElement& theFE, const xAOD::Vertex* theVertex, const xAOD::EventInfo& eventInfo);
26 private:
27 //Flow Element Plots
34
35 //Flow Element specific plots (linker algs)
37};
38#endif
void fill(const xAOD::FlowElement &theFE, const xAOD::Vertex *theVertex, const xAOD::EventInfo &eventInfo)
fill the histograms up
PFO::PFOPlots m_FEPlots
4-vector and charge histograms
PFOChargedValidationPlots(PlotBase *pParent, const std::string &sDir, const std::string &sFEContainerName)
Standard Constructor.
PFO::PFOPVMatchedPlots m_FEPVMatchedPlots
4-vector and charge histograms with PV match cut applied
PFO::PFOAlgPropertyPlots m_FEAlgPropertyPlots
Algorithm property plots.
PFO::FlowElement_LinkerPlots m_FELinkerPlots
PlotBase(PlotBase *parent, const std::string &sDir)
Definition PlotBase.cxx:29
EventInfo_v1 EventInfo
Definition of the latest event info version.
FlowElement_v1 FlowElement
Definition of the current "pfo version".
Definition FlowElement.h:16
Vertex_v1 Vertex
Define the latest version of the vertex class.