![]() |
Belle II Software
release-05-02-19
|
The DATCON Most Probable Hit (MPH) class. More...
#include <DATCONMostProbableHit.h>


Public Member Functions | |
| DATCONMostProbableHit () | |
| Standard constructor. | |
| DATCONMostProbableHit (VxdID sensorID, TVector2 localCoordinate, double qualityOfHit) | |
| Constructor for extrapolated hit (MPH) providing sensor ID and local coordinate. | |
| VxdID | getSensorID () |
| Get sensor ID. | |
| TVector2 | getLocalCoordinate () |
| Get local coordinate. | |
| double | getQualityOfHit () |
| Get quality of hit. | |
Private Attributes | |
| VxdID | m_sensorID |
| Sensor ID of the MPH. | |
| TVector2 | m_localCoordinate |
| Local coordinate on the sensor of the MPH. | |
| double | m_qualityOfHit |
| Quality of the extrapolated hit. | |
The DATCON Most Probable Hit (MPH) class.
This class contains information about the extrapolated hits on the PXD calculated by DATCON.
Definition at line 36 of file DATCONMostProbableHit.h.