ATLAS Offline Software
Namespaces | Typedefs | Enumerations | Functions
MuonHoughDefs.h File Reference
#include "GeoPrimitives/GeoPrimitives.h"
#include "Acts/Seeding/HoughTransformUtils.hpp"
#include "MuonPatternEvent/HoughMaximum.h"
Include dependency graph for MuonHoughDefs.h:

Go to the source code of this file.

Namespaces

 MuonR4
 This header ties the generic definitions in this package.
 
 MuonR4::SegmentFit
 

Typedefs

using MuonR4::HoughHitType = HoughMaximum::HitType
 
using MuonR4::HoughPlane = Acts::HoughTransformUtils::HoughPlane< HoughHitType >
 
using MuonR4::ActsPeakFinderForMuon = Acts::HoughTransformUtils::PeakFinders::IslandsAroundMax< HoughHitType >
 
using MuonR4::ActsPeakFinderForMuonCfg = Acts::HoughTransformUtils::PeakFinders::IslandsAroundMaxConfig
 
using MuonR4::SegmentFit::Parameters = AmgVector(toInt(ParamDefs::nPars))
 
using MuonR4::SegmentFit::Covariance = AmgSymMatrix(toInt(ParamDefs::nPars))
 

Enumerations

enum  MuonR4::SegmentFit::ParamDefs {
  MuonR4::SegmentFit::ParamDefs::y0 = 0, MuonR4::SegmentFit::ParamDefs::theta = 1, MuonR4::SegmentFit::ParamDefs::x0 = 2, MuonR4::SegmentFit::ParamDefs::phi = 3,
  MuonR4::SegmentFit::ParamDefs::time = 4, MuonR4::SegmentFit::ParamDefs::nPars
}
 This file defines the parameter enums in the Trk namespace. More...
 
enum  MuonR4::SegmentFit::AxisDefs { MuonR4::SegmentFit::AxisDefs::phi = 0, MuonR4::SegmentFit::AxisDefs::eta = 1, MuonR4::SegmentFit::AxisDefs::t0 = 2 }
 

Functions

constexpr int MuonR4::SegmentFit::toInt (const ParamDefs p)
 
constexpr int MuonR4::SegmentFit::toInt (const AxisDefs a)