Belle II Software  release-08-01-10
NewV0Fitter::FittedTrack Struct Reference

Structure to save track data of the last successful iteration. More...

#include <NewV0Fitter.h>

Collaboration diagram for NewV0Fitter::FittedTrack:

Public Member Functions

void set (const RecoTrack *recoTrk, const Const::ParticleType &hypo, const genfit::MeasuredStateOnPlane &mSoP, const genfit::AbsTrackRep *rep)
 Sets the data members. More...
 

Public Attributes

const RecoTrackrecoTrack = 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
 

Detailed Description

Structure to save track data of the last successful iteration.

Definition at line 37 of file NewV0Fitter.h.

Member Function Documentation

◆ set()

void set ( const RecoTrack recoTrk,
const Const::ParticleType hypo,
const genfit::MeasuredStateOnPlane mSoP,
const genfit::AbsTrackRep rep 
)
inline

Sets the data members.

Parameters
recoTrkreco track
hypoparticle type of the V0 track (not necessary the one used for the track fit!)
mSoPmeasured state at first hit extrapolated to fitted vertex
reptrack representation used for track fit

Definition at line 51 of file NewV0Fitter.h.


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