Belle II Software development
ReattachCDCWireHitsToRecoTracksModule::ReconstructionResults Struct Reference

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.
 

Detailed Description

Internal structure to store the results of the reconstruction.

Definition at line 46 of file ReattachCDCWireHitsToRecoTracksModule.h.

Member Data Documentation

◆ arcLength

double arcLength = 0.0

Arc length of the hit w.r.t. to a genfit::MeasuredStateOnPlane.

Definition at line 48 of file ReattachCDCWireHitsToRecoTracksModule.h.

◆ distanceToTrack

double distanceToTrack = 0.0

Distance from the hit to the track.

Definition at line 52 of file ReattachCDCWireHitsToRecoTracksModule.h.

◆ isValid

bool isValid = false

Success status of the reconstruction.

Definition at line 56 of file ReattachCDCWireHitsToRecoTracksModule.h.

◆ rlInfo

ERightLeft rlInfo = ERightLeft::c_Unknown

Right-left information of the hit.

Definition at line 54 of file ReattachCDCWireHitsToRecoTracksModule.h.

◆ z

double z = 0.0

Reconstructed z position of the hit.

Definition at line 50 of file ReattachCDCWireHitsToRecoTracksModule.h.


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