/[PAMELA software]/YodaProfiler/src/YodaProfiler.cpp
ViewVC logotype

Diff of /YodaProfiler/src/YodaProfiler.cpp

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

revision 1.7 by mocchiut, Tue Sep 12 07:28:48 2006 UTC revision 1.19 by mocchiut, Tue Feb 13 11:16:46 2007 UTC
# Line 5  Line 5 
5  //  //
6  #include <TSystem.h>  #include <TSystem.h>
7  //  //
8    #include <GLTables.h>
9  #include <PamelaDBOperations.h>  #include <PamelaDBOperations.h>
10  #include <YodaProfilerVerl2.h>  #include <YodaProfilerVerl2.h>
11  //  //
# Line 16  void usage(){ Line 17  void usage(){
17    printf("\nUsage:\n");    printf("\nUsage:\n");
18    printf("\n YodaProfiler [options] -rawFile raw_filename -yodaFile yoda_filename \n");    printf("\n YodaProfiler [options] -rawFile raw_filename -yodaFile yoda_filename \n");
19    printf("\n -rawFile        full path to the raw file\n");    printf("\n -rawFile        full path to the raw file\n");
20    printf("\n -yodaFile       full path to the YODA file\n");    printf(  " -yodaFile       full path to the YODA file\n");
21    printf("\n Options can be: \n");    printf("\n Options are:\n\n");
22    printf("\n --version       print informations about compilation and exit\n");    printf(" --version       print informations about compilation and exit\n");
23    printf("\n -h | --help     print this help and exit \n");    printf(" -h | --help     print this help and exit \n");
24    printf("\n -v | --verbose  be verbose [default]\n");    printf(" -v | --verbose  be verbose [default]\n");
25    printf("\n -s | --silent   print nothing on STDOUT\n");    printf(" -s | --silent   print nothing on STDOUT\n");
26    printf("\n -g | --debug    be very verbose [default: no]\n");    printf(" -g | --debug    be very verbose [default: no]\n");
27    printf("\n -boot number    CPU boot number [default = taken from VarDump]\n");    printf(" -boot number    CPU boot number [default = taken from VarDump]\n");
28    printf("\n -tsync number   timesync (s) [default = taken from data]\n");    printf(" -autoboot       if no VarDump found try to determine the BOOT number\n");
29    printf("\n -obt0 number    obt at timesync (ms) [default = taken from data]\n");    printf("                 looking at timesync [default]\n");
30    printf("\n -clean number   number in seconds after which the fragment table\n");    printf(" -no-autoboot    disable previous check\n");
31    printf("\n                 can be cleaned and runs validated [default = -1 do not clean],\n");    printf(" -tsync number   timesync (s) [default = taken from data]\n");
32    printf("\n                 if 0 force cleaning immediatly, if negative do not clean\n");    printf(" -obt0 number    obt at timesync (ms) [default = taken from data]\n");
33    printf("\n -host           name for the host [default = $PAM_DBHOST or mysql://localhost/pamelaprod]\n");    printf(" -dworbit number number is the downlink orbit number (to be used with non-standard names)\n");
34    printf("\n -user           username for the DB [default = $PAM_DBUSER or \"anonymous\"] \n");    printf(" -gpamela        shortcut to \"-clean 0 -obt0 1 -tsync 1 -no-autoboot -boot 1 -dworbit 1\"\n");
35    printf("\n -psw            password for the DB [default = $PAM_DBPSW or \"\"]\n");    printf(" -clean number   number in seconds after which the fragment table\n");
36      printf("                 can be cleaned and runs validated [default = -1 do not clean],\n");
37      printf("                 if 0 force cleaning immediatly, if negative do not clean\n");
38      printf(" -remove file    remove file and all related runs and calibrations from DB\n");
39      printf("                 file must be the YODA filename (full path is not needed)\n");
40      printf("                 'same' can be used if in conjuction with -yodaFile\n");
41      printf(" -validate file  validates runs between the two closest calibration to file \n");
42      printf("                 not belonging to file itself. File must be the YODA filename\n");
43      printf("                 'same' can be used if in conjuction with -yodaFile\n");
44      printf(" -cleanfrag file clean run fragments for file only\n");
45      printf("                 File must be the YODA filename\n");
46      printf("                 'same' can be used if in conjuction with -yodaFile\n");
47      printf(" -nofrag         do not leave runs in the fragment table and look for fragments\n");
48      printf("                 in the GL_RUN table.\n");
49      printf(" -force          to be used to reprocess a file or to process a file\n");
50      printf("                 when already validated the surroundings, it is equivalent to:\n");
51      printf("                 -remove same -validate same -cleanfrag same -nofrag\n");
52      printf(" -check          performs some test on the GL_RUN table to check its consistency\n");
53      printf(" -host           name of the DB host [default = $PAM_DBHOST or mysql://localhost/pamelaprod]\n");
54      printf(" -user           username for the DB connection [default = $PAM_DBUSER or \"anonymous\"] \n");
55      printf(" -psw            password for the DB connection [default = $PAM_DBPSW or \"\"]\n");
56      printf(" -tle <file>     ascii file containing TLE obtained from celestrak.org or space-track.org [default = no]\n");
57    printf("\n The order of input files and options does not matter. \n");    printf("\n The order of input files and options does not matter. \n");
58    printf("\nExample: \n");    printf("\n Example: \n");
59    printf("\n YodaProfiler -yodaFile /path/to/raw/files/000_000_00000_cln2.pam -rawFile /path/to/filesfromyoda/000_000_00000_cln2.root -v \n\n");    printf(" YodaProfiler -yodaFile /path/to/raw/files/000_000_00000_cln2.root -rawFile /path/to/filesfromyoda/000_000_00000_cln2.pam -v \n\n");
60  };  };
61  //  //
62  int main(int numinp, char *inps[]){  int main(int numinp, char *inps[]){
# Line 46  int main(int numinp, char *inps[]){ Line 68  int main(int numinp, char *inps[]){
68    UInt_t boot = 0;    UInt_t boot = 0;
69    UInt_t tsync = 0;    UInt_t tsync = 0;
70    UInt_t obt0 = 0;    UInt_t obt0 = 0;
71    //  Long64_t olderthan = 864000LL;    UInt_t dwinput = 0;
72    Long64_t olderthan = -1LL;    Long64_t olderthan = -1LL;  
     
73    //    //
74    //    //
75    TString filerawname  = "";    TString filerawname  = "";
# Line 58  int main(int numinp, char *inps[]){ Line 79  int main(int numinp, char *inps[]){
79    TString user = "anonymous";    TString user = "anonymous";
80    TString password = "";    TString password = "";
81    //    //
82    const char *pamdbhost=gSystem->Getenv("PAM_DBHOST");    TString tlefilename = "";
83    const char *pamdbuser=gSystem->Getenv("PAM_DBUSER");    //
84    const char *pamdbpsw=gSystem->Getenv("PAM_DBPSW");    const char *pamdbhost = gSystem->Getenv("PAM_DBHOST");
85      const char *pamdbuser = gSystem->Getenv("PAM_DBUSER");
86      const char *pamdbpsw = gSystem->Getenv("PAM_DBPSW");
87      if ( !pamdbhost ) pamdbhost = "";
88      if ( !pamdbuser ) pamdbuser = "";
89      if ( !pamdbpsw ) pamdbpsw = "";
90    if ( strcmp(pamdbhost,"") ) host = pamdbhost;    if ( strcmp(pamdbhost,"") ) host = pamdbhost;
91    if ( strcmp(pamdbuser,"") ) user = pamdbuser;    if ( strcmp(pamdbuser,"") ) user = pamdbuser;
92    if ( strcmp(pamdbpsw,"") ) password = pamdbpsw;    if ( strcmp(pamdbpsw,"") ) password = pamdbpsw;
# Line 68  int main(int numinp, char *inps[]){ Line 94  int main(int numinp, char *inps[]){
94    //        //    
95    Bool_t beverbose = true;    Bool_t beverbose = true;
96    Bool_t debug = false;    Bool_t debug = false;
97      Bool_t autoboot = true;
98      Bool_t gpamela = false;
99      //
100      Bool_t remove = false;
101      TString remfile = "";
102      //
103      Bool_t forceclean = false;
104      TString fcleanfile = "";
105      //
106      Bool_t validate = false;
107      TString validfile = "";
108      //
109      Bool_t nofrag = false;
110      //
111      Bool_t force = false;
112      //
113      Bool_t check = false;
114      //
115    Int_t i = 0;    Int_t i = 0;
116    //    //
117    if ( numinp > 1 ){    if ( numinp > 1 ){
# Line 95  int main(int numinp, char *inps[]){ Line 139  int main(int numinp, char *inps[]){
139          };          };
140          filerootname = (TString)inps[i+1];                filerootname = (TString)inps[i+1];      
141        };        };
142          if ( !strcmp(inps[i],"-remove") ) {
143            if ( numinp-1 < i+1 ){
144              usage();
145              exit(1);
146            };
147            remfile = (TString)inps[i+1];  
148            remove = true;
149          };
150         if ( !strcmp(inps[i],"-cleanfrag") ) {
151            if ( numinp-1 < i+1 ){
152              usage();
153              exit(1);
154            };
155            fcleanfile = (TString)inps[i+1];        
156            forceclean = true;
157          };
158         if ( !strcmp(inps[i],"-validate") ) {
159            if ( numinp-1 < i+1 ){
160              usage();
161              exit(1);
162            };
163            validfile = (TString)inps[i+1];
164            validate = true;
165          };
166          if ( !strcmp(inps[i],"-gpamela") ) {
167            gpamela = true;
168          };
169          if ( !strcmp(inps[i],"-autoboot") ) {
170            autoboot = true;
171          };
172          if ( !strcmp(inps[i],"-no-autoboot") ) {
173            autoboot = false;
174          };
175        if ( !strcmp(inps[i],"-boot") ) {        if ( !strcmp(inps[i],"-boot") ) {
176          if ( numinp-1 < i+1 ){          if ( numinp-1 < i+1 ){
177            usage();            usage();
# Line 116  int main(int numinp, char *inps[]){ Line 193  int main(int numinp, char *inps[]){
193          };          };
194          obt0 = (UInt_t)atoll(inps[i+1]);                  obt0 = (UInt_t)atoll(inps[i+1]);        
195        };        };
196          if ( !strcmp(inps[i],"-dworbit") ) {
197            if ( numinp-1 < i+1 ){
198              usage();
199              exit(1);
200            };
201            dwinput = (UInt_t)atoll(inps[i+1]);    
202          };
203        if ( !strcmp(inps[i],"-clean") ) {        if ( !strcmp(inps[i],"-clean") ) {
204          if ( numinp-1 < i+1 ){          if ( numinp-1 < i+1 ){
205            usage();            usage();
# Line 144  int main(int numinp, char *inps[]){ Line 228  int main(int numinp, char *inps[]){
228          };          };
229          password = (TString)inps[i+1];            password = (TString)inps[i+1];  
230        };        };
231          if ( !strcmp(inps[i],"-tle") ) {
232            if ( numinp-1 < i+1 ){
233              usage();
234              exit(1);
235            };
236            tlefilename = (TString)inps[i+1];
237          };
238        //        //
239        if ( !strcmp(inps[i],"-v") || !strcmp(inps[i],"--verbose") ) beverbose = true;        if ( !strcmp(inps[i],"-v") || !strcmp(inps[i],"--verbose") ) beverbose = true;
240        //        //
# Line 151  int main(int numinp, char *inps[]){ Line 242  int main(int numinp, char *inps[]){
242        //        //
243        if ( !strcmp(inps[i],"-g") || !strcmp(inps[i],"--debug") ) debug = true;        if ( !strcmp(inps[i],"-g") || !strcmp(inps[i],"--debug") ) debug = true;
244        //        //
245          if ( !strcmp(inps[i],"-f") || !strcmp(inps[i],"-force") ) force = true;
246          //
247          if ( !strcmp(inps[i],"-nofrag") ) nofrag = true;
248          //
249          if ( !strcmp(inps[i],"-check") ) check = true;
250          //
251        i++;        i++;
252      };      };
253    } else {    } else {
# Line 171  int main(int numinp, char *inps[]){ Line 268  int main(int numinp, char *inps[]){
268      dup2(nul,2);      dup2(nul,2);
269    };    };
270    //    //
271      if ( !strcmp(filerootname.Data(),"") ){
272        if ( (validate && !strcmp(validfile.Data(),"same")) ||
273             (remove && !strcmp(remfile.Data(),"same")) ||
274             (forceclean && !strcmp(fcleanfile.Data(),"same")) || force ){
275          printf("\n ERROR IN INPUT PARAMETERS \n");
276          usage();
277          exit(1);  
278        };
279      } else {
280        if ( validate && !strcmp(validfile.Data(),"same") ) validfile =  (TString)gSystem->BaseName(filerootname.Data());
281        if ( remove && !strcmp(remfile.Data(),"same") ) remfile =  (TString)gSystem->BaseName(filerootname.Data());
282        if ( forceclean && !strcmp(fcleanfile.Data(),"same") ) fcleanfile =  (TString)gSystem->BaseName(filerootname.Data());
283      };
284      //
285      if ( force ){
286        nofrag = true;
287        forceclean = true;
288        remove = true;
289        validate = true;    
290        fcleanfile = (TString)gSystem->BaseName(filerootname.Data());
291        remfile = fcleanfile;
292        validfile = fcleanfile;
293      };
294      if ( gpamela ){
295        //    -clean 0 -obt0 1 -tsync 1 -boot 1 -dworbit 1
296        if ( olderthan < 0LL ) olderthan = 0LL;
297        if ( !obt0 ) obt0 = 1;
298        if ( !tsync ) tsync = 1;
299        if ( !boot ) boot = 1;
300        if ( !dwinput ) dwinput = 1;
301        autoboot = false;
302      };
303      //
304    // Start:    // Start:
305    //    //
306      GL_TABLES *glt = new GL_TABLES(host,user,password);
307      //
308    TString message;    TString message;
309    char *version = YodaProfilerInfo(false);    char *version = YodaProfilerInfo(false);
310    PamelaDBOperations *pamDB = 0;    PamelaDBOperations *pamDB = 0;
311    UInt_t sizeofwar = 10;    UInt_t sizeofwar = 12;
312    UInt_t WAR[10];    UInt_t WAR[12];
313    memset(WAR, 0, 10*sizeof(UInt_t));    memset(WAR, 0, sizeofwar*sizeof(UInt_t));
314    //    //
315    printf("\n Welcome to the PAMELA YodaProfiler, version %s \n\n",version);    printf("\n Welcome to the PAMELA YodaProfiler, version %s \n\n",version);
316    try{    try{
# Line 187  int main(int numinp, char *inps[]){ Line 319  int main(int numinp, char *inps[]){
319      // Create pamDB object and open SQL connection      // Create pamDB object and open SQL connection
320      //-------------------------------------------------------------------------------------------      //-------------------------------------------------------------------------------------------
321      if ( beverbose ) printf(" 1 => Initialize and open SQL connection \n");      if ( beverbose ) printf(" 1 => Initialize and open SQL connection \n");
322      pamDB = new PamelaDBOperations(host,user,password,filerawname,filerootname,boot,tsync,obt0,debug);      pamDB = new PamelaDBOperations(host,user,password,filerawname,filerootname,boot,tsync,obt0,debug,tlefilename,dwinput);
323      pamDB->CheckConnection();      pamDB->CheckConnection();
324      //-------------------------------------------------------------------------------------------      //-------------------------------------------------------------------------------------------
325      //      //
326        pamDB->SetNoFrag(nofrag);
327      if(pamDB->InsertRaw()){      pamDB->SetAutoBoot(autoboot);
328        //
329        if ( remove ){
330          //-------------------------------------------------------------------------------------------
331          // Remove a file and, on cascade, all that follows from the DB
332          //-------------------------------------------------------------------------------------------
333          if ( beverbose ) printf(" X => Remove file %s from DB \n",((TString)gSystem->BaseName(remfile)).Data());
334          WAR[11] = pamDB->removeFile((TString)gSystem->BaseName(remfile.Data()));
335          //-------------------------------------------------------------------------------------------
336        };    
337        //
338        if( pamDB->InsertRaw() ){
339        //-------------------------------------------------------------------------------------------        //-------------------------------------------------------------------------------------------
340        //Insert a Raw file in GL_RAW        //Insert a Raw file in GL_RAW
341        //-------------------------------------------------------------------------------------------        //-------------------------------------------------------------------------------------------
# Line 200  int main(int numinp, char *inps[]){ Line 343  int main(int numinp, char *inps[]){
343        WAR[0] = pamDB->insertPamelaRawFile();        WAR[0] = pamDB->insertPamelaRawFile();
344        //-------------------------------------------------------------------------------------------        //-------------------------------------------------------------------------------------------
345      };      };
346        //
347      if(pamDB->InsertRoot()){      if( pamDB->InsertRoot() ){
348                    //          
349        if(!pamDB->InsertRaw())printf("=> RAW file not inserted --- the DB might not ( yet ) be filled correctly \n");        if( !pamDB->InsertRaw() )printf("=> RAW file not inserted --- the DB might not ( yet ) be filled correctly \n");
350        pamDB->CheckFile();        pamDB->CheckFile();
       //-------------------------------------------------------------------------------------------    
       //Update a single GL_RAW record with its BOOT_NUMBER  
       //-------------------------------------------------------------------------------------------  
       if ( beverbose ) printf(" 3 => Update a single GL_RAW record with its BOOT_NUMBER \n");  
       WAR[3] = pamDB->assignBOOT_NUMBER();  
       //    if ( WAR[3] ) pamDB->SetNOBOOT(true);  
       if ( WAR[3] && WAR[3] != 1 ) throw -9;  
       //-------------------------------------------------------------------------------------------  
351        //        //
352        //-------------------------------------------------------------------------------------------        //-------------------------------------------------------------------------------------------
353        //Insert an entry in GL_TIMESYNC        //Insert an entry in GL_TIMESYNC
354        //-------------------------------------------------------------------------------------------        //-------------------------------------------------------------------------------------------
355        if ( beverbose ) printf(" 4 => Insert an entry in GL_TIMESYNC \n");        if ( beverbose ) printf(" 3 => Insert an entry in GL_TIMESYNC \n");
356        WAR[1] = pamDB->insertPamelaGL_TIMESYNC();        WAR[1] = pamDB->insertPamelaGL_TIMESYNC();
357        //-------------------------------------------------------------------------------------------        //-------------------------------------------------------------------------------------------
358        //        //
359          //-------------------------------------------------------------------------------------------  
360          //Update a single GL_RAW record with its BOOT_NUMBER
361          //-------------------------------------------------------------------------------------------
362          if ( beverbose ) printf(" 4 => Update a single GL_RAW record with its BOOT_NUMBER \n");
363          WAR[3] = pamDB->assignBOOT_NUMBER();
364          if ( WAR[3] && WAR[3] != 1 && WAR[3] != 8 ) throw -9;
365          //-------------------------------------------------------------------------------------------
366          //
367        //-------------------------------------------------------------------------------------------        //-------------------------------------------------------------------------------------------
368        //Insert unpack ROOT file in GL_ROOT          //Insert unpack ROOT file in GL_ROOT  
369        //-------------------------------------------------------------------------------------------        //-------------------------------------------------------------------------------------------
# Line 257  int main(int numinp, char *inps[]){ Line 400  int main(int numinp, char *inps[]){
400        //-------------------------------------------------------------------------------------------            //-------------------------------------------------------------------------------------------    
401      };      };
402      //      //
403        if ( forceclean ){
404          //-------------------------------------------------------------------------------------------
405          //Clean the GL_RUN_FRAGMENTS for the given file
406          //-------------------------------------------------------------------------------------------
407          if ( beverbose ) printf(" 10 => Clean the GL_RUN_FRAGMENTS table for file %s \n",fcleanfile.Data());
408          WAR[8] = pamDB->CleanGL_RUN_FRAGMENTS((TString)gSystem->BaseName(fcleanfile.Data()));
409        };
410        //
411        //
412        if ( validate ){
413          //-------------------------------------------------------------------------------------------
414          //Validate runs
415          //-------------------------------------------------------------------------------------------
416          if ( beverbose ) printf(" 11 => Validate runs table for file %s \n",validfile.Data());
417          WAR[9] = pamDB->ValidateRuns((TString)gSystem->BaseName(validfile.Data()));
418          //-------------------------------------------------------------------------------------------    
419        };
420        //
421      pamDB->CheckValidate(olderthan);      pamDB->CheckValidate(olderthan);
422      //      //
423      if(pamDB->Validate()){        if( pamDB->Validate() ){  
424        //-------------------------------------------------------------------------------------------        //-------------------------------------------------------------------------------------------
425        //Clean the GL_RUN_FRAGMENTS        //Clean the GL_RUN_FRAGMENTS
426        //-------------------------------------------------------------------------------------------        //-------------------------------------------------------------------------------------------
427        if ( beverbose ) printf(" 10 => Clean the GL_RUN_FRAGMENTS table (before %s) \n",pamDB->GetCleanTime() );        if ( beverbose ) printf(" 10 => Clean the GL_RUN_FRAGMENTS table (earlier than %s) \n",pamDB->GetCleanTime() );
428        WAR[8] = pamDB->CleanGL_RUN_FRAGMENTS();        WAR[8] = pamDB->CleanGL_RUN_FRAGMENTS();
429        //-------------------------------------------------------------------------------------------            //-------------------------------------------------------------------------------------------    
           
430        //-------------------------------------------------------------------------------------------        //-------------------------------------------------------------------------------------------
431        //Validate runs        //Validate runs
432        //-------------------------------------------------------------------------------------------        //-------------------------------------------------------------------------------------------
433        if ( beverbose ) printf(" 11 => Validate runs (before %s)\n",pamDB->GetCleanTime());        if ( beverbose ) printf(" 11 => Validate runs (earlier than %s)\n",pamDB->GetCleanTime());
434        WAR[9] = pamDB->ValidateRuns();        WAR[9] = pamDB->ValidateRuns();
435        //-------------------------------------------------------------------------------------------            //-------------------------------------------------------------------------------------------    
436      };      };
437    
438        if(! tlefilename.IsNull() ) {
439          //----------------------------------------------
440          //Populate GL_TLE table using the file provided
441          //----------------------------------------------
442          if ( beverbose ) printf(" 12 => Insert TLE elements in the GL_TLE table from file %s \n",tlefilename.Data());
443          WAR[10] = pamDB->populateTLE();
444        }
445    
446        if ( check ){
447          //----------------------------------------------
448          //Check GL_RUN table consistency
449          //----------------------------------------------
450          if ( beverbose ) printf(" 13 => Check GL_RUN table consistency\n");
451          UInt_t ch = pamDB->Check();
452          if ( !ch ){
453            printf(" GL_RUN table seems ok!\n");
454          } else {
455            printf(" Problems found in the GL_RUN table!\n");
456          };
457        };
458                    
459    } catch (Int_t exc) {    } catch (Int_t exc) {
460      signal = exc;      signal = exc;
# Line 284  int main(int numinp, char *inps[]){ Line 465  int main(int numinp, char *inps[]){
465      case -4: message += " Error querying DB"; break;      case -4: message += " Error querying DB"; break;
466      case -5: message += " Inconsistent OBT/pkt_num"; break;      case -5: message += " Inconsistent OBT/pkt_num"; break;
467      case -6: message += " The file is not in the database"; break;      case -6: message += " The file is not in the database"; break;
468        case -7: message += " Cannot open TLE file"; break;
469      case -8: message += " Event file is empty"; break;      case -8: message += " Event file is empty"; break;
470      case -9: message += " No VarDump no BOOT number, use the -boot option to override"; break;      case -9: message += " No VarDump no BOOT number, use the -boot option to override"; break;
471      case -10: message += " No results from DB"; break;      case -10: message += " No results from DB"; break;
# Line 303  int main(int numinp, char *inps[]){ Line 485  int main(int numinp, char *inps[]){
485      case -24: message += " No CalibS4 tree in Level0 file"; break;      case -24: message += " No CalibS4 tree in Level0 file"; break;
486      case -25: message += " Cannot find the run just inserted"; break;      case -25: message += " Cannot find the run just inserted"; break;
487      case -26: message += " Raw file not found looking for VarDump"; break;      case -26: message += " Raw file not found looking for VarDump"; break;
488        case -27: message += " Cannot determine downlink orbit, wrong filename format?"; break;
489        case -28: message += " Cannot assign a RUN ID unique number!"; break;
490        case -29: message += " No VarDump and impossible to find a consistent BOOT number, use the -boot option to override"; break;
491      default: message += " Unidentified error"; break;      default: message += " Unidentified error"; break;
492      };      };
493      printf("\n");      printf("\n");
# Line 355  int main(int numinp, char *inps[]){ Line 540  int main(int numinp, char *inps[]){
540              if ( bit == 0 ) message += "=> BOOT number already inserted\n";//              if ( bit == 0 ) message += "=> BOOT number already inserted\n";//
541              else if ( bit == 1 ) message += "=> VarDump event tree is empty, use the -boot option to override\n";//              else if ( bit == 1 ) message += "=> VarDump event tree is empty, use the -boot option to override\n";//
542              else if ( bit == 2 ) message += "=> No BOOT number in VarDump(!), use the -boot option to override\n";//              else if ( bit == 2 ) message += "=> No BOOT number in VarDump(!), use the -boot option to override\n";//
543                else if ( bit == 3 ) message += "=> No VarDump! autoboot option used\n";//
544              else if ( bit == 4 ) message += "=> The file is not in the database looking for VarDump, use the -boot option to override\n";//              else if ( bit == 4 ) message += "=> The file is not in the database looking for VarDump, use the -boot option to override\n";//
545              else message += "=> Unidentified assignBOOTnumber warning\n";              else message += "=> Unidentified assignBOOTnumber warning\n";
546            };            };
# Line 406  int main(int numinp, char *inps[]){ Line 592  int main(int numinp, char *inps[]){
592          for (UInt_t bit=0; bit<32; bit++){          for (UInt_t bit=0; bit<32; bit++){
593            if ( WAR[j] & (1 << bit) ){            if ( WAR[j] & (1 << bit) ){
594              if      ( bit == 0 ) message += "=> Skip the GL_RUN_FRAGMENTS table cleaning\n";              if      ( bit == 0 ) message += "=> Skip the GL_RUN_FRAGMENTS table cleaning\n";
595                if      ( bit == 1 ) message += "=> Problems retrieving ROOT ID from DB\n";
596              else  message += "=> Unidentified CleanGL_RUN_FRAGMENTS warning\n";              else  message += "=> Unidentified CleanGL_RUN_FRAGMENTS warning\n";
597            };            };
598          };          };
# Line 415  int main(int numinp, char *inps[]){ Line 602  int main(int numinp, char *inps[]){
602          for (UInt_t bit=0; bit<32; bit++){          for (UInt_t bit=0; bit<32; bit++){
603            if ( WAR[j] & (1 << bit) ){            if ( WAR[j] & (1 << bit) ){
604              if      ( bit == 0 ) message += "=> Skip the run validation \n";              if      ( bit == 0 ) message += "=> Skip the run validation \n";
605                if      ( bit == 1 ) message += "=> Problems retrieving ROOT ID from DB\n";
606              else  message += "=> Unidentified ValidateRuns warning\n";              else  message += "=> Unidentified ValidateRuns warning\n";
607            };            };
608          };          };
609        };        };
610          //
611          if ( j == 10 ){ // populateTLE
612            for (UInt_t bit=0; bit<32; bit++){
613              if ( WAR[j] & (1 << bit) ){
614                if      ( bit == 0 ) message += "=> TLE insertion failed\n";
615                if      ( bit == 1 ) message += "=> No new TLE available\n";
616                else  message += "=> Unidentified populateTle warning\n";
617              };
618            };
619          };
620          //
621          if ( j == 11 ){ // removeFile
622            for (UInt_t bit=0; bit<32; bit++){
623              if ( WAR[j] & (1 << bit) ){
624                if      ( bit == 0 ) message += "=> No file to delete from DB \n";
625                else  message += "=> Unidentified populateTle warning\n";
626              };
627            };
628          };
629      };      };
630    };    };
631    //    //
# Line 432  int main(int numinp, char *inps[]){ Line 639  int main(int numinp, char *inps[]){
639    //---------------------------------------------------------------------------------------    //---------------------------------------------------------------------------------------
640    // Close and exit    // Close and exit
641    //---------------------------------------------------------------------------------------    //---------------------------------------------------------------------------------------
642    if ( beverbose ) printf(" 12 => Free objects and close SQL connection \n");    if ( beverbose ) printf(" 13 => Free objects and close SQL connection \n");
643    pamDB->Close();    pamDB->Close();
644    //    //
645      if ( debug ) printf(" Total number of queries through GLTABLES: %u \n",glt->GetNqueries());
646      delete glt;
647      //
648    printf("\n");    printf("\n");
649    printf(" Finished, exiting...\n");    printf(" Finished, exiting...\n");
650    printf("\n");    printf("\n");

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.19

  ViewVC Help
Powered by ViewVC 1.1.23