ATLAS Offline Software
Loading...
Searching...
No Matches
Event
NavFourMom
NavFourMom
NavFourMom/NavFourMom/IParticleContainer.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
#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
22
#include "
AthContainers/DataVector.h
"
23
#include "
AthenaKernel/CLASS_DEF.h
"
24
#include "
EventKernel/IParticle.h
"
25
#include "
NavFourMom/INavigable4MomentumCollection.h
"
26
27
DATAVECTOR_VIRTBASES1
(
IParticle
,
INavigable4Momentum
);
28
29
typedef
DataVector<IParticle>
IParticleContainer
;
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
CLASS_DEF.h
macros to associate a CLID to a type
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:67
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
DATAVECTOR_VIRTBASES1
#define DATAVECTOR_VIRTBASES1(T, B1)
Declare base class info to DataVector.
Definition
DataVector.h:673
IParticle.h
INavigable4MomentumCollection.h
IParticleContainer
DataVector< IParticle > IParticleContainer
Definition
NavFourMom/NavFourMom/IParticleContainer.h:29
DataVector
Derived DataVector<T>.
Definition
DataVector.h:795
INavigable4Momentum
Definition
INavigable4Momentum.h:21
IParticle
Definition
Event/EventKernel/EventKernel/IParticle.h:43
Generated on
for ATLAS Offline Software by
1.14.0