BmnRoot
Loading...
Searching...
No Matches
BmnHRBDigit.cxx
Go to the documentation of this file.
1#include "BmnHRBDigit.h"
2
5
6BmnHRBDigit::BmnHRBDigit(UInt_t iSerial, UInt_t iChannel, UInt_t iSample, UInt_t iTH, UInt_t iTL) {
7 fSerial = iSerial;
8 fChannel = iChannel;
9 fSample = iSample;
10 fTimeHigh = iTH;
11 fTimeLow = iTL;
12}
13
virtual ~BmnHRBDigit()