ATLAS Offline Software
Loading...
Searching...
No Matches
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"
12
13#include <map>
14
15class TrackParticleTruthVector : public std::vector<std::pair< ElementLink< Rec::TrackParticleContainer >, TrackParticleTruth> >
16{
17 public:
20};
21
23
24#endif // PARTICLETRUTH_TRACKPARTICLETRUTHVECTOR_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
virtual ~TrackParticleTruthVector()