#ifndef _HDDVIEW_H_ #define _HDDVIEW_H_ #include #include using namespace std; #include #include #include #include #include "DANA/DApplication.h" #include "MyProcessor.h" extern TCanvas *maincanvas; extern DApplication *dapp; extern JEventLoop *eventloop; extern MyProcessor *myproc; jerror_t hdv_getevent(void); jerror_t hdv_drawevent(void); #endif //_HDDVIEW_H_