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