Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
hdview2.h
Go to the documentation of this file.
1 
2 
3 #ifndef _HDDVIEW_H_
4 #define _HDDVIEW_H_
5 
6 #include <iostream>
7 #include <iomanip>
8 using namespace std;
9 
10 #include <TApplication.h>
11 #include <TCanvas.h>
12 
13 #include <JANA/JEventLoop.h>
14 #include <JANA/jerror.h>
15 #include "DANA/DApplication.h"
16 #include "MyProcessor.h"
17 
18 extern TCanvas *maincanvas;
19 extern DApplication *dapp;
20 extern JEventLoop *eventloop;
21 extern MyProcessor *myproc;
22 
23 extern int32_t RUNNUMBER;
24 
25 jerror_t hdv_getevent(void);
26 jerror_t hdv_drawevent(void);
27 
28 #endif //_HDDVIEW_H_
DApplication * dapp
jerror_t hdv_getevent(void)
JEventLoop * eventloop
Definition: hdview2.cc:16
MyProcessor * myproc
Definition: hdview2.cc:17
int32_t RUNNUMBER
Definition: hdview2.cc:19
jerror_t hdv_drawevent(void)
TCanvas * maincanvas
Definition: hdview2.cc:14