#include <MdcHitDict.h>
◆ MdcHitDict() [1/2]
MdcHitDict::MdcHitDict |
( |
| ) |
|
◆ ~MdcHitDict() [1/2]
MdcHitDict::~MdcHitDict |
( |
| ) |
|
|
virtual |
◆ MdcHitDict() [2/2]
MdcHitDict::MdcHitDict |
( |
| ) |
|
◆ ~MdcHitDict() [2/2]
virtual MdcHitDict::~MdcHitDict |
( |
| ) |
|
|
virtual |
◆ clear() [1/2]
void MdcHitDict::clear |
( |
| ) |
|
Definition at line 48 of file MdcHitDict.cxx.
48 {
49
50 m_segUsage.clear();
51}
◆ clear() [2/2]
void MdcHitDict::clear |
( |
| ) |
|
◆ get() [1/2]
Definition at line 31 of file MdcHitDict.cxx.
31 {
32
33
34 return (*m_segUsage.find(theHit)).second;
35
36}
◆ get() [2/2]
◆ put() [1/2]
Definition at line 40 of file MdcHitDict.cxx.
40 {
41
42
43 m_segUsage[theHit] = theAux;
44}
◆ put() [2/2]
The documentation for this class was generated from the following files: