|
BOSS 7.1.3
BESIII Offline Software System
|
#include <MdcHitDict.h>
Public Member Functions | |
| MdcHitDict () | |
| virtual | ~MdcHitDict () |
| MdcSegUsage * | get (const MdcHit *) const |
| void | put (MdcHit *, MdcSegUsage *) |
| void | clear () |
Definition at line 24 of file MdcHitDict.h.
| MdcHitDict::MdcHitDict | ( | ) |
Definition at line 19 of file MdcHitDict.cxx.
|
virtual |
Definition at line 24 of file MdcHitDict.cxx.
| void MdcHitDict::clear | ( | ) |
Definition at line 48 of file MdcHitDict.cxx.
| MdcSegUsage * MdcHitDict::get | ( | const MdcHit * | theHit | ) | const |
Definition at line 31 of file MdcHitDict.cxx.
| void MdcHitDict::put | ( | MdcHit * | theHit, |
| MdcSegUsage * | theAux ) |
Definition at line 40 of file MdcHitDict.cxx.