ATLAS Offline Software
TrackParticleTruthVector.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef PARTICLETRUTH_TRACKPARTICLETRUTHVECTOR_H
6 #define PARTICLETRUTH_TRACKPARTICLETRUTHVECTOR_H
7 
10 #include "AthLinks/ElementLink.h"
11 #include "AthenaKernel/CLASS_DEF.h"
12 
13 #include <map>
14 
15 class TrackParticleTruthVector : public std::vector<std::pair< ElementLink< Rec::TrackParticleContainer >, TrackParticleTruth> >
16 {
17  public:
20 };
21 
23 
24 #endif // PARTICLETRUTH_TRACKPARTICLETRUTHVECTOR_H
TrackParticleTruth.h
TrackParticleTruthVector::TrackParticleTruthVector
TrackParticleTruthVector()
TrackParticleTruthVector::~TrackParticleTruthVector
virtual ~TrackParticleTruthVector()
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
TrackParticleTruthVector
Definition: TrackParticleTruthVector.h:16
CLASS_DEF.h
macros to associate a CLID to a type
TrackParticleContainer.h