BOSS 7.0.2
BESIII Offline Software System
|
A class to find tracks with the conformal method. More...
#include <TFastFinder.h>
Public Member Functions | |
TFastFinder () | |
Constructor. | |
virtual | ~TFastFinder () |
Destructor. | |
std::string | name (void) const |
returns name. | |
std::string | version (void) const |
returns version. | |
void | dump (const std::string &message=std::string(""), const std::string &prefix=std::string("")) const |
dumps debug information. | |
void | clear (void) |
clear internal information. | |
int | doit (const AList< TMDCWireHit > &axialHits, const AList< TMDCWireHit > &stereoHits, AList< TTrack > &tracks) |
finds tracks. | |
TFastFinder () | |
Constructor. | |
virtual | ~TFastFinder () |
Destructor. | |
std::string | name (void) const |
returns name. | |
std::string | version (void) const |
returns version. | |
void | dump (const std::string &message=std::string(""), const std::string &prefix=std::string("")) const |
dumps debug information. | |
void | clear (void) |
clear internal information. | |
int | doit (const AList< TMDCWireHit > &axialHits, const AList< TMDCWireHit > &stereoHits, AList< TTrack > &tracks) |
finds tracks. | |
Public Member Functions inherited from TFinderBase | |
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). | |
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 class to find tracks with the conformal method.
Definition at line 26 of file InstallArea/include/TrkReco/TrkReco/TFastFinder.h.
TFastFinder::TFastFinder | ( | ) |
Constructor.
Definition at line 20 of file TFastFinder.cxx.
|
virtual |
TFastFinder::TFastFinder | ( | ) |
Constructor.
|
virtual |
Destructor.
|
virtual |
clear internal information.
Implements TFinderBase.
Definition at line 46 of file TFastFinder.cxx.
|
virtual |
clear internal information.
Implements TFinderBase.
int TFastFinder::doit | ( | const AList< TMDCWireHit > & | axialHits, |
const AList< TMDCWireHit > & | stereoHits, | ||
AList< TTrack > & | tracks | ||
) |
finds tracks.
Definition at line 54 of file TFastFinder.cxx.
int TFastFinder::doit | ( | const AList< TMDCWireHit > & | axialHits, |
const AList< TMDCWireHit > & | stereoHits, | ||
AList< TTrack > & | tracks | ||
) |
finds tracks.
|
virtual |
dumps debug information.
Reimplemented from TFinderBase.
Definition at line 40 of file TFastFinder.cxx.
|
virtual |
dumps debug information.
Reimplemented from TFinderBase.
|
inlinevirtual |
returns name.
Implements TFinderBase.
Definition at line 95 of file InstallArea/include/TrkReco/TrkReco/TFastFinder.h.
|
virtual |
returns name.
Implements TFinderBase.
|
virtual |
returns version.
Implements TFinderBase.
Definition at line 35 of file TFastFinder.cxx.
|
virtual |
returns version.
Implements TFinderBase.