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