ATLAS Offline Software
DetailedTrackTruthCollection_p4.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 // Dear emacs, this is -*-c++-*-
6 
7 // Andrei.Gaponenko@cern.ch, 2008
8 // Olivier.Arnaez@cern.ch, 2015
9 
10 #ifndef TRKTRUTHTPCNV_DETAILEDTRACKTRUTHCOLLECTION_P4_H
11 #define TRKTRUTHTPCNV_DETAILEDTRACKTRUTHCOLLECTION_P4_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/*TRKTRUTHTPCNV_DETAILEDTRACKTRUTHCOLLECTION_P4_H*/
Trk::TrackTruthKey_p0
Definition: TrackTruthKey_p0.h:17
TrackTruthKey_p0.h
Trk::DetailedTrackTruthCollection_p4::m_entries
CollectionType m_entries
Definition: DetailedTrackTruthCollection_p4.h:38
Trk::DetailedTrackTruthCollection_p4::Entry
Definition: DetailedTrackTruthCollection_p4.h:32
Trk::DetailedTrackTruthCollection_p4::Entry::detailedTruth
DetailedTrackTruth_p4 detailedTruth
Definition: DetailedTrackTruthCollection_p4.h:34
DetailedTrackTruth_p4.h
TrackCollection.h
Trk::DetailedTrackTruthCollection_p4::Entry::key
TrackTruthKey_p0 key
Definition: DetailedTrackTruthCollection_p4.h:33
Trk::DetailedTrackTruthCollection_p4::m_trackCollectionLink
DataLink_p1 m_trackCollectionLink
Definition: DetailedTrackTruthCollection_p4.h:27
Trk::DetailedTrackTruthCollection_p4::size_type
TrackCollection::size_type size_type
Definition: DetailedTrackTruthCollection_p4.h:30
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
Trk::DetailedTrackTruthCollection_p4
Definition: DetailedTrackTruthCollection_p4.h:24
Trk::DetailedTrackTruthCollection_p4::CollectionType
std::vector< Entry > CollectionType
Definition: DetailedTrackTruthCollection_p4.h:37
Trk::DetailedTrackTruth_p4
Definition: DetailedTrackTruth_p4.h:21
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