BmnRoot
Loading...
Searching...
No Matches
BmnMSCZSDigit.cxx
Go to the documentation of this file.
1#include "BmnMSCZSDigit.h"
2
3// BmnMSCZSDigit::BmnMSCZSDigit()
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// BmnMSCZSDigit::BmnMSCZSDigit(UInt_t iSerial, UInt_t iSlot, UInt_t& iValue, UInt_t evId, SysPoint time, UChar_t
15// ext_cond)
16// : fSerial(iSerial)
17// , fSlot(iSlot)
18// , fValue(iSlot)
19// // , fTime(time)
20// , fTS(BmnFunctionSet::TimePoint2TS(time))
21// , fEventId(evId)
22// , fExtCond(ext_cond)
23//{
26//}
27
28// BmnMSCZSDigit::BmnMSCZSDigit(UInt_t iSerial, UInt_t iSlot, UInt_t evId, SysPoint time)
29// : fSerial(iSerial)
30// , fSlot(iSlot)
31// , fTS(BmnFunctionSet::TimePoint2TS(time))
32// , fEventId(evId)
33// , fExtCond(0)
34//{}
35//
36// BmnMSCZSDigit::~BmnMSCZSDigit() {}