#include <StMuEmcHit.h>
Public Member Functions | |
| StMuEmcHit (const StMuEmcHit &) | |
| int | getId () const |
| Return Module number. | |
| int | getAdc () const |
| Return ADC value. | |
| int | getCalType () const |
| float | getEnergy () const |
| Return Hit energy. | |
| void | setId (int id) |
| void | setAdc (int a) |
| void | setCalType (int a) |
| void | setEnergy (float e) |
Protected Attributes | |
| float | mEnergy |
| short | mId |
| short | mAdc |
| char | mCalType |
Definition at line 11 of file StMuEmcHit.h.
1.5.9