ATLAS Offline Software
TrigInDetTrackTruthMap_old.h
Go to the documentation of this file.
1 // This file's extension implies that it's C, but it's really -*- C++ -*-.
2 
3 /*
4  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 
8 #ifndef TRIGTRUTHEVENTTPCNV_TRIGINDETTRACKTRUTHMAP_OLD
9 #define TRIGTRUTHEVENTTPCNV_TRIGINDETTRACKTRUTHMAP_OLD
10 
13 #include "AthLinks/ElementLink.h"
14 #include <vector>
15 
17 {
18 public:
19  std::vector< ElementLink< TrigInDetTrackCollection > > m_elink_vec;
20  std::vector< TrigInDetTrackTruth > m_truth_vec;
21 };
22 
23 
24 #endif // not TRIGTRUTHEVENTTPCNV_TRIGINDETTRACKTRUTHMAP_OLD
TrigInDetTrackCollection.h
TrigInDetTrackTruthMap_old::m_elink_vec
std::vector< ElementLink< TrigInDetTrackCollection > > m_elink_vec
Definition: TrigInDetTrackTruthMap_old.h:19
TrigInDetTrackTruth.h
TrigInDetTrackTruthMap_old
Definition: TrigInDetTrackTruthMap_old.h:17
TrigInDetTrackTruthMap_old::m_truth_vec
std::vector< TrigInDetTrackTruth > m_truth_vec
Definition: TrigInDetTrackTruthMap_old.h:20