AraWebPlotter/AraWebPlotterConfig.h
00001 00002 00003 00004 00005 00006 00007 00008 #ifndef ARAWEBPLOTTERCONFIG_H 00009 #define ARAWEBPLOTTERCONFIG_H 00010 #include <TObject.h> 00011 00012 class AraWebPlotterConfig 00013 { 00014 public: 00015 AraWebPlotterConfig(); 00016 00017 //Should change these so they are safer 00018 //char *getEventLinkDir() {return fEventLinkDir;} 00019 00020 // char *getHkLinkDir() {return fHkLinkDir;} 00021 00022 char *getRootFileDir() {return fRootFileDir;} 00023 00024 char *getPlotDir() {return fPlotDir;} 00025 00026 int getEventPlotFlag() {return fMakeEventPlots;} 00027 00028 private: 00029 void readConfigFile(); 00030 // char fEventLinkDir[FILENAME_MAX]; 00031 // char fHkLinkDir[FILENAME_MAX]; 00032 char fRootFileDir[FILENAME_MAX]; 00033 char fPlotDir[FILENAME_MAX]; 00034 int fMakeEventPlots; 00035 00036 }; 00037 00038 #endif //ARAWEBPLOTTERCONFIG_H
Generated on Mon Jun 3 16:10:05 2013 for ARA ROOT v3.9 Software by
