|
BOSS 7.1.3
BESIII Offline Software System
|
#include <TrkHotList.h>
Inheritance diagram for TrkHotList:Public Types | |
| typedef TrkHitOnTrkIter< TrkHotList::const_iterator_traits > | hot_iterator |
| typedef TrkHitOnTrkIter< TrkHotList::iterator_traits > | nc_hot_iterator |
Public Member Functions | |
| TrkHotList () | |
| virtual TrkHotList * | clone (TrkBase::Functors::cloneHot) const =0 |
| virtual TrkHotList * | resetParent (TrkBase::Functors::setParent) |
| virtual | ~TrkHotList () |
| hot_iterator | begin () const |
| hot_iterator | end () const |
| nc_hot_iterator | begin () |
| nc_hot_iterator | end () |
| virtual bool | hitCapable () const =0 |
| virtual int | nActive (TrkEnums::TrkViewInfo view=TrkEnums::bothView) const =0 |
| virtual int | nMdc (TrkEnums::TrkViewInfo view=TrkEnums::bothView) const =0 |
| virtual int | nSvt (TrkEnums::TrkViewInfo view=TrkEnums::bothView) const =0 |
| virtual int | nHit (TrkEnums::TrkViewInfo view=TrkEnums::bothView) const =0 |
| virtual bool | hasSvtView (TrkEnums::TrkViewInfo view, int layer) const |
| virtual TrkView | svtView (int layer) const =0 |
| virtual unsigned | firstMdcLayer () const =0 |
| virtual unsigned | lastMdcLayer () const =0 |
| virtual double | startFoundRange () const =0 |
| virtual double | endFoundRange () const =0 |
| virtual bool | isActive (unsigned ihot) const =0 |
| virtual void | append (TrkHitOnTrk *)=0 |
| virtual void | remove (TrkHitOnTrk *)=0 |
| virtual void | updateHots ()=0 |
| virtual TrkHitOnTrk * | findHot (const TrkFundHit *) const =0 |
| virtual void | sort () |
| void | print (std::ostream &o) const |
| void | printAll (std::ostream &o) const |
Protected Types | |
| typedef std::vector< TrkHitOnTrk * > | hotlist_t |
Friends | |
| struct | iterator_traits |
| struct | const_iterator_traits |
| class | TrkHotListUnowned |
| class | TrkHotListFull |
Definition at line 30 of file TrkHotList.h.
| typedef TrkHitOnTrkIter<TrkHotList::const_iterator_traits> TrkHotList::hot_iterator |
Definition at line 43 of file TrkHotList.h.
|
protected |
Definition at line 76 of file TrkHotList.h.
| typedef TrkHitOnTrkIter<TrkHotList::iterator_traits> TrkHotList::nc_hot_iterator |
Definition at line 47 of file TrkHotList.h.
| TrkHotList::TrkHotList | ( | ) |
Definition at line 22 of file TrkHotList.cxx.
Referenced by clone(), TrkHotListUnowned::myHotList(), TrkHotListEmpty::operator=(), TrkHotListUnowned::operator=(), TrkHotListEmpty::TrkHotListEmpty(), TrkHotListFull::TrkHotListFull(), TrkHotListFull::TrkHotListFull(), and TrkHotListUnowned::TrkHotListUnowned().
|
virtual |
Definition at line 26 of file TrkHotList.cxx.
|
pure virtual |
Implemented in TrkHotListEmpty, TrkHotListFull, and TrkHotListUnowned.
Referenced by TrkRep::addHot().
|
inline |
Definition at line 48 of file TrkHotList.h.
Referenced by begin().
|
inline |
Definition at line 44 of file TrkHotList.h.
Referenced by TrkHitList::begin(), begin(), TrkRecoTrk::changeDefault(), MdcTrackList::dropMultiHotInLayer(), MdcTrackList::dumpAxCombine(), MdcTrackList::dumpCircle(), MdcTrackList::dumpHelix(), MdcTrackList::dumpStCombine(), TrkHotListFull::endFoundRange(), TrkHotListFull::findHot(), TrkHotListFull::firstMdcLayer(), Hough2D::fit(), Hough3D::fit(), TrkHelixFitter::fit(), TrkHotListFull::lastMdcLayer(), TrkHotListFull::nActive(), TrkHotListFull::nHit(), TrkHotListFull::nMdc(), TrkHotListFull::nSvt(), HoughTrack::print(), printAll(), resetParent(), sort(), TrkHotListFull::startFoundRange(), TrkHotListFull::svtView(), TrkHotListFull::TrkHotListFull(), TrkHotListFull::TrkHotListFull(), and TrkHotListFull::updateHots().
|
pure virtual |
Implemented in TrkHotListEmpty, TrkHotListFull, and TrkHotListUnowned.
Referenced by TrkRep::TrkRep(), TrkRep::TrkRep(), TrkRep::TrkRep(), and TrkSimpleRep::TrkSimpleRep().
|
inline |
|
inline |
Definition at line 45 of file TrkHotList.h.
Referenced by TrkRecoTrk::changeDefault(), MdcTrackList::dropMultiHotInLayer(), MdcTrackList::dumpAxCombine(), MdcTrackList::dumpCircle(), MdcTrackList::dumpHelix(), MdcTrackList::dumpStCombine(), TrkHitList::end(), end(), TrkHotListFull::endFoundRange(), TrkHotListFull::findHot(), TrkHotListFull::firstMdcLayer(), Hough2D::fit(), Hough3D::fit(), TrkHelixFitter::fit(), TrkHotListFull::lastMdcLayer(), TrkHotListFull::nActive(), TrkHotListFull::nHit(), TrkHotListFull::nMdc(), TrkHotListFull::nSvt(), HoughTrack::print(), printAll(), resetParent(), sort(), TrkHotListFull::startFoundRange(), TrkHotListFull::svtView(), TrkHotListFull::TrkHotListFull(), TrkHotListFull::TrkHotListFull(), and TrkHotListFull::updateHots().
|
pure virtual |
Implemented in TrkHotListEmpty, TrkHotListFull, and TrkHotListUnowned.
Referenced by TrkRep::endFoundRange(), and print().
|
pure virtual |
Implemented in TrkHotListEmpty, TrkHotListFull, and TrkHotListUnowned.
|
pure virtual |
Implemented in TrkHotListEmpty, TrkHotListFull, and TrkHotListUnowned.
|
virtual |
Definition at line 56 of file TrkHotList.cxx.
|
pure virtual |
Implemented in TrkHotListEmpty, TrkHotListFull, and TrkHotListUnowned.
Referenced by TrkRep::hitCapable(), and print().
|
pure virtual |
Implemented in TrkHotListEmpty, TrkHotListFull, and TrkHotListUnowned.
Referenced by TrkHotListUnowned::isActive().
|
pure virtual |
Implemented in TrkHotListEmpty, TrkHotListFull, and TrkHotListUnowned.
|
pure virtual |
Implemented in TrkHotListEmpty, TrkHotListFull, and TrkHotListUnowned.
Referenced by TrkRep::nActive(), and print().
|
pure virtual |
Implemented in TrkHotListEmpty, TrkHotListFull, and TrkHotListUnowned.
Referenced by TrkHelixFitter::fit(), and print().
|
pure virtual |
Implemented in TrkHotListEmpty, TrkHotListFull, and TrkHotListUnowned.
Referenced by TrkRep::nMdc().
|
pure virtual |
Implemented in TrkHotListEmpty, TrkHotListFull, and TrkHotListUnowned.
Referenced by TrkRep::nSvt().
| void TrkHotList::print | ( | std::ostream & | o | ) | const |
Definition at line 31 of file TrkHotList.cxx.
Referenced by MdcTrackList::pickHits(), and printAll().
| void TrkHotList::printAll | ( | std::ostream & | o | ) | const |
Definition at line 41 of file TrkHotList.cxx.
Referenced by MdcTrackList::finishCircle(), and MdcTrackList::finishHelix().
|
pure virtual |
Implemented in TrkHotListEmpty, TrkHotListFull, and TrkHotListUnowned.
Referenced by TrkRep::removeHot().
|
virtual |
Definition at line 64 of file TrkHotList.cxx.
Referenced by TrkRep::TrkRep().
|
virtual |
Definition at line 71 of file TrkHotList.cxx.
Referenced by TrkHotListFull::updateHots().
|
pure virtual |
Implemented in TrkHotListEmpty, TrkHotListFull, and TrkHotListUnowned.
Referenced by print(), and TrkRep::startFoundRange().
|
pure virtual |
Implemented in TrkHotListEmpty, TrkHotListFull, and TrkHotListUnowned.
Referenced by hasSvtView().
|
pure virtual |
Implemented in TrkHotListEmpty, TrkHotListFull, and TrkHotListUnowned.
Referenced by TrkRep::updateHots().
|
friend |
Definition at line 75 of file TrkHotList.h.
|
friend |
Definition at line 74 of file TrkHotList.h.
|
friend |
Definition at line 93 of file TrkHotList.h.
Referenced by TrkHotListFull.
|
friend |
Definition at line 92 of file TrkHotList.h.
Referenced by TrkHotListUnowned::clone(), and TrkHotListUnowned.