StRoot
1
|
#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 |
This is the EMC micro HIT object
Definition at line 11 of file StMuEmcHit.h.