#include <StEmcRawHit.h>

Public Member Functions | |
| StEmcRawHit (StDetectorId, unsigned int, unsigned int, unsigned int, unsigned int) | |
| StEmcRawHit (StDetectorId, unsigned int, unsigned int, unsigned int, unsigned int, float) | |
| StEmcRawHit (const StEmcRawHit &) | |
| StDetectorId | detector () const |
| void | modEtaSub (int &m, int &e, int &s) const |
| unsigned int | softId (int det) const |
| unsigned int | module () const |
| unsigned int | eta () const |
| int | sub () const |
| unsigned int | calibrationType () const |
| unsigned int | adc () const |
| float | energy () const |
| void | setId (StDetectorId, unsigned int, unsigned int, unsigned int) |
| void | setCalibrationType (const unsigned int) |
| void | setAdc (const unsigned int) |
| void | setEnergy (const float) |
Protected Member Functions | |
| unsigned int | bits (unsigned int, unsigned int) const |
Protected Attributes | |
| UInt_t | mId |
| UInt_t | mAdc |
| Float_t | mEnergy |
Static Protected Attributes | |
| static StEmcGeom * | mGeom |
Definition at line 51 of file StEmcRawHit.h.
1.5.9