|
BOSS 7.1.1
BESIII Offline Software System
|
A virtual class for a track finder in tracking. More...
#include <TFinderBase.h>
Inheritance diagram for TFinderBase: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 | ( | ) |
|
virtual |
|
pure virtual |
clear internal information.
Implemented in TConformalFinder0, TConformalFinder, TCurlFinder, TFastFinder, and TPerfectFinder.
Referenced by TrkReco::clear(), and TrkReco::finalize().
|
inlinevirtual |
|
inlinevirtual |
returns debug level.
Definition at line 90 of file TFinderBase.h.
Referenced by TConformalFinder0::doit(), TConformalFinder::doit(), and TrkReco::initialize().
|
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.
Referenced by TrkReco::execute().
sets flag to salvage hits.
Reimplemented in TConformalFinder0.
Definition at line 108 of file TFinderBase.h.
Referenced by TrkReco::initialize().
sets flag to reconstruct 3D.
Reimplemented in TConformalFinder0.
Definition at line 102 of file TFinderBase.h.
Referenced by TrkReco::initialize().
|
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().