ATLAS Offline Software
Namespaces | Typedefs | Functions | Variables
NeutralParameters.h File Reference
#include "TrkParametersBase/CurvilinearParametersT.h"
#include "TrkParametersBase/ParametersT.h"
#include "TrkSurfaces/ConeSurface.h"
#include "TrkSurfaces/CylinderSurface.h"
#include "TrkSurfaces/DiscSurface.h"
#include "TrkSurfaces/PerigeeSurface.h"
#include "TrkSurfaces/PlaneSurface.h"
#include "TrkSurfaces/StraightLineSurface.h"
Include dependency graph for NeutralParameters.h:

Go to the source code of this file.

Namespaces

 Trk
 Ensure that the ATLAS eigen extensions are properly loaded.
 

Typedefs

using Trk::NeutralParameters = ParametersBase< NeutralParametersDim, Neutral >
 
using Trk::NeutralCurvilinearParameters = CurvilinearParametersT< NeutralParametersDim, Neutral, PlaneSurface >
 
using Trk::NeutralAtaCone = ParametersT< NeutralParametersDim, Neutral, ConeSurface >
 
using Trk::NeutralAtaCylinder = ParametersT< NeutralParametersDim, Neutral, CylinderSurface >
 
using Trk::NeutralAtaDisc = ParametersT< NeutralParametersDim, Neutral, DiscSurface >
 
using Trk::NeutralPerigee = ParametersT< NeutralParametersDim, Neutral, PerigeeSurface >
 
using Trk::NeutralAtaPlane = ParametersT< NeutralParametersDim, Neutral, PlaneSurface >
 
using Trk::NeutralAtaStraightLine = ParametersT< NeutralParametersDim, Neutral, StraightLineSurface >
 

Functions

MsgStream & operator<< (MsgStream &sl, const Trk::NeutralParameters &pars)
 Overload of << operator for both, MsgStream and std::ostream for debug output. More...
 
std::ostream & operator<< (std::ostream &sl, const Trk::NeutralParameters &pars)
 Overload of << operator for both, MsgStream and std::ostream for debug output. More...
 

Variables

constexpr size_t Trk::NeutralParametersDim = 5
 

Function Documentation

◆ operator<<() [1/2]

MsgStream& operator<< ( MsgStream &  sl,
const Trk::NeutralParameters pars 
)

Overload of << operator for both, MsgStream and std::ostream for debug output.

Definition at line 22 of file NeutralParameters.cxx.

23 { return pars.dump(sl); }

◆ operator<<() [2/2]

std::ostream& operator<< ( std::ostream &  sl,
const Trk::NeutralParameters pars 
)

Overload of << operator for both, MsgStream and std::ostream for debug output.

Definition at line 26 of file NeutralParameters.cxx.

27 { return pars.dump(sl); }
make_hlt_rep.pars
pars
Definition: make_hlt_rep.py:90