Belle II Software development
|
Internal structure to store the results of the reconstruction. More...
Public Attributes | |
double | arcLength = 0.0 |
Arc length of the hit w.r.t. to a genfit::MeasuredStateOnPlane. | |
double | z = 0.0 |
Reconstructed z position of the hit. | |
double | distanceToTrack = 0.0 |
Distance from the hit to the track. | |
ERightLeft | rlInfo = ERightLeft::c_Unknown |
Right-left information of the hit. | |
bool | isValid = false |
Success status of the reconstruction. | |
Internal structure to store the results of the reconstruction.
Definition at line 46 of file ReattachCDCWireHitsToRecoTracksModule.h.
double arcLength = 0.0 |
Arc length of the hit w.r.t. to a genfit::MeasuredStateOnPlane.
Definition at line 48 of file ReattachCDCWireHitsToRecoTracksModule.h.
double distanceToTrack = 0.0 |
Distance from the hit to the track.
Definition at line 52 of file ReattachCDCWireHitsToRecoTracksModule.h.
bool isValid = false |
Success status of the reconstruction.
Definition at line 56 of file ReattachCDCWireHitsToRecoTracksModule.h.
ERightLeft rlInfo = ERightLeft::c_Unknown |
Right-left information of the hit.
Definition at line 54 of file ReattachCDCWireHitsToRecoTracksModule.h.
double z = 0.0 |
Reconstructed z position of the hit.
Definition at line 50 of file ReattachCDCWireHitsToRecoTracksModule.h.