BOSS 7.0.4
BESIII Offline Software System
|
#include <TrkExpectedHot.h>
Public Member Functions | |
TrkExpectedHot (const TrkExpectedHot &) | |
virtual | ~TrkExpectedHot () |
const TrkDetElemId & | id () const |
bool | operator== (const TrkExpectedHot &rhs) const |
bool | operator< (const TrkExpectedHot &rhs) const |
virtual bool | setHot (const TrkHitOnTrk *aHot)=0 |
virtual bool | setHots (const TrkExpectedHot *aHot)=0 |
virtual bool | hasHot () const =0 |
virtual bool | hasGHit () const =0 |
bool | isSvt () const |
bool | isMdc () const |
virtual bool | getHots (std::vector< TrkHitOnTrk * > &hots) const =0 |
virtual void | printAll (std::ostream &os) const =0 |
const TrkExpectedTrk * | exTrk () const |
TrkExpectedHot (const TrkExpectedHot &) | |
virtual | ~TrkExpectedHot () |
const TrkDetElemId & | id () const |
bool | operator== (const TrkExpectedHot &rhs) const |
bool | operator< (const TrkExpectedHot &rhs) const |
virtual bool | setHot (const TrkHitOnTrk *aHot)=0 |
virtual bool | setHots (const TrkExpectedHot *aHot)=0 |
virtual bool | hasHot () const =0 |
virtual bool | hasGHit () const =0 |
bool | isSvt () const |
bool | isMdc () const |
virtual bool | getHots (std::vector< TrkHitOnTrk * > &hots) const =0 |
virtual void | printAll (std::ostream &os) const =0 |
const TrkExpectedTrk * | exTrk () const |
Protected Member Functions | |
TrkExpectedHot (const TrkDetElemId &id) | |
TrkExpectedHot (const int &id, TrkDetElemId::systemIndex sysInd) | |
void | setExTrk (const TrkExpectedTrk *anExTrk) |
TrkExpectedHot (const TrkDetElemId &id) | |
TrkExpectedHot (const int &id, TrkDetElemId::systemIndex sysInd) | |
void | setExTrk (const TrkExpectedTrk *anExTrk) |
Friends | |
class | TrkExpectedHotSet |
Definition at line 37 of file InstallArea/include/TrkBase/TrkBase/TrkExpectedHot.h.
TrkExpectedHot::TrkExpectedHot | ( | const TrkExpectedHot & | rhs | ) |
Definition at line 74 of file TrkExpectedHot.cxx.
|
virtual |
Definition at line 83 of file TrkExpectedHot.cxx.
|
protected |
Definition at line 61 of file TrkExpectedHot.cxx.
|
protected |
Definition at line 66 of file TrkExpectedHot.cxx.
TrkExpectedHot::TrkExpectedHot | ( | const TrkExpectedHot & | ) |
|
virtual |
|
protected |
|
protected |
|
inline |
Definition at line 69 of file InstallArea/include/TrkBase/TrkBase/TrkExpectedHot.h.
|
inline |
Definition at line 69 of file Reconstruction/MdcPatRec/TrkBase/TrkBase-00-01-12/TrkBase/TrkExpectedHot.h.
|
pure virtual |
Referenced by TrkExpectedHotSet::getHots().
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
Referenced by TrkExpectedHotSet::addInfo().
|
pure virtual |
|
inline |
Definition at line 49 of file InstallArea/include/TrkBase/TrkBase/TrkExpectedHot.h.
Referenced by operator<(), and operator==().
|
inline |
Definition at line 49 of file Reconstruction/MdcPatRec/TrkBase/TrkBase-00-01-12/TrkBase/TrkExpectedHot.h.
bool TrkExpectedHot::isMdc | ( | ) | const |
Definition at line 105 of file TrkExpectedHot.cxx.
bool TrkExpectedHot::isMdc | ( | ) | const |
bool TrkExpectedHot::isSvt | ( | ) | const |
Definition at line 100 of file TrkExpectedHot.cxx.
bool TrkExpectedHot::isSvt | ( | ) | const |
bool TrkExpectedHot::operator< | ( | const TrkExpectedHot & | rhs | ) | const |
Definition at line 94 of file TrkExpectedHot.cxx.
bool TrkExpectedHot::operator< | ( | const TrkExpectedHot & | rhs | ) | const |
bool TrkExpectedHot::operator== | ( | const TrkExpectedHot & | rhs | ) | const |
Definition at line 90 of file TrkExpectedHot.cxx.
bool TrkExpectedHot::operator== | ( | const TrkExpectedHot & | rhs | ) | const |
|
pure virtual |
|
pure virtual |
|
inlineprotected |
Definition at line 77 of file InstallArea/include/TrkBase/TrkBase/TrkExpectedHot.h.
Referenced by TrkExpectedHotSet::addInfo(), and TrkExpectedHotSet::setExTrk().
|
inlineprotected |
Definition at line 77 of file Reconstruction/MdcPatRec/TrkBase/TrkBase-00-01-12/TrkBase/TrkExpectedHot.h.
|
pure virtual |
|
pure virtual |
|
pure virtual |
Referenced by TrkExpectedHotSet::addInfo().
|
pure virtual |
|
friend |
Definition at line 85 of file InstallArea/include/TrkBase/TrkBase/TrkExpectedHot.h.