ATLAS Offline Software
Reconstruction/Particle/Particle/TrackParticleContainer.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 /***************************************************************************
6  TrackParticleContainer.h - Description
7  -------------------
8  begin : 27-02-2004
9  authors : Andreas Wildauer (CERN PH-ATC), Fredrik Akesson (CERN PH-ATC)
10  email : andreas.wildauer@cern.ch, fredrik.akesson@cern.ch
11  changes :
12 
13  ***************************************************************************/
14 
15 #ifndef PARTICLE_TRACKPARTICLECONTAINER_H
16 #define PARTICLE_TRACKPARTICLECONTAINER_H
17 
19 #include "AthenaKernel/CLASS_DEF.h"
20 #include "Particle/TrackParticle.h"
21 // #include "EventKernel/INavigable4Momentum.h"
22 // #include "NavFourMom/INavigable4MomentumCollection.h"
23 
26 
27 // DATAVECTOR_VIRTBASES1( Rec::TrackParticle, INavigable4Momentum );
29 
30 namespace Rec
31 {
32  class TrackParticleContainer : public DataVector<TrackParticle>
33  {
34  public:
37  };
38 }
39 
40 // auto-symlink feature:
42 
44 
45 #endif
46 
47 
Rec::TrackParticleContainer::~TrackParticleContainer
virtual ~TrackParticleContainer()
Definition: Reconstruction/Particle/Particle/TrackParticleContainer.h:36
TrackParticleBaseCollection.h
TrackParticle.h
TrackParticleBase.h
SG_BASE
SG_BASE(Rec::TrackParticleContainer, DataVector< Rec::TrackParticle >)
SG::OwnershipPolicy
OwnershipPolicy
describes the possible element ownership policies (see e.g. DataVector)
Definition: OwnershipPolicy.h:16
Trk::TrackParticleBase
Definition: TrackParticleBase.h:41
SG::OWN_ELEMENTS
@ OWN_ELEMENTS
this data object owns its elements
Definition: OwnershipPolicy.h:17
Rec
Name: MuonSpContainer.h Package : offline/Reconstruction/MuonIdentification/muonEvent.
Definition: FakeTrackBuilder.h:10
DATAVECTOR_BASE
DATAVECTOR_BASE(Rec::TrackParticle, Trk::TrackParticleBase)
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
Rec::TrackParticleContainer::TrackParticleContainer
TrackParticleContainer(SG::OwnershipPolicy own=SG::OWN_ELEMENTS)
Definition: Reconstruction/Particle/Particle/TrackParticleContainer.h:35
Rec::TrackParticleContainer
Definition: Reconstruction/Particle/Particle/TrackParticleContainer.h:33
Rec::TrackParticle
Definition: Reconstruction/Particle/Particle/TrackParticle.h:47
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