94 void setGBLOptions(std::string internalIterations =
"THC",
bool enableScatterers =
true,
bool enableIntermediateScatterer =
true) {
96 if (!enableScatterers)
97 enableIntermediateScatterer =
false;
109 void setMP2Options(
double pValueCut = 0.,
unsigned int minNdf = 1, std::string mille_file_name =
"millefile.dat",
double chi2Cut = 0.) {
Abstract base class for fitters.
Abstract base class for a track representation.
Generic GBL implementation.
std::string m_gblInternalIterations
GFGbl & operator=(GFGbl const &)
std::string m_milleFileName
void setMP2Options(double pValueCut=0., unsigned int minNdf=1, std::string mille_file_name="millefile.dat", double chi2Cut=0.)
Sets GBL & Millepede settings.
void processTrackWithRep(Track *trk, const AbsTrackRep *rep, bool resortHits=false)
bool m_enableIntermediateScatterer
void setGBLOptions(std::string internalIterations="THC", bool enableScatterers=true, bool enableIntermediateScatterer=true)
Sets internal GBL down-weighting.
Collection of TrackPoint objects, AbsTrackRep objects and FitStatus objects.