BmnRoot
Loading...
Searching...
No Matches
BmnMSCDigit.cxx
Go to the documentation of this file.
1#include "BmnMSCDigit.h"
2
3// BmnMSCDigit::BmnMSCDigit()
4// : fSerial(0)
5// , fSlot(0)
6// , fTS(TTimeStamp())
7// , fEventId(0)
8// , fExtCond(0)
9//{
10// for (UInt_t i = 0; i < NVals; ++i)
11// fValue[i] = 0;
12// }
13//
14// BmnMSCDigit::BmnMSCDigit(UInt_t iSerial, UInt_t iSlot, UInt_t& iValue, UInt_t evId, SysPoint time, UChar_t ext_cond)
15// : fSerial(iSerial)
16// , fSlot(iSlot)
17// , fValue(iSlot)
18// // , fTime(time)
19// , fTS(BmnFunctionSet::TimePoint2TS(time))
20// , fEventId(evId)
21// , fExtCond(ext_cond)
22//{
25//}
26
27// BmnMSCDigit::BmnMSCDigit(UInt_t iSerial, UInt_t iSlot, UInt_t evId, SysPoint time)
28// : fSerial(iSerial)
29// , fSlot(iSlot)
30// , fTS(BmnFunctionSet::TimePoint2TS(time))
31// , fEventId(evId)
32// , fExtCond(0)
33//{}
34//
35// BmnMSCDigit::~BmnMSCDigit() {}