Hall C ROOT/C++ Analyzer (hcana)
Loading...
Searching...
No Matches
THcInterface.h
Go to the documentation of this file.
1#ifndef ROOT_THcInterface
2#define ROOT_THcInterface
3
5//
6// THcInterface
7//
9
10#include "THaInterface.h"
11
12class TClass;
13
14class THcInterface : public THaInterface {
15
16public:
17 THcInterface( const char* appClassName, int* argc, char** argv,
18 void* options = NULL, int numOptions = 0,
19 Bool_t noLogo = kFALSE );
20 virtual ~THcInterface();
21
22 virtual void PrintLogo(Bool_t lite = kFALSE);
23 static const char* GetHcDate();
24 static const char* GetVersionString();
25
26protected:
27
28 ClassDef(THcInterface,0) //Hall C Analyzer Interactive Interface
29};
30
31#endif
bool Bool_t
const Bool_t kFALSE
#define ClassDef(name, id)
THcInterface is the interactive interface to the Hall C Analyzer.
static const char * GetHcDate()
virtual ~THcInterface()
virtual void PrintLogo(Bool_t lite=kFALSE)
static const char * GetVersionString()