ATLAS Offline Software
I4MomentumContainer.h
Go to the documentation of this file.
1 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // I4MomentumContainer.h
8 // Header file for class I4MomentumContainer
9 // Author: S.Binet<binet@cern.ch>
11 #ifndef NAVFOURMOM_I4MOMENTUMCONTAINER_H
12 #define NAVFOURMOM_I4MOMENTUMCONTAINER_H
13 
14 // STL includes
15 
16 
17 // Framework includes
18 #include "AthenaKernel/CLASS_DEF.h"
20 
21 // EventKernel includes
22 #include "EventKernel/I4Momentum.h"
23 
25 
26 // re-use the 'old' way of declaring classes to the ClassIDSvc
27 CLASS_DEF( DataVector<I4Momentum> , 45630318 , 1 )
28 
29 #endif //> NAVFOURMOM_I4MOMENTUMCONTAINER_H
I4Momentum.h
I4MomentumContainer
DataVector< I4Momentum > I4MomentumContainer
Definition: I4MomentumContainer.h:24
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