ATLAS Offline Software
Loading...
Searching...
No Matches
I4MomentumContainer.h
Go to the documentation of this file.
1
2
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
20
21// EventKernel includes
23
25
26// re-use the 'old' way of declaring classes to the ClassIDSvc
27CLASS_DEF( DataVector<I4Momentum> , 45630318 , 1 )
28
29#endif //> NAVFOURMOM_I4MOMENTUMCONTAINER_H
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
An STL vector of pointers that by default owns its pointed-to elements.
DataVector< I4Momentum > I4MomentumContainer
Derived DataVector<T>.
Definition DataVector.h:795