|
| double | MuonR4::houghTanBeta (const Amg::Vector3D &v) |
| | Returns the hough tanBeta [y] / [z].
|
| double | MuonR4::houghTanAlpha (const Amg::Vector3D &v) |
| | : Returns the hough tanAlpha [x] / [z]
|
| std::pair< Amg::Vector3D, Amg::Vector3D > | MuonR4::SegmentFit::makeLine (const Parameters &pars) |
| | Returns the parsed parameters into an Eigen line parametrization.
|
| std::string | MuonR4::SegmentFit::makeLabel (const Parameters &pars) |
| | Dumps the parameters into a string in the form of TLatex.
|
| std::string | MuonR4::SegmentFit::toString (const Parameters &pars) |
| | Dumps the parameters into a string with labels in front of each number.
|
| std::string | MuonR4::SegmentFit::toString (const ParamDefs par) |
| | Returns the parameter label.
|
| Parameters | MuonR4::SegmentFit::localSegmentPars (const xAOD::MuonSegment &seg) |
| | Returns the localSegPars decoration from a xAODMuon::Segment.
|
| std::optional< Covariance > | MuonR4::SegmentFit::localSegmentCov (const xAOD::MuonSegment &seg) |
| | Returns the localCovariance decoration from a xAOD::MuonSegment.
|
| Parameters | MuonR4::SegmentFit::localSegmentPars (const ActsTrk::GeometryContext &gctx, const Segment &segment) |
| | Returns the local segment parameters from a segment object.
|
| Parameters | MuonR4::SegmentFit::localSegmentPars (const Acts::GeometryContext &tgContext, const Segment &segment) |
| | Returns the localSegPars decoration from a xAODMuon::Segment.
|
| Acts::BoundTrackParameters | MuonR4::SegmentFit::boundSegmentPars (const ActsTrk::GeometryContext &gctx, const MuonGMR4::MuonDetectorManager &detMgr, const xAOD::MuonSegment &segment, const Acts::ParticleHypothesis hypot=Acts::ParticleHypothesis::muon()) |
| | Returns the segment parameters as boundTrackParameters.
|
| Acts::BoundTrackParameters | MuonR4::SegmentFit::boundSegmentPars (const Acts::GeometryContext &tgContext, const MuonGMR4::MuonDetectorManager &detMgr, const xAOD::MuonSegment &segment, const Acts::ParticleHypothesis hypot=Acts::ParticleHypothesis::muon()) |
| | Returns the segment parameters as boundTrackParameters.
|
| Acts::BoundTrackParameters | MuonR4::SegmentFit::boundSegmentPars (const ActsTrk::GeometryContext &gctx, const Segment &segment, const Acts::ParticleHypothesis hypot=Acts::ParticleHypothesis::muon()) |
| | Returns the segment parameters as boundTrackParameters.
|
| Acts::BoundTrackParameters | MuonR4::SegmentFit::boundSegmentPars (const Acts::GeometryContext &tgContext, const Segment &segment, const Acts::ParticleHypothesis hypot=Acts::ParticleHypothesis::muon()) |
| | Returns the segment parameters as boundTrackParameters.
|