Hall A ROOT/C++ Analyzer (podd)
Loading...
Searching...
No Matches
Lecroy1877Module.h
Go to the documentation of this file.
1#ifndef Podd_Lecroy1877Module_h_
2#define Podd_Lecroy1877Module_h_
3
5//
6// Lecroy1877Module
7// 1877 Lecroy Fastbus module.
8// author Robert Michaels (rom@jlab.org)
9//
11
12#include "FastbusModule.h"
13
14namespace Decoder {
15
17
18public:
19
20 Lecroy1877Module( UInt_t crate, UInt_t slot );
21 Lecroy1877Module() = default;
22 virtual ~Lecroy1877Module() = default;
23
25 virtual void Init();
26
27private:
28
30
31 ClassDef(Lecroy1877Module,0) // Lecroy 1877 TDC module
32
33};
34
35}
36
37#endif
unsigned int UInt_t
#define ClassDef(name, id)
virtual ~Lecroy1877Module()=default
static TypeIter_t fgThisType
TypeSet_t::iterator TypeIter_t
Definition Module.h:40