ATLAS Offline Software
Loading...
Searching...
No Matches
TrigInDetTrackTruthMap_tlp1.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/**********************************************************************************
6 * @Project: Trigger
7 * @Package: TrigTruthEventTPCnv
8 * @class : TrigInDetTrackTruthMap_tlp1
9 *
10 * @brief "top level" persistent partner for TrigInDetTrackTruthMap
11 *
12 * @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13 *
14 * File and Version Information:
15 * $Id: TrigInDetTrackTruthMap_tlp1.h,v 1.2 2009-04-06 11:14:46 salvator Exp $
16 **********************************************************************************/
17#ifndef TRIGTRUTHEVENTTPCNV_TRIGINDETTRACK_TRUTH_MAP_TLP1_H
18#define TRIGTRUTHEVENTTPCNV_TRIGINDETTRACK_TRUTH_MAP_TLP1_H
19
21
26
30
31
33
34 public:
36
37 //vectors of ALL persistent classes in TrigInDetTrackTruthMap
38 std::vector<TrigInDetTrackTruthMap_p1> m_trigInDetTrackTruthMap_p1;
39 std::vector<TrigInDetTrackTruth_p1> m_trigInDetTrackTruth_p1;
40 std::vector<TrigIDHitStats_p1> m_trigIDHitStats_p1;
41 std::vector<HepMcParticleLink_p1> m_hepMcParticleLink_p1;
42
43 std::vector<TrigInDetTrackCollection_p1> m_trigInDetTrackCollection_p1;
44 std::vector<TrigInDetTrack_p1> m_trigInDetTrack_p1;
45 std::vector<TrigInDetTrackFitPar_p1> m_trigInDetTrackFitPar_p1;
46
47
48
49
50};
51
52#endif
53
std::vector< TrigInDetTrackTruth_p1 > m_trigInDetTrackTruth_p1
std::vector< TrigInDetTrackTruthMap_p1 > m_trigInDetTrackTruthMap_p1
std::vector< TrigInDetTrackFitPar_p1 > m_trigInDetTrackFitPar_p1
std::vector< TrigIDHitStats_p1 > m_trigIDHitStats_p1
std::vector< TrigInDetTrackCollection_p1 > m_trigInDetTrackCollection_p1
std::vector< TrigInDetTrack_p1 > m_trigInDetTrack_p1
std::vector< HepMcParticleLink_p1 > m_hepMcParticleLink_p1