ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
PFlow
PFlowValidation
PFOHistUtils
PFOHistUtils
LeptonFELinkerPlots.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 LEPTONFELINKERPLOTS_H
6
#define LEPTONFELINKERPLOTS_H
7
8
#include "
TrkValHistUtils/PlotBase.h
"
9
#include "
xAODPFlow/PFO.h
"
10
#include "
xAODPFlow/FlowElement.h
"
11
#include "
xAODEgamma/Electron.h
"
12
#include "
xAODEgamma/Photon.h
"
13
#include "
xAODMuon/Muon.h
"
14
#include "
xAODTau/TauJet.h
"
15
#include "
xAODEventInfo/EventInfo.h
"
16
17
class
TH1;
18
19
namespace
PFO
{
20
21
class
LeptonFELinkerPlots
:
public
PlotBase
{
22
23
public
:
24
25
LeptonFELinkerPlots
(
PlotBase
*pParent,
const
std::string & sDir,
const
std::string & LeptonContainerName,
const
bool
&
m_doNeutralFE
,
const
int
&
m_LeptonID
);
26
27
void
fill
(
const
xAOD::Electron
& el,
const
xAOD::EventInfo
& eventInfo);
28
void
fill
(
const
xAOD::Muon
& muon,
const
xAOD::EventInfo
& eventInfo);
29
void
fill
(
const
xAOD::TauJet
& tau,
const
xAOD::EventInfo
& eventInfo);
30
void
fill
(
const
xAOD::Photon
& phot,
const
xAOD::EventInfo
& eventInfo);
31
32
33
private
:
34
35
TH1*
m_electron_NMatchedCFE
{};
36
TH1*
m_electron_NMatchedNFE
{};
37
38
TH1*
m_muon_NMatchedCFE
{};
39
TH1*
m_muon_NMatchedNFE
{};
40
41
TH1*
m_tau_NMatchedCFE
{};
42
TH1*
m_tau_NMatchedNFE
{};
43
44
TH1*
m_photon_NMatchedCFE
{};
45
TH1*
m_photon_NMatchedNFE
{};
46
47
void
initializePlots
();
48
std::string
m_LeptonContainerName
;
49
bool
m_doNeutralFE
{};
50
int
m_LeptonID
{};
51
};
52
53
}
54
#endif
Electron.h
Photon.h
Muon.h
FlowElement.h
PFO.h
PlotBase.h
TauJet.h
PFO::LeptonFELinkerPlots::m_tau_NMatchedNFE
TH1 * m_tau_NMatchedNFE
Definition
LeptonFELinkerPlots.h:42
PFO::LeptonFELinkerPlots::m_doNeutralFE
bool m_doNeutralFE
Definition
LeptonFELinkerPlots.h:49
PFO::LeptonFELinkerPlots::fill
void fill(const xAOD::Electron &el, const xAOD::EventInfo &eventInfo)
Definition
LeptonFELinkerPlots.cxx:70
PFO::LeptonFELinkerPlots::m_electron_NMatchedNFE
TH1 * m_electron_NMatchedNFE
Definition
LeptonFELinkerPlots.h:36
PFO::LeptonFELinkerPlots::m_photon_NMatchedCFE
TH1 * m_photon_NMatchedCFE
Definition
LeptonFELinkerPlots.h:44
PFO::LeptonFELinkerPlots::LeptonFELinkerPlots
LeptonFELinkerPlots(PlotBase *pParent, const std::string &sDir, const std::string &LeptonContainerName, const bool &m_doNeutralFE, const int &m_LeptonID)
Definition
LeptonFELinkerPlots.cxx:14
PFO::LeptonFELinkerPlots::m_muon_NMatchedCFE
TH1 * m_muon_NMatchedCFE
Definition
LeptonFELinkerPlots.h:38
PFO::LeptonFELinkerPlots::initializePlots
void initializePlots()
Definition
LeptonFELinkerPlots.cxx:33
PFO::LeptonFELinkerPlots::m_photon_NMatchedNFE
TH1 * m_photon_NMatchedNFE
Definition
LeptonFELinkerPlots.h:45
PFO::LeptonFELinkerPlots::m_LeptonContainerName
std::string m_LeptonContainerName
Definition
LeptonFELinkerPlots.h:48
PFO::LeptonFELinkerPlots::m_tau_NMatchedCFE
TH1 * m_tau_NMatchedCFE
Definition
LeptonFELinkerPlots.h:41
PFO::LeptonFELinkerPlots::m_LeptonID
int m_LeptonID
Definition
LeptonFELinkerPlots.h:50
PFO::LeptonFELinkerPlots::m_electron_NMatchedCFE
TH1 * m_electron_NMatchedCFE
Definition
LeptonFELinkerPlots.h:35
PFO::LeptonFELinkerPlots::m_muon_NMatchedNFE
TH1 * m_muon_NMatchedNFE
Definition
LeptonFELinkerPlots.h:39
PlotBase::PlotBase
PlotBase(PlotBase *parent, std::string_view sDir)
Definition
PlotBase.cxx:29
PFO
Definition
ClusterMomentPlots.h:15
xAOD::EventInfo
EventInfo_v1 EventInfo
Definition of the latest event info version.
Definition
IEventInfoCnvTool.h:16
xAOD::TauJet
TauJet_v3 TauJet
Definition of the current "tau version".
Definition
TauJet.h:17
xAOD::Muon
Muon_v1 Muon
Reference the current persistent version:
Definition
Event/xAOD/xAODMuon/xAODMuon/Muon.h:13
xAOD::Photon
Photon_v1 Photon
Definition of the current "egamma version".
Definition
Event/xAOD/xAODEgamma/xAODEgamma/Photon.h:17
xAOD::Electron
Electron_v1 Electron
Definition of the current "egamma version".
Definition
Event/xAOD/xAODEgamma/xAODEgamma/Electron.h:17
EventInfo.h
Generated on
for ATLAS Offline Software by
1.17.0