13#ifndef TROBUSTLINEFITTER_FLAG_
14#define TROBUSTLINEFITTER_FLAG_
16#ifdef TRKRECO_DEBUG_DETAIL
24#define HEP_SHORT_NAMES
25#include "TrkReco/TLineFitter.h"
39 void dump(
const std::string & message = std::string(
""),
40 const std::string & prefix = std::string(
""))
const;
43 double det(
void)
const;
49 double rofunc(
const TTrackBase &,
double)
const;
50 double select(
unsigned k,
unsigned n,
double *)
const;
61#ifdef TRKRECO_NO_INLINE
65#define TROBUSTLINEFITTER_INLINE_DEFINE_HERE
68#ifdef TROBUSTLINEFITTER_INLINE_DEFINE_HERE
A class to fit a TTrackBase object to a line.
const std::string & name(void) const
returns name.
A class to fit a TTrackBase object to a line.
void dump(const std::string &message=std::string(""), const std::string &prefix=std::string("")) const
dumps debug information.
virtual int fit(TTrackBase &) const
virtual ~TRobustLineFitter()
Destructor.
A virtual class for a track class in tracking.