ATLAS Offline Software
Loading...
Searching...
No Matches
Reconstruction
egamma
EgammaPhysValMonitoring
src
EgammaPhysValHistUtilities.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
EgammaPhysValHistUtilities.h
"
6
7
namespace
Egamma
{
8
9
uint8_t
RetrieveHitInfo
(
const
xAOD::Electron
& el,
xAOD::SummaryType
info, uint8_t defaultval){
10
uint8_t val = defaultval;
11
if
(!el.trackParticleSummaryValue(val,info))
return
defaultval;
12
return
val;
13
14
}
15
16
}
EgammaPhysValHistUtilities.h
Egamma
Definition
ClusMomentumPlots.cxx:11
Egamma::RetrieveHitInfo
uint8_t RetrieveHitInfo(const xAOD::Electron &el, xAOD::SummaryType info, uint8_t defaultval)
Definition
EgammaPhysValHistUtilities.cxx:9
xAOD::SummaryType
SummaryType
Enumerates the different types of information stored in Summary.
Definition
TrackingPrimitives.h:229
xAOD::Electron
Electron_v1 Electron
Definition of the current "egamma version".
Definition
Event/xAOD/xAODEgamma/xAODEgamma/Electron.h:17
Generated on
for ATLAS Offline Software by
1.14.0