Hall C ROOT/C++ Analyzer (hcana)
Hall C
Main Page
User's Classes
All Classes
Files
File List
File Members
Scaler9001.cxx
Go to the documentation of this file.
1
10
#include "
Scaler9001.h
"
11
12
using namespace
std
;
13
14
namespace
Decoder
{
15
16
Module::TypeIter_t Scaler9001::fgThisType =
17
DoRegister( ModuleType(
"Decoder::Scaler9001"
, 9001 ));
18
19
Scaler9001::Scaler9001(
Int_t
crate,
Int_t
slot) :
GenScaler
(crate, slot) {
20
Init
();
21
}
22
23
Scaler9001::~Scaler9001
() {
24
}
25
26
void
Scaler9001::Init
() {
27
fNumChan
= 12;
28
fWordsExpect
= 12;
29
GenScaler::GenInit
();
30
}
31
32
}
33
34
ClassImp
(
Decoder::Scaler9001
)
Scaler9001.h
Decoder::Scaler9001::Init
virtual void Init()
Definition:
Scaler9001.cxx:26
Decoder::Scaler9001
Definition:
Scaler9001.h:15
Decoder::Scaler9001::~Scaler9001
virtual ~Scaler9001()
Definition:
Scaler9001.cxx:23
Int_t
int Int_t
std
STL namespace.
Decoder::GenScaler
Decoder::Module::fWordsExpect
UInt_t fWordsExpect
ClassImp
ClassImp(THcDCLookupTTDConv) THcDCLookupTTDConv
Definition:
THcDCLookupTTDConv.cxx:10
Decoder
Decoder::GenScaler::GenInit
void GenInit()
Decoder::Module::fNumChan
UInt_t fNumChan
src
Scaler9001.cxx
Generated by
1.8.10