13 #include "ERSupport.h" 18 ERDigi(
float edep,
float time, ERChannel channel);
22 float Edep()
const {
return fEdep;}
23 float Time()
const {
return fTime;}
24 ERChannel Channel()
const {
return fChannel;}
26 void SetTime(
const float time) {fTime = time;}
27 void SetEdep (
const float edep) {fEdep = edep;}
28 void SetChannel (
const int channel) {fChannel = channel;}
30 ERChannel fChannel = consts::undefined_channel;