00001 /* -*- c++-mode -*- */ 00002 00012 #ifndef __CGLOBALS_H__ 00013 #define __CGLOBALS_H__ 00014 00015 #include <string> 00016 00017 #include "hydefines.h" 00018 #include "CDataReader.hpp" 00019 00021 extern struct c_unique_data 00022 { 00047 float sumfile[NBACK][NCOLMAX][NFMAX+1]; 00048 00049 int predark; 00051 int prestar; 00054 } cd; 00055 00056 class CPython; 00057 00058 extern CDataReader * datareader; 00059 00060 extern CPython * Py; 00061 00062 #endif /* __CGLOBALS_H__ */