Newer
Older
#ifndef ROOT_THcAnalyzer
#define ROOT_THcAnalyzer
//////////////////////////////////////////////////////////////////////////
//
// THcAnalyzer
//////////////////////////////////////////////////////////////////////////
#include "THaAnalyzer.h"
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#include "THaRunBase.h"
#include "THaEvent.h"
#include "THaOutput.h"
#include "THaEvData.h"
#include "THaGlobals.h"
#include "THaSpectrometer.h"
#include "THaNamedList.h"
#include "THaCutList.h"
#include "THaCut.h"
#include "THaPhysicsModule.h"
#include "THaPostProcess.h"
#include "THaBenchmark.h"
#include "THaEvtTypeHandler.h"
#include "THaEpicsEvtHandler.h"
#include "TList.h"
#include "TTree.h"
#include "TFile.h"
#include "TClass.h"
#include "TDatime.h"
#include "TClass.h"
#include "TError.h"
#include "TSystem.h"
#include "TROOT.h"
#include "TMath.h"
#include "TDirectory.h"
#include "THaCrateMap.h"
#include <algorithm>
#include <csignal>
#include <cstring>
#include <exception>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <stdexcept>
public:
THcAnalyzer();
virtual ~THcAnalyzer();
void SetPedestalEvtype( Int_t evtype ) { fPedestalEvtype = evtype; }
void PrintReport( const char* templatefile, const char* ofile);
private:
// THcAnalyzer( const THcAnalyzer& );
// THcAnalyzer& operator=( const THcAnalyzer& );
ClassDef(THcAnalyzer,0) //Hall C Analyzer Standard Event Loop
};
#endif