ATLAS Offline Software
Loading...
Searching...
No Matches
TrigInDetTrackTruthMap_tlp3.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_tlp3
9 *
10 * @brief "top level" persistent partner for TrigInDetTrackTruthMap
11 *
12 **********************************************************************************/
13#ifndef TRIGTRUTHEVENTTPCNV_TRIGINDETTRACK_TRUTH_MAP_TLP3_H
14#define TRIGTRUTHEVENTTPCNV_TRIGINDETTRACK_TRUTH_MAP_TLP3_H
15
17
22
24
25 public:
27
28 //vectors of ALL persistent classes in TrigInDetTrackTruthMap
29 std::vector<TrigInDetTrackTruthMap_p1> m_trigInDetTrackTruthMap_p1;
30 std::vector<TrigInDetTrackTruth_p1> m_trigInDetTrackTruth_p1;
31 std::vector<TrigIDHitStats_p1> m_trigIDHitStats_p1;
32 std::vector<HepMcParticleLink_p2> m_hepMcParticleLink_p2;
33
34};
35
36#endif // TRIGTRUTHEVENTTPCNV_TRIGINDETTRACK_TRUTH_MAP_TLP3_H
std::vector< TrigInDetTrackTruth_p1 > m_trigInDetTrackTruth_p1
std::vector< TrigInDetTrackTruthMap_p1 > m_trigInDetTrackTruthMap_p1
std::vector< HepMcParticleLink_p2 > m_hepMcParticleLink_p2
std::vector< TrigIDHitStats_p1 > m_trigIDHitStats_p1