ATLAS Offline Software
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
7
namespace
egammaMVACalib
{
9
struct
GlobalEventInfo
{
10
int
nPV
;
11
float
acmu
;
12
GlobalEventInfo
():
nPV
(0),
acmu
(0.){}
13
};
14
};
15
16
#endif
egammaMVACalib::GlobalEventInfo::nPV
int nPV
Definition:
GlobalEventInfo.h:10
egammaMVACalib::GlobalEventInfo::acmu
float acmu
Definition:
GlobalEventInfo.h:11
egammaMVACalib
Definition:
GlobalEventInfo.h:7
egammaMVACalib::GlobalEventInfo::GlobalEventInfo
GlobalEventInfo()
Definition:
GlobalEventInfo.h:12
egammaMVACalib::GlobalEventInfo
A structure holding some global event information.
Definition:
GlobalEventInfo.h:9
Generated on Tue Nov 18 2025 21:10:32 for ATLAS Offline Software by
1.8.18