Class Reference for E1039 Core & Analysis Software
SQGenFit::GFTrack Class Reference

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/packages/reco/SQGenFit/GFTrack.h>

Public Member Functions

 GFTrack ()
 
 GFTrack (SRecTrack &recTrack)
 
 GFTrack (Tracklet &tracklet)
 
 ~GFTrack ()
 
void setVerbosity (unsigned int v)
 
void setTracklet (Tracklet &tracklet, double z_reference=590., bool wildseedcov=false)
 
void addMeasurements (std::vector< GFMeasurement * > &measurements)
 
void addMeasurement (GFMeasurement *measurement)
 
double getChi2 ()
 
double getNDF ()
 
int getCharge ()
 
int getNearestMeasurementID (GFMeasurement *meas)
 
double extrapolateToLine (TVector3 &endPoint1, TVector3 &endPoint2, const int startPtID=0)
 
double extrapolateToPlane (TVector3 &pO, TVector3 &pU, TVector3 &pV, const int startPtID=0)
 
double extrapolateToPoint (TVector3 &point, bool update=false, const int startPtID=0)
 
double updatePropState (const TVectorD &meas, const TMatrixDSym &V)
 
void getExtrapPosMomCov (TVector3 &pos, TVector3 &mom, TMatrixDSym &cov)
 
void getExtrapPosMom (TVector3 &pos, TVector3 &mom)
 
double swimToVertex (double z, TVector3 *pos=nullptr, TVector3 *mom=nullptr, TMatrixDSym *cov=nullptr)
 
void checkConsistency ()
 
void postFitUpdate (bool updateMeasurements=true)
 
SRecTrack getSRecTrack ()
 
void print (unsigned int debugLvl=0)
 
genfit::Track * getGenFitTrack ()
 
genfit::AbsTrackRep * getGenFitTrkRep ()
 

Detailed Description

Definition at line 21 of file GFTrack.h.

Constructor & Destructor Documentation

◆ GFTrack() [1/3]

SQGenFit::GFTrack::GFTrack ( )

Definition at line 59 of file GFTrack.cxx.

◆ GFTrack() [2/3]

SQGenFit::GFTrack::GFTrack ( SRecTrack recTrack)

Definition at line 64 of file GFTrack.cxx.

References SRecTrack::getCharge(), SRecTrack::getGFAuxInfo(), SRecTrack::getGFCov(), SRecTrack::getGFPlaneO(), SRecTrack::getGFPlaneU(), SRecTrack::getGFPlaneV(), SRecTrack::getGFState(), SRecTrack::getMomentumVecSt1(), SRecTrack::getNHits(), and SRecTrack::getPositionVecSt1().

+ Here is the call graph for this function:

◆ GFTrack() [3/3]

SQGenFit::GFTrack::GFTrack ( Tracklet tracklet)

Definition at line 103 of file GFTrack.cxx.

References setTracklet().

+ Here is the call graph for this function:

◆ ~GFTrack()

SQGenFit::GFTrack::~GFTrack ( )

Definition at line 109 of file GFTrack.cxx.

Member Function Documentation

◆ addMeasurement()

void SQGenFit::GFTrack::addMeasurement ( GFMeasurement measurement)

Definition at line 128 of file GFTrack.cxx.

References SQGenFit::GFMeasurement::getZ(), and SQGenFit::GFMeasurement::setTrackPtr().

Referenced by addMeasurements().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ addMeasurements()

void SQGenFit::GFTrack::addMeasurements ( std::vector< GFMeasurement * > &  measurements)

Definition at line 119 of file GFTrack.cxx.

References addMeasurement().

Referenced by setTracklet().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ checkConsistency()

void SQGenFit::GFTrack::checkConsistency ( )
inline

Definition at line 50 of file GFTrack.h.

Referenced by SQGenFit::GFFitter::processTrack(), and setTracklet().

+ Here is the caller graph for this function:

◆ extrapolateToLine()

double SQGenFit::GFTrack::extrapolateToLine ( TVector3 &  endPoint1,
TVector3 &  endPoint2,
const int  startPtID = 0 
)

Definition at line 180 of file GFTrack.cxx.

◆ extrapolateToPlane()

double SQGenFit::GFTrack::extrapolateToPlane ( TVector3 &  pO,
TVector3 &  pU,
TVector3 &  pV,
const int  startPtID = 0 
)

Definition at line 205 of file GFTrack.cxx.

Referenced by swimToVertex().

+ Here is the caller graph for this function:

◆ extrapolateToPoint()

double SQGenFit::GFTrack::extrapolateToPoint ( TVector3 &  point,
bool  update = false,
const int  startPtID = 0 
)

Definition at line 227 of file GFTrack.cxx.

◆ getCharge()

int SQGenFit::GFTrack::getCharge ( )
inline

Definition at line 36 of file GFTrack.h.

References Tracklet::getCharge().

Referenced by getSRecTrack().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getChi2()

double SQGenFit::GFTrack::getChi2 ( )

Definition at line 137 of file GFTrack.cxx.

Referenced by getSRecTrack().

+ Here is the caller graph for this function:

◆ getExtrapPosMom()

void SQGenFit::GFTrack::getExtrapPosMom ( TVector3 &  pos,
TVector3 &  mom 
)
inline

Definition at line 46 of file GFTrack.h.

Referenced by swimToVertex().

+ Here is the caller graph for this function:

◆ getExtrapPosMomCov()

void SQGenFit::GFTrack::getExtrapPosMomCov ( TVector3 &  pos,
TVector3 &  mom,
TMatrixDSym &  cov 
)
inline

Definition at line 45 of file GFTrack.h.

Referenced by swimToVertex().

+ Here is the caller graph for this function:

◆ getGenFitTrack()

genfit::Track* SQGenFit::GFTrack::getGenFitTrack ( )
inline

Definition at line 57 of file GFTrack.h.

Referenced by SQGenFit::GFFitter::processTrack().

+ Here is the caller graph for this function:

◆ getGenFitTrkRep()

genfit::AbsTrackRep* SQGenFit::GFTrack::getGenFitTrkRep ( )
inline

Definition at line 58 of file GFTrack.h.

◆ getNDF()

double SQGenFit::GFTrack::getNDF ( )

Definition at line 149 of file GFTrack.cxx.

◆ getNearestMeasurementID()

int SQGenFit::GFTrack::getNearestMeasurementID ( GFMeasurement meas)

Definition at line 161 of file GFTrack.cxx.

References SQGenFit::GFMeasurement::getZ().

+ Here is the call graph for this function:

◆ getSRecTrack()

SRecTrack SQGenFit::GFTrack::getSRecTrack ( )

Definition at line 394 of file GFTrack.cxx.

References getCharge(), getChi2(), SRecTrack::getVertexPos(), SRecTrack::insertChisq(), SRecTrack::insertCovariance(), SRecTrack::insertGFState(), SRecTrack::insertHitIndex(), SRecTrack::insertStateVector(), SRecTrack::insertZ(), SRecTrack::setChisq(), SRecTrack::setChisqDump(), SRecTrack::setChisqTarget(), SRecTrack::setChisqUpstream(), SRecTrack::setChisqVertex(), SRecTrack::setKalmanStatus(), SRecTrack::setVertexMom(), SRecTrack::setVertexPos(), swimToVertex(), and SRecTrack::swimToVertex().

Referenced by SQReco::fitTrackCand().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ postFitUpdate()

void SQGenFit::GFTrack::postFitUpdate ( bool  updateMeasurements = true)

Definition at line 385 of file GFTrack.cxx.

Referenced by SQReco::fitTrackCand(), and main().

+ Here is the caller graph for this function:

◆ print()

void SQGenFit::GFTrack::print ( unsigned int  debugLvl = 0)

Definition at line 467 of file GFTrack.cxx.

References Tracklet::print().

Referenced by SQReco::fitTrackCand(), and main().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setTracklet()

void SQGenFit::GFTrack::setTracklet ( Tracklet tracklet,
double  z_reference = 590.,
bool  wildseedcov = false 
)

Definition at line 338 of file GFTrack.cxx.

References addMeasurements(), checkConsistency(), Tracklet::getCharge(), Tracklet::getExpMomentum(), Tracklet::getExpPositionX(), Tracklet::getExpPositionY(), and Tracklet::hits.

Referenced by SQReco::fitTrackCand(), GFTrack(), and main().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setVerbosity()

void SQGenFit::GFTrack::setVerbosity ( unsigned int  v)

Definition at line 114 of file GFTrack.cxx.

Referenced by main().

+ Here is the caller graph for this function:

◆ swimToVertex()

double SQGenFit::GFTrack::swimToVertex ( double  z,
TVector3 *  pos = nullptr,
TVector3 *  mom = nullptr,
TMatrixDSym *  cov = nullptr 
)

Definition at line 295 of file GFTrack.cxx.

References extrapolateToPlane(), getExtrapPosMom(), getExtrapPosMomCov(), and updatePropState().

Referenced by getSRecTrack().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ updatePropState()

double SQGenFit::GFTrack::updatePropState ( const TVectorD &  meas,
const TMatrixDSym &  V 
)

Definition at line 239 of file GFTrack.cxx.

Referenced by swimToVertex().

+ Here is the caller graph for this function:

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