ATLAS Offline Software
Loading...
Searching...
No Matches
NeutralParameters.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
7namespace Trk {
8
9 //explicit instantiation
18
19}
20
22MsgStream& operator << ( MsgStream& sl, const Trk::NeutralParameters& pars)
23{ return pars.dump(sl); }
24
26std::ostream& operator << ( std::ostream& sl, const Trk::NeutralParameters& pars)
27{ return pars.dump(sl); }
MsgStream & operator<<(MsgStream &sl, const Trk::NeutralParameters &pars)
Overload of << operator for both, MsgStream and std::ostream for debug output.
The specialised class for charged and neutral track parameters in the curvilinear frame.
The base class for neutral and charged Track parameters.
virtual MsgStream & dump(MsgStream &out) const
Dumps relevant information about the track parameters into the ostream.
Dummy class used to allow special convertors to be called for surfaces owned by a detector element.
Definition ParametersT.h:49
Ensure that the ATLAS eigen extensions are properly loaded.
ParametersBase< NeutralParametersDim, Neutral > NeutralParameters