ATLAS Offline Software
Loading...
Searching...
No Matches
Reconstruction
egamma
egammaValidation
src
ParticleHistograms.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef EGAMMAVALIDATION_PARTICLEHISTOGRAMS_H
6
#define EGAMMAVALIDATION_PARTICLEHISTOGRAMS_H
7
8
#include "
IHistograms.h
"
9
10
namespace
xAOD
{
11
class
IParticle
;
12
}
13
14
namespace
egammaMonitoring
{
15
16
class
ParticleHistograms
:
public
IHistograms
{
17
public
:
18
19
using
IHistograms::IHistograms
;
20
21
StatusCode
initializePlots
();
22
23
void
fill
(
const
xAOD::IParticle
&
egamma
);
24
void
fill
(
const
xAOD::IParticle
&
egamma
,
float
mu);
25
26
void
hasFwd
(
bool
a
=
true
) {
m_hasFwd
=
a
; }
27
28
private
:
29
bool
m_hasFwd
=
false
;
30
31
};
32
33
}
34
35
#endif
36
IHistograms.h
a
static Double_t a
Definition
LArPhysWaveHECTool.cxx:38
egammaMonitoring::IHistograms::IHistograms
IHistograms()
egammaMonitoring::ParticleHistograms
Definition
ParticleHistograms.h:16
egammaMonitoring::ParticleHistograms::hasFwd
void hasFwd(bool a=true)
Definition
ParticleHistograms.h:26
egammaMonitoring::ParticleHistograms::IHistograms
IHistograms()
egammaMonitoring::ParticleHistograms::initializePlots
StatusCode initializePlots()
Definition
ParticleHistograms.cxx:13
egammaMonitoring::ParticleHistograms::m_hasFwd
bool m_hasFwd
Definition
ParticleHistograms.h:29
egammaMonitoring::ParticleHistograms::fill
void fill(const xAOD::IParticle &egamma)
Definition
ParticleHistograms.cxx:41
egamma
elec/gamma data class.
Definition
egamma.h:58
xAOD::IParticle
Class providing the definition of the 4-vector interface.
Definition
Event/xAOD/xAODBase/xAODBase/IParticle.h:41
egammaMonitoring
Definition
ClusterHistograms.h:19
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition
ICaloAffectedTool.h:24
Generated on
for ATLAS Offline Software by
1.14.0