ATLAS Offline Software
Loading...
Searching...
No Matches
TrigTruthEventTPCnvDict.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGTRUTHEVENTTPCNV_TRIGTRUTHEVENTTPCNVDICT_H
6#define TRIGTRUTHEVENTTPCNV_TRIGTRUTHEVENTTPCNVDICT_H
7
17
18//dummy instances of all objects using std::vector<TPObjRef> for the dictionary
20
21 std::vector<TrigInDetTrackTruthMap_p1> m_dummyTrigInDetTrackTruthMap_p1;
22 std::vector<TrigInDetTrackTruth_p1> m_dummyTrigInDetTrackTruth_p1;
23 std::vector<TrigIDHitStats_p1> m_dummyTrigIDHitStats_p1;
24 std::vector< std::pair<unsigned int, unsigned int> > m_dummyPairUnsignInt;
25
26};
27
28#endif
std::vector< std::pair< unsigned int, unsigned int > > m_dummyPairUnsignInt
std::vector< TrigInDetTrackTruthMap_p1 > m_dummyTrigInDetTrackTruthMap_p1
std::vector< TrigInDetTrackTruth_p1 > m_dummyTrigInDetTrackTruth_p1
std::vector< TrigIDHitStats_p1 > m_dummyTrigIDHitStats_p1