#include <MdcHitMapGuts.h>
◆ ~MdcHitMapGuts() [1/2]
MdcHitMapGuts::~MdcHitMapGuts |
( |
| ) |
|
|
virtual |
◆ ~MdcHitMapGuts() [2/2]
virtual MdcHitMapGuts::~MdcHitMapGuts |
( |
| ) |
|
|
virtual |
◆ addHit() [1/2]
void MdcHitMapGuts::addHit |
( |
MdcHit & |
theHit | ) |
|
◆ addHit() [2/2]
void MdcHitMapGuts::addHit |
( |
MdcHit & |
theHit | ) |
|
◆ clear() [1/2]
void MdcHitMapGuts::clear |
( |
| ) |
|
Definition at line 43 of file MdcHitMapGuts.cxx.
44{
45 for (MdcHitMap_t::iterator j = _hits.begin(); j != _hits.end(); ++j) {
46 std::fill(j->begin(),j->end(),
static_cast<MdcHit *
>(0));
47 }
48}
Referenced by MdcHitMap::clearMap().
◆ clear() [2/2]
void MdcHitMapGuts::clear |
( |
| ) |
|
◆ hitWire() [1/2]
MdcHit * MdcHitMapGuts::hitWire |
( |
int |
lay, |
|
|
int |
wire |
|
) |
| const |
|
inline |
◆ hitWire() [2/2]
MdcHit * MdcHitMapGuts::hitWire |
( |
int |
lay, |
|
|
int |
wire |
|
) |
| const |
|
inline |
◆ removeHit() [1/2]
void MdcHitMapGuts::removeHit |
( |
int |
lay, |
|
|
int |
wire |
|
) |
| |
|
inline |
◆ removeHit() [2/2]
void MdcHitMapGuts::removeHit |
( |
int |
lay, |
|
|
int |
wire |
|
) |
| |
|
inline |
◆ MdcHitMap
The documentation for this class was generated from the following files: