ATLAS Offline Software
NavFourMom/NavFourMom/IParticleContainer.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 #ifndef NAVFOURMOM_IPARTICLECONTAINER_H
8 #define NAVFOURMOM_IPARTICLECONTAINER_H
9 /********************************************************************
10 
11 NAME: IParticleContainer.h
12 Package : offline/Event/EventKernel
13 
14 AUTHORS: K. Cranmer
15 CREATED: June 2004
16 
17 PURPOSE: This is a data object, containing a collection of IParticle Objects.
18 ********************************************************************/
19 
20 // INCLUDE HEADER FILES:
21 
23 #include "AthenaKernel/CLASS_DEF.h"
24 #include "EventKernel/IParticle.h"
26 
28 
30 
31 // re-use the 'old' way of declaring classes to the ClassIDSvc
32 CLASS_DEF(IParticleContainer, 1088157450, 1)
33 
34 #endif // NAVFOURMOM_IPARTICLECONTAINER_H
35 
IParticle.h
INavigable4MomentumCollection.h
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
IParticleContainer
DataVector< IParticle > IParticleContainer
Definition: NavFourMom/NavFourMom/IParticleContainer.h:29
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
INavigable4Momentum
Definition: INavigable4Momentum.h:21
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
IParticle
Definition: Event/EventKernel/EventKernel/IParticle.h:43
CLASS_DEF.h
macros to associate a CLID to a type
DATAVECTOR_VIRTBASES1
DATAVECTOR_VIRTBASES1(IParticle, INavigable4Momentum)