Hall A ROOT/C++ Analyzer (podd)
Loading...
Searching...
No Matches
Scaler3801.cxx
Go to the documentation of this file.
1
2//
3// Scaler3801
4// SIS Struck 3801 scaler. It has 32 channels and runs in
5// a FIFO mode
6//
8
9#include "Scaler3801.h"
10
11using namespace std;
12
13namespace Decoder {
14
16 DoRegister( ModuleType( "Decoder::Scaler3801" , 3801 ));
17
19 : GenScaler(crate, slot)
20{
22}
23
25{
26 fNumChan = 32;
27 fWordsExpect = 32;
29}
30
31}
32
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 Scaler3801.h:28
virtual void Init()
STL namespace.
ClassImp(TPyArg)