er
dev
|
Public Member Functions | |
ERDigi (float edep, float time, ERChannel channel) | |
void | Print () const |
float | Edep () const |
float | Time () const |
ERChannel | Channel () const |
void | SetTime (const float time) |
void | SetEdep (const float edep) |
void | SetChannel (const int channel) |
Protected Attributes | |
ERChannel | fChannel = consts::undefined_channel |
float | fTime = -1. |
float | fEdep = -1. |
void ERDigi::Print | ( | ) | const |
Output to screen
Definition at line 17 of file ERDigi.cxx.