ATLAS Offline Software
|
#include <GeoPrimitives/GeoPrimitives.h>
#include <MuonPatternEvent/MuonHoughDefs.h>
#include <xAODMuon/MuonSegment.h>
Go to the source code of this file.
Classes | |
struct | MuonR4::SegmentFitResult |
Namespaces | |
MuonR4 | |
This header ties the generic definitions in this package. | |
MuonR4::SegmentFit | |
Functions | |
double | MuonR4::houghTanTheta (const Amg::Vector3D &v) |
Returns the hough tanTheta [y] / [z]. More... | |
double | MuonR4::houghTanPhi (const Amg::Vector3D &v) |
: Returns the hough tanPhi [x] / [z] More... | |
std::pair< Amg::Vector3D, Amg::Vector3D > | MuonR4::SegmentFit::makeLine (const Parameters &pars) |
Returns the parsed parameters into an Eigen line parametrization. More... | |
std::string | MuonR4::SegmentFit::makeLabel (const Parameters &pars) |
std::string | MuonR4::SegmentFit::toString (const Parameters &pars) |
std::string | MuonR4::SegmentFit::toString (const ParamDefs par) |
Amg::Vector3D | MuonR4::SegmentFit::dirFromTangents (const double tanPhi, const double tanTheta) |
Constructs a direction vector from tanPhi & tanTheta. More... | |
Amg::Vector3D | MuonR4::SegmentFit::dirFromAngles (const double phi, const double theta) |
Constructs a direction vector from the polar theta & phi angles. More... | |
Parameters | MuonR4::SegmentFit::localSegmentPars (const xAOD::MuonSegment &seg) |
Returns the localSegPars decoration from a xAODMuon::Segment. More... | |
Parameters | MuonR4::SegmentFit::localSegmentPars (const ActsGeometryContext &gctx, const Segment &segment) |
Returns the local segment parameters from a segment object. More... | |