Hall A ROOT/C++ Analyzer (podd)
Loading...
Searching...
No Matches
Scaler3801.cxx
Go to the documentation of this file.
1
2
//
3
// Scaler3801
4
// SIS Struck 3801 scaler. It has 32 channels and runs in
5
// a FIFO mode
6
//
8
9
#include "
Scaler3801.h
"
10
11
using namespace
std
;
12
13
namespace
Decoder
{
14
15
Module::TypeIter_t
Scaler3801::fgThisType
=
16
DoRegister( ModuleType(
"Decoder::Scaler3801"
, 3801 ));
17
18
Scaler3801::Scaler3801
(
UInt_t
crate,
UInt_t
slot )
19
:
GenScaler
(crate, slot)
20
{
21
Scaler3801::Init
();
22
}
23
24
void
Scaler3801::Init
()
25
{
26
fNumChan
= 32;
27
fWordsExpect
= 32;
28
GenScaler::GenInit
();
29
}
30
31
}
32
33
ClassImp
(
Decoder::Scaler3801
)
UInt_t
unsigned int UInt_t
Scaler3801.h
Decoder::GenScaler
Definition
GenScaler.h:16
Decoder::GenScaler::GenInit
void GenInit()
Definition
GenScaler.cxx:37
Decoder::Module::fNumChan
UInt_t fNumChan
Definition
Module.h:148
Decoder::Module::fWordsExpect
UInt_t fWordsExpect
Definition
Module.h:145
Decoder::Module::TypeIter_t
TypeSet_t::iterator TypeIter_t
Definition
Module.h:40
Decoder::Scaler3801
Definition
Scaler3801.h:15
Decoder::Scaler3801::fgThisType
static TypeIter_t fgThisType
Definition
Scaler3801.h:28
Decoder::Scaler3801::Scaler3801
Scaler3801()=default
Decoder::Scaler3801::Init
virtual void Init()
Definition
Scaler3801.cxx:24
Decoder
Definition
Caen1190Module.cxx:23
std
STL namespace.
ClassImp
ClassImp(TPyArg)
hana_decode
Scaler3801.cxx
Generated by
1.9.8