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
9
using namespace
std
;
10
11
namespace
Decoder
{
12
13
Module::TypeIter_t
Lecroy1875Module::fgThisType
=
14
DoRegister( ModuleType(
"Decoder::Lecroy1875Module"
, 1875));
15
16
Lecroy1875Module::Lecroy1875Module
(
UInt_t
crate,
UInt_t
slot )
17
:
FastbusModule
(crate, slot)
18
{
19
Lecroy1875Module::Init
();
20
}
21
22
void
Lecroy1875Module::Init
()
23
{
24
FastbusModule::Init
();
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
39
ClassImp
(
Decoder::Lecroy1875Module
)
UInt_t
unsigned int UInt_t
Lecroy1875Module.h
Decoder::FastbusModule
Definition
FastbusModule.h:16
Decoder::FastbusModule::Init
virtual void Init()
Definition
FastbusModule.cxx:25
Decoder::FastbusModule::fOptMask
UInt_t fOptMask
Definition
FastbusModule.h:52
Decoder::FastbusModule::fHasHeader
Bool_t fHasHeader
Definition
FastbusModule.h:48
Decoder::FastbusModule::fOptShift
UInt_t fOptShift
Definition
FastbusModule.h:52
Decoder::FastbusModule::fChanShift
UInt_t fChanShift
Definition
FastbusModule.h:50
Decoder::FastbusModule::fChanMask
UInt_t fChanMask
Definition
FastbusModule.h:50
Decoder::FastbusModule::fDataMask
UInt_t fDataMask
Definition
FastbusModule.h:51
Decoder::Lecroy1875Module
Definition
Lecroy1875Module.h:16
Decoder::Lecroy1875Module::Init
virtual void Init()
Definition
Lecroy1875Module.cxx:22
Decoder::Lecroy1875Module::Lecroy1875Module
Lecroy1875Module()=default
Decoder::Lecroy1875Module::fgThisType
static TypeIter_t fgThisType
Definition
Lecroy1875Module.h:29
Decoder::Module::fWdcntMask
UInt_t fWdcntMask
Definition
Module.h:146
Decoder::Module::fModelNum
Int_t fModelNum
Definition
Module.h:147
Decoder::Module::fHeader
UInt_t fHeader
Definition
Module.h:143
Decoder::Module::TypeIter_t
TypeSet_t::iterator TypeIter_t
Definition
Module.h:40
Decoder
Definition
Caen1190Module.cxx:23
std
STL namespace.
ClassImp
ClassImp(TPyArg)
hana_decode
Lecroy1875Module.cxx
Generated by
1.9.8