ATLAS Offline Software
Tracking
TrkEventCnv
TrkEventTPCnv
TrkEventTPCnv
V0Container_tlp2.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef V0CONTAINER_TLP2_TRK_H
6
#define V0CONTAINER_TLP2_TRK_H
7
8
//-----------------------------------------
9
// TrkV0Vertex
10
//-----------------------------------------
11
#include "
TrkEventTPCnv/TrkV0Vertex/V0Container_p1.h
"
12
#include "
TrkEventTPCnv/TrkV0Vertex/V0Hypothesis_p1.h
"
13
#include "
TrkEventTPCnv/TrkV0Vertex/V0Candidate_p1.h
"
14
15
//-----------------------------------------
16
// VxVertex
17
//-----------------------------------------
18
#include "
TrkEventTPCnv/VxVertex/ExtendedVxCandidate_p1.h
"
19
#include "
TrkEventTPCnv/VxVertex/VxCandidate_p1.h
"
20
#include "
TrkEventTPCnv/VxVertex/VxTrackAtVertex_p2.h
"
21
#include "
TrkEventTPCnv/VxVertex/RecVertex_p2.h
"
22
// #include "TrkEventTPCnv/VxVertex/Vertex_p2.h"
23
24
//-----------------------------------------------------------------------------
25
// Trk Parameters
26
//-----------------------------------------------------------------------------
27
#include "
TrkEventTPCnv/TrkParameters/TrackParameters_p1.h
"
28
#include "
TrkEventTPCnv/TrkParameters/Perigee_p2.h
"
29
#include "
TrkEventTPCnv/TrkParameters/MeasuredPerigee_p1.h
"
30
31
//-----------------------------------------------------------------------------
32
// Surfaces and related
33
//-----------------------------------------------------------------------------
34
#include "
TrkEventTPCnv/TrkSurfaces/Surface_p1.h
"
35
36
37
//-----------------------------------------------------------------------------
38
// TrkEventPrimitives
39
//-----------------------------------------------------------------------------
40
#include "
TrkEventTPCnv/TrkEventPrimitives/FitQuality_p1.h
"
41
#include "
TrkEventTPCnv/TrkEventPrimitives/HepSymMatrix_p1.h
"
42
43
//-----------------------------------------------------------------------------
44
// TrkTrack
45
//-----------------------------------------------------------------------------
46
#include "
TrkEventTPCnv/TrkTrack/Track_p12.h
"
47
#include "
AthenaPoolUtilities/TPCnvTokenList_p1.h
"
48
49
50
namespace
Trk
51
{
52
53
class
V0Container_tlp2
54
{
55
56
public
:
57
58
V0Container_tlp2
(){}
59
60
//TrkV0Vertex
61
std::vector<V0Container_p1>
m_v0Containers
;
62
std::vector<Trk::V0Candidate_p1>
m_v0Candidates
;
63
std::vector<Trk::V0Hypothesis_p1>
m_v0Hypothesises
;
64
65
//VxVertex and related
66
std::vector<Trk::ExtendedVxCandidate_p1>
m_extendedVxCandidates
;
67
std::vector<Trk::VxCandidate_p1>
m_vxCandidates
;
68
std::vector<Trk::VxTrackAtVertex_p2>
m_vxTracksAtVertex
;
69
std::vector<Trk::RecVertex_p2>
m_recVertices
;
70
// std::vector<Trk::Vertex_p2> m_vertices;
71
72
//TrkTrack
73
std::vector<Trk::Track_p12>
m_tracks
;
74
75
//TrkParameters
76
std::vector<Trk::TrackParameters_p1>
m_trackParameters
;
77
std::vector<Trk::Perigee_p2>
m_perigees
;
78
std::vector<Trk::MeasuredPerigee_p1>
m_measPerigees
;
79
80
//Surfaces and co
81
std::vector< Trk::Surface_p1 >
m_surfaces
;
82
83
//TrkEventPrimitives
84
// std::vector<Trk::FitQuality_p1> m_fitQualities;
85
std::vector<Trk::HepSymMatrix_p1>
m_hepSymMatrices
;
86
87
};
//end of class definitions
88
}
//end of namespace definitions
89
90
#endif
Trk::V0Container_tlp2::m_measPerigees
std::vector< Trk::MeasuredPerigee_p1 > m_measPerigees
Definition:
V0Container_tlp2.h:78
Perigee_p2.h
MeasuredPerigee_p1.h
HepSymMatrix_p1.h
V0Hypothesis_p1.h
V0Container_p1.h
Trk::V0Container_tlp2::m_trackParameters
std::vector< Trk::TrackParameters_p1 > m_trackParameters
Definition:
V0Container_tlp2.h:76
Trk::V0Container_tlp2::V0Container_tlp2
V0Container_tlp2()
Definition:
V0Container_tlp2.h:58
Surface_p1.h
Trk::V0Container_tlp2::m_vxCandidates
std::vector< Trk::VxCandidate_p1 > m_vxCandidates
Definition:
V0Container_tlp2.h:67
FitQuality_p1.h
Trk::V0Container_tlp2::m_tracks
std::vector< Trk::Track_p12 > m_tracks
Definition:
V0Container_tlp2.h:73
Trk::V0Container_tlp2::m_extendedVxCandidates
std::vector< Trk::ExtendedVxCandidate_p1 > m_extendedVxCandidates
Definition:
V0Container_tlp2.h:66
Trk::V0Container_tlp2
Definition:
V0Container_tlp2.h:54
V0Candidate_p1.h
Trk::V0Container_tlp2::m_hepSymMatrices
std::vector< Trk::HepSymMatrix_p1 > m_hepSymMatrices
Definition:
V0Container_tlp2.h:85
VxCandidate_p1.h
Trk::V0Container_tlp2::m_surfaces
std::vector< Trk::Surface_p1 > m_surfaces
Definition:
V0Container_tlp2.h:81
VxTrackAtVertex_p2.h
Trk::V0Container_tlp2::m_perigees
std::vector< Trk::Perigee_p2 > m_perigees
Definition:
V0Container_tlp2.h:77
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Track_p12.h
Trk::V0Container_tlp2::m_v0Containers
std::vector< V0Container_p1 > m_v0Containers
Definition:
V0Container_tlp2.h:61
Trk::V0Container_tlp2::m_v0Hypothesises
std::vector< Trk::V0Hypothesis_p1 > m_v0Hypothesises
Definition:
V0Container_tlp2.h:63
TrackParameters_p1.h
RecVertex_p2.h
Trk::V0Container_tlp2::m_v0Candidates
std::vector< Trk::V0Candidate_p1 > m_v0Candidates
Definition:
V0Container_tlp2.h:62
TPCnvTokenList_p1.h
Trk::V0Container_tlp2::m_recVertices
std::vector< Trk::RecVertex_p2 > m_recVertices
Definition:
V0Container_tlp2.h:69
ExtendedVxCandidate_p1.h
Trk::V0Container_tlp2::m_vxTracksAtVertex
std::vector< Trk::VxTrackAtVertex_p2 > m_vxTracksAtVertex
Definition:
V0Container_tlp2.h:68
Generated on Thu Nov 7 2024 21:31:19 for ATLAS Offline Software by
1.8.18