Hall A ROOT/C++ Analyzer (podd)
Loading...
Searching...
No Matches
Lecroy1881Module.cxx
Go to the documentation of this file.
1
2//
3// Lecroy1881Module
4//
6
7#include "Lecroy1881Module.h"
8
9using namespace std;
10
11namespace Decoder {
12
14 DoRegister( ModuleType( "Decoder::Lecroy1881Module" , 1881));
15
21
23{
25 fChanMask = 0x7e0000;
26 fDataMask = 0x3fff;
27 fWdcntMask = 0x7f;
28 fOptMask = 0x3000000;
29 fChanShift = 17;
30 fOptShift = 24;
31 fHasHeader = true;
32 fHeader = 0;
33 fModelNum = 1881;
34}
35
36}
37
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)