13#ifndef T3DLINEFITTER_FLAG_
14#define T3DLINEFITTER_FLAG_
16#ifdef TRKRECO_DEBUG_DETAIL
24#define HEP_SHORT_NAMES
25#ifndef CLHEP_VECTOR3D_H
26#include "CLHEP/Geometry/Vector3D.h"
28#ifndef ENABLE_BACKWARDS_COMPATIBILITY
53 void dump(
const std::string & message = std::string(
""),
54 const std::string & prefix = std::string(
""))
const;
89#ifdef TRKRECO_NO_INLINE
93#define T3DLINEFITTER_INLINE_DEFINE_HERE
96#ifdef T3DLINEFITTER_INLINE_DEFINE_HERE
NTuple::Array< double > m_tof
HepGeom::Vector3D< double > HepVector3D
A class to fit a TTrackBase object to a 3D line.
T3DLineFitter(const std::string &name)
Constructor.
void dump(const std::string &message=std::string(""), const std::string &prefix=std::string("")) const
dumps debug information.
virtual int fit(TTrackBase &) const
virtual ~T3DLineFitter()
Destructor.
A class to represent a track in tracking.
A class to fit a TTrackBase object.
const std::string & name(void) const
returns name.
A class to relate TMDCWireHit and TTrack objects.
A virtual class for a track class in tracking.