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
10using namespace std;
11
12namespace Decoder {
13
15 DoRegister( ModuleType( "Decoder::Scaler560" , 560 ));
16
18 : GenScaler(crate, slot)
19{
21}
22
24{
25 fNumChan = 16;
26 fWordsExpect = 16;
28}
29
30}
31
unsigned int UInt_t
UInt_t fNumChan
Definition Module.h:148
UInt_t fWordsExpect
Definition Module.h:145
TypeSet_t::iterator TypeIter_t
Definition Module.h:40
virtual void Init()
Definition Scaler560.cxx:23
static TypeIter_t fgThisType
Definition Scaler560.h:28
STL namespace.
ClassImp(TPyArg)