BmnRoot
Loading...
Searching...
No Matches
BmnTQDCADCDigit.cxx
Go to the documentation of this file.
1#include "BmnTQDCADCDigit.h"
2
7
9 UInt_t iSerial, UInt_t iChannel, UChar_t iSlot, UInt_t n, Short_t *iValue, UShort_t TrigTS, UShort_t AdcTS) :
10BmnADCDigit(iSerial, iChannel, n, iValue)
11{
12 fTrigTimestamp = TrigTS;
13 fAdcTimestamp = AdcTS;
14 fSlot = iSlot;
15}
16
virtual ~BmnTQDCADCDigit()
UShort_t fTrigTimestamp