ATLAS Offline Software
Tracking
TrkEventCnv
TrkTruthTPCnv
TrkTruthTPCnv
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
13
#include "
AthContainers/DataVector.h
"
14
#include "AthLinks/ElementLink.h"
15
#include "
TrkTrack/Track.h
"
16
#include "
TrkTrack/TrackCollection.h
"
17
#include "
TrkTruthData/TrackTruth.h
"
18
19
#include <vector>
20
#include <utility>
21
22
class
TrackTruthVector
:
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.
Generated on Thu Nov 7 2024 21:29:15 for ATLAS Offline Software by
1.8.18