![]() |
ATLAS Offline Software
|
#include <MuonPatternEvent/SegmentFitterEventData.h>
#include <MuonPatternEvent/Segment.h>
#include <GaudiKernel/SystemOfUnits.h>
#include <CxxUtils/sincos.h>
#include <vector>
#include <array>
#include <sstream>
#include <format>
Go to the source code of this file.
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... | |
Amg::Vector3D | MuonR4::SegmentFit::dirFromTangents (const double tanPhi, const double tanTheta) |
Constructs a direction vector from tanPhi & tanTheta. More... | |
std::pair< Amg::Vector3D, Amg::Vector3D > | MuonR4::SegmentFit::makeLine (const Parameters &pars) |
Returns the parsed parameters into an Eigen line parametrization. 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... | |
std::string | MuonR4::SegmentFit::makeLabel (const Parameters &pars) |
std::string | MuonR4::SegmentFit::toString (const Parameters &pars) |
std::string | MuonR4::SegmentFit::toString (const ParamDefs par) |