![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/offline/packages/PHTpcTracker/Fitter.h>
Public Member Functions | |
| Fitter (TGeoManager *tgeo_manager, PHField *field) | |
| ~Fitter () | |
| genfit::KalmanFitter * | getFitter5 () |
| genfit::KalmanFitter * | getFitter1 () |
| void | processTrack5 (PHGenFit2::Track *track) |
| void | processTrack1 (PHGenFit2::Track *track) |
| void | processTrack5 (genfit::Track *track) |
| void | processTrack1 (genfit::Track *track) |
| void | processTrackPartially (PHGenFit2::Track *track, int startId=0, int endId=-1) |
| void | processTrackPartially (genfit::Track *track, int startId=0, int endId=-1) |
Private Attributes | |
| genfit::KalmanFitter * | _fitter5 |
| genfit::KalmanFitter * | _fitter1 |
Definition at line 20 of file Fitter.h.
View newest version in sPHENIX GitHub at line 20 of file Fitter.h
| PHGenFit2::Fitter::Fitter | ( | TGeoManager * | tgeo_manager, |
| PHField * | field | ||
| ) |
| PHGenFit2::Fitter::~Fitter | ( | ) |
|
inline |
|
inline |
|
inline |
Definition at line 30 of file Fitter.h.
View newest version in sPHENIX GitHub at line 30 of file Fitter.h
References PHGenFit2::Track::getGenFitTrack(), and processTrack1().
Referenced by processTrack1(), and PHTpcTrackFollower::propagateTrack().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
|
inline |
Definition at line 29 of file Fitter.h.
View newest version in sPHENIX GitHub at line 29 of file Fitter.h
References PHGenFit2::Track::getGenFitTrack(), and processTrack5().
Referenced by processTrack5(), and PHTpcTrackFollower::propagateTrack().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
|
inline |
Definition at line 35 of file Fitter.h.
View newest version in sPHENIX GitHub at line 35 of file Fitter.h
References PHGenFit2::Track::getGenFitTrack().
Referenced by PHTpcTrackFollower::followTrack().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 48 of file Fitter.h.
View newest version in sPHENIX GitHub at line 48 of file Fitter.h
Referenced by Fitter(), processTrack1(), processTrackPartially(), and ~Fitter().
|
private |
Definition at line 47 of file Fitter.h.
View newest version in sPHENIX GitHub at line 47 of file Fitter.h
Referenced by Fitter(), getFitter1(), getFitter5(), processTrack5(), and ~Fitter().