![]() |
Belle II Software release-09-00-03
|
Structure to save track data of the last successful iteration. More...
#include <NewV0Fitter.h>

Public Member Functions | |
| void | set (const RecoTrack *recoTrk, const Const::ParticleType &hypo, const genfit::MeasuredStateOnPlane &mSoP, const genfit::AbsTrackRep *rep) |
| Sets the data members. | |
Public Attributes | |
| const RecoTrack * | recoTrack = nullptr |
| reco track | |
| Const::ParticleType | ptype = Const::invalidParticle |
| particle type of the V0 track | |
| genfit::MeasuredStateOnPlane | state |
| measured state at first hit, extrapolated to fitted vertex | |
| double | pValue = 0 |
| p-value of track fit | |
| int | Ndf = 0 |
| degrees-of-freedom of track fit | |
Structure to save track data of the last successful iteration.
Definition at line 37 of file NewV0Fitter.h.
|
inline |
Sets the data members.
| recoTrk | reco track |
| hypo | particle type of the V0 track (not necessary the one used for the track fit!) |
| mSoP | measured state at first hit extrapolated to fitted vertex |
| rep | track representation used for track fit |
Definition at line 51 of file NewV0Fitter.h.
| int Ndf = 0 |
degrees-of-freedom of track fit
Definition at line 42 of file NewV0Fitter.h.
particle type of the V0 track
Definition at line 39 of file NewV0Fitter.h.
| double pValue = 0 |
p-value of track fit
Definition at line 41 of file NewV0Fitter.h.
| const RecoTrack* recoTrack = nullptr |
reco track
Definition at line 38 of file NewV0Fitter.h.
| genfit::MeasuredStateOnPlane state |
measured state at first hit, extrapolated to fitted vertex
Definition at line 40 of file NewV0Fitter.h.