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