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
10using namespace std;
11
12namespace Decoder {
13
15 DoRegister( ModuleType( "Decoder::Scaler3800" , 3800 ));
16
18 : GenScaler(crate, slot)
19{
21}
22
24{
25 fNumChan = 32;
26 fWordsExpect = 32;
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
static TypeIter_t fgThisType
Definition Scaler3800.h:28
virtual void Init()
STL namespace.
ClassImp(TPyArg)