ATLAS Offline Software
Loading...
Searching...
No Matches
TrigInDetTrackTruthMap_tlp2.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_tlp2.h,v 1.2 2009-04-06 11:14:46 salvator Exp $
16 **********************************************************************************/
17#ifndef TRIGTRUTHEVENTTPCNV_TRIGINDETTRACK_TRUTH_MAP_TLP2_H
18#define TRIGTRUTHEVENTTPCNV_TRIGINDETTRACK_TRUTH_MAP_TLP2_H
19
21
26
28
29 public:
31
32 //vectors of ALL persistent classes in TrigInDetTrackTruthMap
33 std::vector<TrigInDetTrackTruthMap_p1> m_trigInDetTrackTruthMap_p1;
34 std::vector<TrigInDetTrackTruth_p1> m_trigInDetTrackTruth_p1;
35 std::vector<TrigIDHitStats_p1> m_trigIDHitStats_p1;
36 std::vector<HepMcParticleLink_p1> m_hepMcParticleLink_p1;
37
38};
39
40#endif
41
std::vector< TrigIDHitStats_p1 > m_trigIDHitStats_p1
std::vector< TrigInDetTrackTruth_p1 > m_trigInDetTrackTruth_p1
std::vector< TrigInDetTrackTruthMap_p1 > m_trigInDetTrackTruthMap_p1
std::vector< HepMcParticleLink_p1 > m_hepMcParticleLink_p1