ATLAS Offline Software
Tracking
TrkEventCnv
TrkTruthTPCnv
TrkTruthTPCnv
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
13
#include "
TrkTruthTPCnv/TrackTruthKey_p0.h
"
14
#include "
TrkTruthTPCnv/DetailedTrackTruth_p1.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_p1
{
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_p1
detailedTruth
;
35
};
36
37
typedef
std::vector<Entry>
CollectionType
;
38
CollectionType
m_entries
;
39
};
40
41
}
42
43
CLASS_DEF
(
Trk::DetailedTrackTruthCollection_p1
, 1321426761 , 1 )
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
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_p1::Entry
Definition:
DetailedTrackTruthCollection_p1.h:32
DataLink_p1.h
This file contains the class definition for DataLink_p1 and DataLinkVector_p1.
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
Generated on Thu Nov 7 2024 21:13:38 for ATLAS Offline Software by
1.8.18