BOSS 7.1.3
BESIII Offline Software System
|
A virtual class for a track finder in tracking. More...
#include <TFinderBase.h>
Public Member Functions | |
TFinderBase () | |
Constructor. | |
virtual | ~TFinderBase () |
Destructor. | |
virtual std::string | name (void) const =0 |
returns name. | |
virtual std::string | version (void) const =0 |
returns version. | |
virtual void | dump (const std::string &message=std::string(""), const std::string &prefix=std::string("")) const |
dumps debug information. | |
virtual int | debugLevel (void) const |
returns debug level. | |
virtual void | clear (void)=0 |
clear internal information. | |
virtual int | debugLevel (int) |
sets debug level. | |
virtual bool | doStereo (bool) |
sets flag to reconstruct 3D. | |
virtual bool | doSalvage (bool) |
sets flag to salvage hits. | |
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. Return value = (0, +, -) means (success, warning, fatal error). | |
A virtual class for a track finder in tracking.
Definition at line 31 of file TFinderBase.h.
TFinderBase::TFinderBase | ( | ) |
Constructor.
Definition at line 16 of file TFinderBase.cxx.
Referenced by TConformalFinder0::TConformalFinder0().
|
virtual |
|
pure virtual |
clear internal information.
Implemented in TConformalFinder0, TConformalFinder, TCurlFinder, TFastFinder, and TPerfectFinder.
|
inlinevirtual |
|
inlinevirtual |
returns debug level.
Definition at line 90 of file TFinderBase.h.
Referenced by TConformalFinder0::doit(), and TConformalFinder::doit().
|
pure virtual |
finds tracks. 'hits' are used to reconstruct. 'tracks' can be used for both inputs and outputs. Return value = (0, +, -) means (success, warning, fatal error).
Implemented in TConformalFinder0, TConformalFinder, TCurlFinder, and TPerfectFinder.
sets flag to salvage hits.
Reimplemented in TConformalFinder0.
Definition at line 108 of file TFinderBase.h.
sets flag to reconstruct 3D.
Reimplemented in TConformalFinder0.
Definition at line 102 of file TFinderBase.h.
|
virtual |
dumps debug information.
Reimplemented in TConformalFinder0, TConformalFinder, TFastFinder, and TPerfectFinder.
Definition at line 23 of file TFinderBase.cxx.
Referenced by TConformalFinder0::dump(), TConformalFinder::dump(), TFastFinder::dump(), and TPerfectFinder::dump().
|
pure virtual |
returns name.
Implemented in TConformalFinder0, TConformalFinder, TCurlFinder, TFastFinder, and TPerfectFinder.
Referenced by dump().
|
pure virtual |
returns version.
Implemented in TConformalFinder0, TConformalFinder, TCurlFinder, TFastFinder, and TPerfectFinder.
Referenced by dump().