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
12
using namespace
std
;
13
14
namespace
Decoder
{
15
16
Module::TypeIter_t
Scaler9250::fgThisType
=
17
DoRegister( ModuleType(
"Decoder::Scaler9250"
, 9250 ));
18
19
Scaler9250::Scaler9250
(
Int_t
crate,
Int_t
slot) :
GenScaler
(crate, slot) {
20
Init
();
21
}
22
23
Scaler9250::~Scaler9250
() {
24
}
25
26
void
Scaler9250::Init
() {
27
fNumChan
= 16;
28
fWordsExpect
= 16;
29
GenScaler::GenInit
();
30
}
31
32
}
33
34
ClassImp
(
Decoder::Scaler9250
)
Int_t
int Int_t
Scaler9250.h
ClassImp
ClassImp(VDC::AnalyticTTDConv) using namespace std
Decoder::GenScaler
Decoder::GenScaler::GenInit
void GenInit()
Decoder::Module::fNumChan
UInt_t fNumChan
Decoder::Module::fWordsExpect
UInt_t fWordsExpect
Decoder::Scaler9250
Definition
Scaler9250.h:15
Decoder::Scaler9250::~Scaler9250
virtual ~Scaler9250()
Definition
Scaler9250.cxx:23
Decoder::Scaler9250::fgThisType
static TypeIter_t fgThisType
Definition
Scaler9250.h:27
Decoder::Scaler9250::Scaler9250
Scaler9250()
Definition
Scaler9250.h:19
Decoder::Scaler9250::Init
virtual void Init()
Definition
Scaler9250.cxx:26
Decoder
std
STL namespace.
src
Scaler9250.cxx
Generated by
1.9.8