ATLAS Offline Software
TrackParameters.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 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 ParametersBase<5,Charged>;
15 
16  template class ParametersT<5,Charged,PlaneSurface>;
17  template class ParametersT<5,Charged,CylinderSurface>;
18  template class ParametersT<5,Charged,DiscSurface>;
19  template class ParametersT<5,Charged,ConeSurface>;
20  template class ParametersT<5,Charged,PerigeeSurface>;
21  template class ParametersT<5,Charged,StraightLineSurface>;
22  template class CurvilinearParametersT<5,Charged,PlaneSurface>;
23 
24 }
25 
27 MsgStream& operator << ( MsgStream& sl, const Trk::TrackParameters& pars)
28 { return pars.dump(sl); }
29 
31 std::ostream& operator << ( std::ostream& sl, const Trk::TrackParameters& pars)
32 { return pars.dump(sl); }
33 
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:27