ATLAS Offline Software
Loading...
Searching...
No Matches
PhotonAuxContainer_v2.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5// $Id: PhotonAuxContainer_v2.cxx 614853 2014-09-03 11:40:46Z krasznaa $
6
7// Local include(s):
9
10namespace xAOD {
11
14
16#define EGAMMA_AUX_VARIABLE( TYPE, NAME ) AUX_VARIABLE( NAME )
17#include "xAODEgamma/versions/EgammaAuxVariables_v2.def"
18#undef EGAMMA_AUX_VARIABLE
19
21 AUX_VARIABLE(vertexLinks);
22
25
26 AUX_VARIABLE(convMatchDeltaEta1);
27 AUX_VARIABLE(convMatchDeltaEta2);
28 AUX_VARIABLE(convMatchDeltaPhi1);
29 AUX_VARIABLE(convMatchDeltaPhi2);
30
32 }
33
34} // namespace xAOD
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition AuxVariable.h:23
Common base class for the auxiliary containers.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.