ATLAS Offline Software
TrackTruthCollection_p0.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 // Dear emacs, this is -*-c++-*-
6 
7 // Andrei.Gaponenko@cern.ch, 2007
8 
9 
10 #ifndef TRACKTRUTHCOLLECTION_P0_H
11 #define TRACKTRUTHCOLLECTION_P0_H
12 
14 #include "AthLinks/ElementLink.h"
15 #include "TrkTrack/Track.h"
18 
19 #include <vector>
20 #include <utility>
21 
23  public std::vector<std::pair< ElementLink< DataVector<Trk::Track> >, TrackTruth> >
24 {};
25 
26 #endif/*TRACKTRUTHCOLLECTION_P0_H*/
TrackTruthVector
Definition: TrackTruthCollection_p0.h:24
Track.h
TrackCollection.h
TrackTruth.h
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.