Hall A ROOT/C++ Analyzer (podd)
Loading...
Searching...
No Matches
Caen792Module.cxx
Go to the documentation of this file.
1
2//
3// Caen792Module
4// author Stephen Wood
5// author Vincent Sulkosky
6//
7// Currently assume decoding is identical to the 775
8//
10
11#include "Caen792Module.h"
12#include <iostream>
13
14using namespace std;
15
16namespace Decoder {
17
19 DoRegister( ModuleType( "Decoder::Caen792Module" , 792 ));
20
22 fDebugFile=nullptr;
23 }
24
25}
26
int Int_t
static TypeIter_t fgThisType
std::ofstream * fDebugFile
Definition Module.h:156
TypeSet_t::iterator TypeIter_t
Definition Module.h:40
STL namespace.
ClassImp(TPyArg)