ATLAS Offline Software
Tracking
TrkEventCnv
TrkTruthTPCnv
TrkTruthTPCnv
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
13
#include "
TrkTruthTPCnv/TrackTruthKey_p0.h
"
14
#include "
TrkTruthTPCnv/DetailedTrackTruth_p4.h
"
15
#include "
DataModelAthenaPool/DataLink_p1.h
"
16
#include "
TrkTrack/TrackCollection.h
"
17
18
#include "
AthenaKernel/CLASS_DEF.h
"
19
20
#include <vector>
21
22
namespace
Trk
{
23
24
class
DetailedTrackTruthCollection_p4
{
25
public
:
26
27
DataLink_p1
m_trackCollectionLink
;
28
29
// Perhaps can use here a 32 bit unsigned instead of the 64 bit one?
30
typedef
TrackCollection::size_type
size_type
;
31
32
struct
Entry
{
33
TrackTruthKey_p0
key
;
34
DetailedTrackTruth_p4
detailedTruth
;
35
};
36
37
typedef
std::vector<Entry>
CollectionType
;
38
CollectionType
m_entries
;
39
};
40
41
}
42
43
CLASS_DEF
(
Trk::DetailedTrackTruthCollection_p4
, 1321426764 , 1 )
44
45
#endif
/*TRKTRUTHTPCNV_DETAILEDTRACKTRUTHCOLLECTION_P4_H*/
Trk::TrackTruthKey_p0
Definition:
TrackTruthKey_p0.h:17
DataLink_p1
Persistent representation of DataLink contains the StoreGate key of the container object to which the...
Definition:
DataLink_p1.h:24
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
DataLink_p1.h
This file contains the class definition for DataLink_p1 and DataLinkVector_p1.
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
Generated on Thu Nov 7 2024 21:13:38 for ATLAS Offline Software by
1.8.18