|  | Project
    | 
Class to find the impact point of a track on the chamber. More...
#include <HitFinder.h>
| Public Member Functions | |
| HitFinder (const GeometryTransformer &geoTrans) | |
| ~HitFinder ()=default | |
| Default destructor. | |
| const GeometryTransformer & | getGeometryTransformer () const | 
| Returns the geometry transformer. | |
| std::vector< int > | getFiredDE (const Track &track, int chamber) const | 
| std::vector< Cluster > | getLocalPositions (const Track &track, int chamber, bool withUncertainties=false) const | 
Class to find the impact point of a track on the chamber.
Definition at line 30 of file HitFinder.h.
| o2::mid::HitFinder::HitFinder | ( | const GeometryTransformer & | geoTrans | ) | 
Constructor
| geoTrans | Geometry transformer | 
default constructor
Definition at line 28 of file HitFinder.cxx.
| 
 | default | 
Default destructor.
Gets the potentially fired detection elements
| track | MID track | 
| chamber | Chamber ID (0-3) | 
Definition at line 74 of file HitFinder.cxx.
| 
 | inline | 
Returns the geometry transformer.
Definition at line 41 of file HitFinder.h.
| std::vector< Cluster > o2::mid::HitFinder::getLocalPositions | ( | const Track & | track, | 
| int | chamber, | ||
| bool | withUncertainties = false | ||
| ) | const | 
Gets the list of track-deId intersection in local coordinates, expressed as clusters
| track | MID track | 
| chamber | Chamber ID (0-3) | 
| withUncertainties | Add also the extrapolated uncertainties to the local point | 
Definition at line 111 of file HitFinder.cxx.