ATLAS Offline Software
DetailedTrackTruthCollection_p1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 // Dear emacs, this is -*-c++-*-
6 
7 // Andrei.Gaponenko@cern.ch, 2007
8 
9 
10 #ifndef DETAILEDTRACKTRUTHCOLLECTION_P1_H
11 #define DETAILEDTRACKTRUTHCOLLECTION_P1_H
12 
17 
18 #include "AthenaKernel/CLASS_DEF.h"
19 
20 #include <vector>
21 
22 namespace Trk {
23 
25  public:
26 
28 
29  // Perhaps can use here a 32 bit unsigned instead of the 64 bit one?
31 
32  struct Entry {
35  };
36 
37  typedef std::vector<Entry> CollectionType;
39  };
40 
41 }
42 
44 
45 #endif/*DETAILEDTRACKTRUTHCOLLECTION_P1_H*/
Trk::DetailedTrackTruthCollection_p1::Entry::detailedTruth
DetailedTrackTruth_p1 detailedTruth
Definition: DetailedTrackTruthCollection_p1.h:34
Trk::DetailedTrackTruthCollection_p1::m_entries
CollectionType m_entries
Definition: DetailedTrackTruthCollection_p1.h:38
Trk::DetailedTrackTruthCollection_p1::Entry::key
TrackTruthKey_p0 key
Definition: DetailedTrackTruthCollection_p1.h:33
Trk::DetailedTrackTruthCollection_p1::m_trackCollectionLink
DataLink_p1 m_trackCollectionLink
Definition: DetailedTrackTruthCollection_p1.h:27
Trk::TrackTruthKey_p0
Definition: TrackTruthKey_p0.h:17
TrackTruthKey_p0.h
Trk::DetailedTrackTruthCollection_p1::Entry
Definition: DetailedTrackTruthCollection_p1.h:32
Trk::DetailedTrackTruthCollection_p1::CollectionType
std::vector< Entry > CollectionType
Definition: DetailedTrackTruthCollection_p1.h:37
Trk::DetailedTrackTruthCollection_p1
Definition: DetailedTrackTruthCollection_p1.h:24
TrackCollection.h
Trk::DetailedTrackTruth_p1
Definition: DetailedTrackTruth_p1.h:19
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
DetailedTrackTruth_p1.h
Trk::DetailedTrackTruthCollection_p1::size_type
TrackCollection::size_type size_type
Definition: DetailedTrackTruthCollection_p1.h:30
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
DataVector< Trk::Track >::size_type
BASE::size_type size_type
Definition: DataVector.h:813
CLASS_DEF.h
macros to associate a CLID to a type