Belle II Software  release-05-01-25
DATCONMostProbableHit Class Reference

The DATCON Most Probable Hit (MPH) class. More...

#include <DATCONMostProbableHit.h>

Inheritance diagram for DATCONMostProbableHit:
Collaboration diagram for DATCONMostProbableHit:

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.
 

Detailed Description

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.


The documentation for this class was generated from the following file: