BmnRoot
Loading...
Searching...
No Matches
BmnTDCDigit.cxx
Go to the documentation of this file.
1#include "BmnTDCDigit.h"
2
5
6BmnTDCDigit::BmnTDCDigit(UInt_t iSerial, UChar_t iType, UChar_t iSlot, Bool_t iLeading, UChar_t iChannel, UChar_t iHptdcId, UInt_t iValue, UShort_t iTimestamp) {
7 fSerial = iSerial;
8 fType = iType;
9 fSlot = iSlot;
10 fLeading = iLeading;
11 fHptdcId = iHptdcId;
12 fChannel = iChannel;
13 fValue = iValue;
14 fTimestamp = iTimestamp;
15}
16
virtual ~BmnTDCDigit()