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
10using namespace std;
11
12namespace Decoder {
13
15 DoRegister( ModuleType( "Decoder::Scaler1151" , 1151 ));
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()
static TypeIter_t fgThisType
Definition Scaler1151.h:28
STL namespace.
ClassImp(TPyArg)