ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
Interfaces
EgammaAnalysisInterfaces
EgammaAnalysisInterfaces
GlobalEventInfo.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef EGAMMAANALYSISINTERFACES_GLOBALEVENTINFO_H
5
#define EGAMMAANALYSISINTERFACES_GLOBALEVENTINFO_H
6
#include "
xAODEventInfo/EventInfo.h
"
7
8
namespace
egammaMVACalib
{
10
struct
GlobalEventInfo
{
11
int
nPV
;
12
float
acmu
;
13
const
xAOD::EventInfo
*
eventInfo
;
14
std::array<float, 4>
scaleEs
;
15
GlobalEventInfo
():
nPV
(0),
acmu
(0.),
eventInfo
(nullptr),
scaleEs
({1.,1.,1.,1.}){}
16
};
17
};
18
19
#endif
egammaMVACalib
Definition
GlobalEventInfo.h:8
xAOD::EventInfo
EventInfo_v1 EventInfo
Definition of the latest event info version.
Definition
IEventInfoCnvTool.h:16
egammaMVACalib::GlobalEventInfo::GlobalEventInfo
GlobalEventInfo()
stores correction scale factors to each layer
Definition
GlobalEventInfo.h:15
egammaMVACalib::GlobalEventInfo::acmu
float acmu
Definition
GlobalEventInfo.h:12
egammaMVACalib::GlobalEventInfo::nPV
int nPV
Definition
GlobalEventInfo.h:11
egammaMVACalib::GlobalEventInfo::scaleEs
std::array< float, 4 > scaleEs
Definition
GlobalEventInfo.h:14
egammaMVACalib::GlobalEventInfo::eventInfo
const xAOD::EventInfo * eventInfo
Definition
GlobalEventInfo.h:13
EventInfo.h
Generated on
for ATLAS Offline Software by
1.17.0