ATLAS Offline Software
Namespaces | Typedefs
MuonHoughDefs.h File Reference
#include "Acts/Seeding/HoughTransformUtils.hpp"
#include "MuonHoughEventData.h"
#include "HoughMaximum.h"
#include "HoughSegmentSeed.h"
#include "MuonSegmentFitterEventData.h"
Include dependency graph for MuonHoughDefs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 MuonR4
 The CsvMuonSimHitDumper reads a Simulation Hit container for muons and dumps information to csv files.
 

Typedefs

using MuonR4::HoughHitType = std::shared_ptr< MuonR4::MuonSpacePoint >
 
using MuonR4::HoughMaximum = HoughMaximum_impl< HoughHitType >
 
using MuonR4::HoughSegmentSeed = HoughSegmentSeed_impl< HoughHitType >
 
using MuonR4::MuonSegmentFitterEventData = MuonSegmentFitterEventData_impl< HoughHitType >
 
using MuonR4::HoughPlane = Acts::HoughTransformUtils::HoughPlane< HoughHitType >
 
using MuonR4::ActsPeakFinderForMuon = Acts::HoughTransformUtils::PeakFinders::IslandsAroundMax< HoughHitType >
 
using MuonR4::ActsPeakFinderForMuonCfg = Acts::HoughTransformUtils::PeakFinders::IslandsAroundMaxConfig
 
using MuonR4::MuonHoughEventData = MuonHoughEventData_impl< HoughMaximum, HoughPlane, ActsPeakFinderForMuon, ActsPeakFinderForMuonCfg >