13#ifndef TFinderBase_FLAG_
14#define TFinderBase_FLAG_
16#ifdef TRKRECO_DEBUG_DETAIL
24#define HEP_SHORT_NAMES
25#include "CLHEP/Alist/AList.h"
42 virtual std::string
name(
void)
const = 0;
45 virtual std::string
version(
void)
const= 0;
48 virtual void dump(
const std::string & message = std::string(
""),
49 const std::string & prefix = std::string(
""))
const;
79#ifdef TFinderBase_NO_INLINE
83#define TFinderBase_INLINE_DEFINE_HERE
86#ifdef TFinderBase_INLINE_DEFINE_HERE
97 return _debugLevel = a;
A virtual class for a track finder in tracking.
virtual std::string version(void) const =0
returns version.
virtual int debugLevel(void) const
returns debug level.
virtual bool doStereo(bool)
sets flag to reconstruct 3D.
virtual void dump(const std::string &message=std::string(""), const std::string &prefix=std::string("")) const
dumps debug information.
virtual bool doSalvage(bool)
sets flag to salvage hits.
virtual void clear(void)=0
clear internal information.
TFinderBase()
Constructor.
virtual int doit(const AList< TMDCWireHit > &axialHits, const AList< TMDCWireHit > &stereoHits, AList< TTrack > &tracks3D, AList< TTrack > &tracks2D)=0
finds tracks. 'hits' are used to reconstruct. 'tracks' can be used for both inputs and outputs....
virtual std::string name(void) const =0
returns name.
virtual ~TFinderBase()
Destructor.
A class to represent a track in tracking.