Hall A ROOT/C++ Analyzer (podd)
Loading...
Searching...
No Matches
Scaler3800.cxx
Go to the documentation of this file.
1
2
//
3
// Scaler3800
4
// SIS Struck model 3800 scaler. It has 32 channels
5
//
7
8
#include "
Scaler3800.h
"
9
10
using namespace
std
;
11
12
namespace
Decoder
{
13
14
Module::TypeIter_t
Scaler3800::fgThisType
=
15
DoRegister( ModuleType(
"Decoder::Scaler3800"
, 3800 ));
16
17
Scaler3800::Scaler3800
(
UInt_t
crate,
UInt_t
slot)
18
:
GenScaler
(crate, slot)
19
{
20
Scaler3800::Init
();
21
}
22
23
void
Scaler3800::Init
()
24
{
25
fNumChan
= 32;
26
fWordsExpect
= 32;
27
GenScaler::GenInit
();
28
}
29
30
}
31
32
ClassImp
(
Decoder::Scaler3800
)
UInt_t
unsigned int UInt_t
Scaler3800.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::Scaler3800
Definition
Scaler3800.h:15
Decoder::Scaler3800::fgThisType
static TypeIter_t fgThisType
Definition
Scaler3800.h:28
Decoder::Scaler3800::Scaler3800
Scaler3800()=default
Decoder::Scaler3800::Init
virtual void Init()
Definition
Scaler3800.cxx:23
Decoder
Definition
Caen1190Module.cxx:23
std
STL namespace.
ClassImp
ClassImp(TPyArg)
hana_decode
Scaler3800.cxx
Generated by
1.9.8