ATLAS Offline Software
Loading...
Searching...
No Matches
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
7
8namespace egammaMVACalib {
11 int nPV;
12 float acmu;
14 std::array<float, 4> scaleEs;
15 GlobalEventInfo(): nPV(0),acmu(0.),eventInfo(nullptr), scaleEs({1.,1.,1.,1.}){}
16 };
17};
18
19#endif
EventInfo_v1 EventInfo
Definition of the latest event info version.
GlobalEventInfo()
stores correction scale factors to each layer
std::array< float, 4 > scaleEs
const xAOD::EventInfo * eventInfo