Hall A ROOT/C++ Analyzer (podd)
Loading...
Searching...
No Matches
Caen792Module.h
Go to the documentation of this file.
1#ifndef Podd_Caen792Module_h_
2#define Podd_Caen792Module_h_
3
5//
6// Caen792Module
7// Single Hit ADC
8//
10
11#include "Caen775Module.h"
12
13namespace Decoder {
14
16
17 public:
18
19 Caen792Module() = default;
20 Caen792Module(Int_t crate, Int_t slot);
21 virtual const char* MyModType() {return "adc";}
22 virtual const char* MyModName() {return "792";}
23
24 private:
25
27
28 ClassDef(Caen792Module,0) // Caen792 module
29
30 };
31
32}
33
34#endif
int Int_t
#define ClassDef(name, id)
virtual const char * MyModType()
static TypeIter_t fgThisType
virtual const char * MyModName()
TypeSet_t::iterator TypeIter_t
Definition Module.h:40