/[PAMELA software]/yoda/techmodel/techmodelreader.cpp
ViewVC logotype

Diff of /yoda/techmodel/techmodelreader.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6.3 by kusanagi, Tue May 30 19:58:25 2006 UTC revision 6.8 by mocchiut, Fri Oct 19 08:14:52 2007 UTC
# Line 3  Line 3 
3  #include <log4cxx/propertyconfigurator.h>  #include <log4cxx/propertyconfigurator.h>
4  #include "EventReader.h"  #include "EventReader.h"
5  #include <time.h>  #include <time.h>
6    #include <TROOT.h>
7    #include "../event/yodaversion.h"
8  extern "C" {  extern "C" {
9      #include <dirent.h>      #include <dirent.h>
10  }  }
11    
   
   
12  using namespace pamela;  using namespace pamela;
13  using namespace log4cxx;  using namespace log4cxx;
14  using namespace std;  using namespace std;
# Line 68  int main(int argc, char* argv[]) { Line 67  int main(int argc, char* argv[]) {
67    }    }
68    
69    if (!strcmp(argv[1], "-version")){    if (!strcmp(argv[1], "-version")){
70          cout << "$Name:  $ $Revision: 6.2 $" << "\n";      printf(" Version %i \n",GetYODAver());
71        //        cout << "$Name:  $ $Revision: 6.7 $" << "\n";
72          exit(1);          exit(1);
73    }    }
74    
# Line 183  int main(int argc, char* argv[]) { Line 183  int main(int argc, char* argv[]) {
183    Run.WriteFiles();    Run.WriteFiles();
184    
185    logger->info("<-------------------------------END UNPACKING------------------------------->\n");    logger->info("<-------------------------------END UNPACKING------------------------------->\n");
186      printf("Finished, exiting...\n");
187    
188    //Momentarly suspended the save      //Momentarly suspended the save  
189    //system(command.c_str());    //system(command.c_str());

Legend:
Removed from v.6.3  
changed lines
  Added in v.6.8

  ViewVC Help
Powered by ViewVC 1.1.23