Hall C ROOT/C++ Analyzer (hcana)
Loading...
Searching...
No Matches
Scaler9250.cxx
Go to the documentation of this file.
1
10#include "Scaler9250.h"
11
12using namespace std;
13
14namespace Decoder {
15
16Module::TypeIter_t Scaler9250::fgThisType =
17 DoRegister( ModuleType( "Decoder::Scaler9250" , 9250 ));
18
19Scaler9250::Scaler9250(Int_t crate, Int_t slot) : GenScaler(crate, slot) {
20 Init();
21}
22
25
27 fNumChan = 16;
28 fWordsExpect = 16;
30}
31
32}
33
int Int_t
ClassImp(VDC::AnalyticTTDConv) using namespace std
static TypeIter_t fgThisType
Definition Scaler9250.h:27
virtual void Init()
STL namespace.