|
BOSS 8.0.0
BESIII Offline Software System
|
#include <HoughHitList.h>
Public Member Functions | |
| HoughHitList () | |
| HoughHitList (MdcDigiVec mdcDigiVec) | |
| ~HoughHitList () | |
| void | clearHoughHitList () |
| int | nHit () const |
| int | getHitNum (int) const |
| int | getHitNumA (int) const |
| int | getHitNumS (int) const |
| const std::vector< HoughHit > & | getList () const |
| std::vector< HoughHit > & | getList () |
| const HoughHit & | getHoughHit (int i) const |
| HoughHit & | getHoughHit (int i) |
| HoughHitType | type () const |
| void | addHit (HoughHit &a) |
| int | addMdcDigiList (MdcDigiVec mdcDigiVec) |
| int | addTruthInfo (std::map< int, const HepVector > mcTkPars) |
| void | setType (HoughHitType t) |
| int | outerHit () |
| void | continousHit () |
| void | remove (const HoughHit &hit) |
| void | print () |
| void | printAll () |
| void | printAll (int) |
Definition at line 13 of file HoughHitList.h.
| HoughHitList::HoughHitList | ( | ) |
Definition at line 13 of file HoughHitList.cxx.
| HoughHitList::HoughHitList | ( | MdcDigiVec | mdcDigiVec | ) |
Definition at line 15 of file HoughHitList.cxx.
| HoughHitList::~HoughHitList | ( | ) |
Definition at line 17 of file HoughHitList.cxx.
| void HoughHitList::addHit | ( | HoughHit & | a | ) |
Definition at line 43 of file HoughHitList.cxx.
| int HoughHitList::addMdcDigiList | ( | MdcDigiVec | mdcDigiVec | ) |
Definition at line 45 of file HoughHitList.cxx.
Referenced by HoughHitList().
| int HoughHitList::addTruthInfo | ( | std::map< int, const HepVector > | mcTkPars | ) |
Definition at line 230 of file HoughHitList.cxx.
Referenced by MdcHoughFinder::execute().
| void HoughHitList::clearHoughHitList | ( | ) |
Definition at line 19 of file HoughHitList.cxx.
Referenced by ~HoughHitList().
| void HoughHitList::continousHit | ( | ) |
Definition at line 67 of file HoughHitList.cxx.
| int HoughHitList::getHitNum | ( | int | select | ) | const |
Definition at line 406 of file HoughHitList.cxx.
| int HoughHitList::getHitNumA | ( | int | select | ) | const |
Definition at line 432 of file HoughHitList.cxx.
| int HoughHitList::getHitNumS | ( | int | select | ) | const |
Definition at line 459 of file HoughHitList.cxx.
|
inline |
Definition at line 33 of file HoughHitList.h.
|
inline |
Definition at line 32 of file HoughHitList.h.
| std::vector< HoughHit > & HoughHitList::getList | ( | ) |
Definition at line 405 of file HoughHitList.cxx.
| const std::vector< HoughHit > & HoughHitList::getList | ( | ) | const |
Definition at line 404 of file HoughHitList.cxx.
Referenced by HoughPeak::collectHits(), and MdcHoughFinder::execute().
|
inline |
Definition at line 24 of file HoughHitList.h.
Referenced by MdcHoughFinder::execute().
| int HoughHitList::outerHit | ( | ) |
| void HoughHitList::print | ( | ) |
Definition at line 398 of file HoughHitList.cxx.
Referenced by printAll(), and printAll().
| void HoughHitList::printAll | ( | ) |
Definition at line 383 of file HoughHitList.cxx.
Referenced by MdcHoughFinder::execute().
| void HoughHitList::printAll | ( | int | ) |
| void HoughHitList::remove | ( | const HoughHit & | hit | ) |
Definition at line 217 of file HoughHitList.cxx.
Referenced by continousHit().
|
inline |
Definition at line 42 of file HoughHitList.h.
|
inline |
Definition at line 34 of file HoughHitList.h.
Referenced by getHitNumA(), and getHitNumS().