Hall A ROOT/C++ Analyzer (podd)
Loading...
Searching...
No Matches
Lecroy1875Module.cxx
Go to the documentation of this file.
1
2//
3// Lecroy1875Module
4//
6
7#include "Lecroy1875Module.h"
8
9using namespace std;
10
11namespace Decoder {
12
14 DoRegister( ModuleType( "Decoder::Lecroy1875Module" , 1875));
15
21
23{
25 fChanMask = 0x7f0000;
26 fDataMask = 0xfff;
27 fWdcntMask = 0;
28 fOptMask = 0x800000;
29 fChanShift = 16;
30 fOptShift = 23;
31 fHasHeader = false;
32 fHeader = 0;
33 fModelNum = 1875;
34}
35
36
37}
38
unsigned int UInt_t
static TypeIter_t fgThisType
UInt_t fWdcntMask
Definition Module.h:146
Int_t fModelNum
Definition Module.h:147
UInt_t fHeader
Definition Module.h:143
TypeSet_t::iterator TypeIter_t
Definition Module.h:40
STL namespace.
ClassImp(TPyArg)