ATLAS Offline Software
egammaRecContainer.h
Go to the documentation of this file.
1 // Dear emacs, this is -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // $Id: egammaRecContainer.h 666999 2015-05-13 18:20:00Z christos $
8 #ifndef EGAMMARECCONTAINER
9 #define EGAMMARECCONTAINER
10 
11 // Core include(s):
13 
14 // Local include(s):
15 #include "egammaRec.h"
16 
18 
20 
21 #ifndef XAOD_STANDALONE
22 #include "AthenaKernel/CLASS_DEF.h"
23 CLASS_DEF( EgammaRecContainer , 1265838377 , 1 )
24 #endif // XAOD_STANDALONE
25 
26 #endif
EgammaRecContainer
DataVector< egammaRec > EgammaRecContainer
The container is a simple typedef for now.
Definition: egammaRecContainer.h:19
egammaRec.h
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
CLASS_DEF.h
macros to associate a CLID to a type