ATLAS Offline Software
Tracking
TrkEvent
TrkNeutralParameters
TrkNeutralParameters
NeutralParameters.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// NeutralParameters.h, (c) ATLAS Detector software
8
9
#ifndef TRKNEUTRALPARAMETERS_NEUTRALPARAMETERS_H
10
#define TRKNEUTRALPARAMETERS_NEUTRALPARAMETERS_H
11
12
#include "
TrkParametersBase/CurvilinearParametersT.h
"
13
#include "
TrkParametersBase/ParametersT.h
"
14
#include "
TrkSurfaces/ConeSurface.h
"
15
#include "
TrkSurfaces/CylinderSurface.h
"
16
#include "
TrkSurfaces/DiscSurface.h
"
17
#include "
TrkSurfaces/PerigeeSurface.h
"
18
#include "
TrkSurfaces/PlaneSurface.h
"
19
#include "
TrkSurfaces/StraightLineSurface.h
"
20
21
22
namespace
Trk
{
23
24
constexpr
size_t
NeutralParametersDim
= 5;
25
// Alias declarations
26
using
NeutralParameters
=
ParametersBase<NeutralParametersDim, Neutral>
;
27
using
NeutralCurvilinearParameters
=
CurvilinearParametersT<NeutralParametersDim, Neutral, PlaneSurface>
;
28
using
NeutralAtaCone
=
ParametersT<NeutralParametersDim, Neutral, ConeSurface>
;
29
using
NeutralAtaCylinder
=
ParametersT<NeutralParametersDim, Neutral, CylinderSurface>
;
30
using
NeutralAtaDisc
=
ParametersT<NeutralParametersDim, Neutral, DiscSurface>
;
31
using
NeutralPerigee
=
ParametersT<NeutralParametersDim, Neutral, PerigeeSurface>
;
32
using
NeutralAtaPlane
=
ParametersT<NeutralParametersDim, Neutral, PlaneSurface>
;
33
using
NeutralAtaStraightLine
=
ParametersT<NeutralParametersDim, Neutral, StraightLineSurface>
;
34
}
35
38
MsgStream&
39
operator<<
(MsgStream& sl,
const
Trk::NeutralParameters
&
pars
);
40
43
std::ostream&
44
operator<<
(std::ostream& sl,
const
Trk::NeutralParameters
&
pars
);
45
46
#endif // TRKNEUTRALPARAMETERS_NEUTRALPARAMETERS_H
make_hlt_rep.pars
pars
Definition:
make_hlt_rep.py:90
StraightLineSurface.h
PerigeeSurface.h
Trk::ParametersT
Dummy class used to allow special convertors to be called for surfaces owned by a detector element.
Definition:
EMErrorDetail.h:25
ConeSurface.h
CurvilinearParametersT.h
ParametersT.h
CylinderSurface.h
Trk::ParametersBase
Definition:
ParametersBase.h:55
Trk::CurvilinearParametersT
Definition:
CurvilinearParametersT.h:48
Trk::NeutralParametersDim
constexpr size_t NeutralParametersDim
Definition:
NeutralParameters.h:24
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
operator<<
MsgStream & operator<<(MsgStream &sl, const Trk::NeutralParameters &pars)
Overload of << operator for both, MsgStream and std::ostream for debug output.
Definition:
NeutralParameters.cxx:22
PlaneSurface.h
DiscSurface.h
Generated on Thu Nov 7 2024 21:22:49 for ATLAS Offline Software by
1.8.18