ATLAS Offline Software
Loading...
Searching...
No Matches
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{
18public:
19 std::vector< ElementLink< TrigInDetTrackCollection > > m_elink_vec;
20 std::vector< TrigInDetTrackTruth > m_truth_vec;
21};
22
23
24#endif // not TRIGTRUTHEVENTTPCNV_TRIGINDETTRACKTRUTHMAP_OLD
std::vector< TrigInDetTrackTruth > m_truth_vec
std::vector< ElementLink< TrigInDetTrackCollection > > m_elink_vec