ATLAS Offline Software
TrackParameters.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 // TrackParameters.h, (c) ATLAS Detector software
8 
10 
11 namespace Trk {
12 
13  //explicit intantiation
14  template class ParametersCommon<TrackParametersDim,Charged>;
15  template class ParametersBase<TrackParametersDim,Charged>;
16 
17  template class ParametersT<TrackParametersDim,Charged,PlaneSurface>;
18  template class ParametersT<TrackParametersDim,Charged,CylinderSurface>;
19  template class ParametersT<TrackParametersDim,Charged,DiscSurface>;
20  template class ParametersT<TrackParametersDim,Charged,ConeSurface>;
21  template class ParametersT<TrackParametersDim,Charged,PerigeeSurface>;
22  template class ParametersT<TrackParametersDim,Charged,StraightLineSurface>;
23  template class CurvilinearParametersT<TrackParametersDim,Charged,PlaneSurface>;
24 
25 }
26 
28 MsgStream& operator << ( MsgStream& sl, const Trk::TrackParameters& pars)
29 { return pars.dump(sl); }
30 
32 std::ostream& operator << ( std::ostream& sl, const Trk::TrackParameters& pars)
33 { return pars.dump(sl); }
34 
make_hlt_rep.pars
pars
Definition: make_hlt_rep.py:90
TrackParameters.h
Trk::ParametersBase
Definition: ParametersBase.h:55
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
operator<<
MsgStream & operator<<(MsgStream &sl, const Trk::TrackParameters &pars)
Overload of << operator for both, MsgStream and std::ostream for debug output.
Definition: TrackParameters.cxx:28