#include <MdcHitMapGuts.h>
Definition at line 24 of file MdcHitMapGuts.h.
◆ ~MdcHitMapGuts()
MdcHitMapGuts::~MdcHitMapGuts |
( |
| ) |
|
|
virtual |
◆ addHit()
void MdcHitMapGuts::addHit |
( |
MdcHit & |
theHit | ) |
|
◆ clear()
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().
◆ hitWire()
MdcHit * MdcHitMapGuts::hitWire |
( |
int |
lay, |
|
|
int |
wire |
|
) |
| const |
|
inline |
◆ removeHit()
void MdcHitMapGuts::removeHit |
( |
int |
lay, |
|
|
int |
wire |
|
) |
| |
|
inline |
◆ MdcHitMap
The documentation for this class was generated from the following files: