#ifndef _HDDVIEW_H_ #define _HDDVIEW_H_ #include #include using namespace std; #include #include #include #include #include #include "MyProcessor.h" extern TCanvas *maincanvas; extern JApplication *japp; extern JEventLoop *eventloop; extern MyProcessor *myproc; jerror_t bcv_getevent(void); jerror_t bcv_drawevent(void); #endif //_HDDVIEW_H_