Belle II Software
release-08-01-10
|
Digitize result. More...
#include <TRGECLWaveform.h>
Public Member Functions | |
TRGECLWaveform () | |
Empty constructor Recommended for ROOT IO. | |
TRGECLWaveform (int tcid, double *digiarray) | |
Useful Constructor. | |
int | getTCID () const |
Get TC Id. | |
const double * | getWaveform () const |
Get WaveForm. | |
void | fillWaveform (double *wf) const |
Fill Waveform. | |
void | setThetaPhiIDs (int thid, int phid) |
Set Theta and Phi Id of TC. | |
int | getThetaID () const |
Get Theta Id. | |
int | getPhiID () const |
Get Phi ID. | |
ClassDef (TRGECLWaveform, 1) | |
the class title | |
Private Attributes | |
int | m_eventid |
Event Id. | |
int | m_tcid |
TC id. | |
int | m_phiid |
phi id of TC | |
int | m_thetaid |
Theta id of TC. | |
double | m_TCDigiE [64] |
Waveform. | |
Digitize result.
Definition at line 26 of file TRGECLWaveform.h.