| 16 |
printf("\nUsage:\n"); |
printf("\nUsage:\n"); |
| 17 |
printf("\n YodaProfiler [options] -rawFile raw_filename -yodaFile yoda_filename \n"); |
printf("\n YodaProfiler [options] -rawFile raw_filename -yodaFile yoda_filename \n"); |
| 18 |
printf("\n -rawFile full path to the raw file\n"); |
printf("\n -rawFile full path to the raw file\n"); |
| 19 |
printf("\n -yodaFile full path to the YODA file\n"); |
printf( " -yodaFile full path to the YODA file\n"); |
| 20 |
printf("\n Options can be: \n"); |
printf("\n Options are:\n\n"); |
| 21 |
printf("\n --version print informations about compilation and exit\n"); |
printf(" --version print informations about compilation and exit\n"); |
| 22 |
printf("\n -h | --help print this help and exit \n"); |
printf(" -h | --help print this help and exit \n"); |
| 23 |
printf("\n -v | --verbose be verbose [default]\n"); |
printf(" -v | --verbose be verbose [default]\n"); |
| 24 |
printf("\n -s | --silent print nothing on STDOUT\n"); |
printf(" -s | --silent print nothing on STDOUT\n"); |
| 25 |
printf("\n -g | --debug be very verbose [default: no]\n"); |
printf(" -g | --debug be very verbose [default: no]\n"); |
| 26 |
printf("\n -boot number CPU boot number [default = taken from VarDump]\n"); |
printf(" -boot number CPU boot number [default = taken from VarDump]\n"); |
| 27 |
printf("\n -tsync number timesync (s) [default = taken from data]\n"); |
printf(" -autoboot if no VarDump found try to determine the BOOT number\n"); |
| 28 |
printf("\n -obt0 number obt at timesync (ms) [default = taken from data]\n"); |
printf(" looking at timesync [default]\n"); |
| 29 |
printf("\n -clean number number in seconds after which the fragment table\n"); |
printf(" -no-autoboot disable previous check\n"); |
| 30 |
printf("\n can be cleaned and runs validated [default = -1 do not clean],\n"); |
printf(" -tsync number timesync (s) [default = taken from data]\n"); |
| 31 |
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"); |
| 32 |
// |
printf(" -clean number number in seconds after which the fragment table\n"); |
| 33 |
printf("\n -remove file remove file and all related runs and calibrations from DB\n"); |
printf(" can be cleaned and runs validated [default = -1 do not clean],\n"); |
| 34 |
printf("\n file must be the YODA filename (full path is not needed)\n"); |
printf(" if 0 force cleaning immediatly, if negative do not clean\n"); |
| 35 |
printf("\n 'same' can be used if in conjuction with -yodaFile\n"); |
printf(" -remove file remove file and all related runs and calibrations from DB\n"); |
| 36 |
printf("\n -validate file validates runs between the two closest calibration to file \n"); |
printf(" file must be the YODA filename (full path is not needed)\n"); |
| 37 |
printf("\n not belonging to file itself. File must be the YODA filename\n"); |
printf(" 'same' can be used if in conjuction with -yodaFile\n"); |
| 38 |
printf("\n 'same' can be used if in conjuction with -yodaFile\n"); |
printf(" -validate file validates runs between the two closest calibration to file \n"); |
| 39 |
printf("\n -cleanfrag file clean run fragments for file only\n"); |
printf(" not belonging to file itself. File must be the YODA filename\n"); |
| 40 |
printf("\n File must be the YODA filename\n"); |
printf(" 'same' can be used if in conjuction with -yodaFile\n"); |
| 41 |
printf("\n 'same' can be used if in conjuction with -yodaFile\n"); |
printf(" -cleanfrag file clean run fragments for file only\n"); |
| 42 |
printf("\n -nofrag do not leave runs in the fragment table and look for fragments\n"); |
printf(" File must be the YODA filename\n"); |
| 43 |
printf("\n in the GL_RUN table.\n"); |
printf(" 'same' can be used if in conjuction with -yodaFile\n"); |
| 44 |
printf("\n -force to be used to reprocess a file or to process a file\n"); |
printf(" -nofrag do not leave runs in the fragment table and look for fragments\n"); |
| 45 |
printf("\n when already validated the surroundings, it is equivalent to:\n"); |
printf(" in the GL_RUN table.\n"); |
| 46 |
printf("\n -remove same -validate same -cleanfrag same -nofrag\n"); |
printf(" -force to be used to reprocess a file or to process a file\n"); |
| 47 |
// |
printf(" when already validated the surroundings, it is equivalent to:\n"); |
| 48 |
printf("\n -host name for the host [default = $PAM_DBHOST or mysql://localhost/pamelaprod]\n"); |
printf(" -remove same -validate same -cleanfrag same -nofrag\n"); |
| 49 |
printf("\n -user username for the DB [default = $PAM_DBUSER or \"anonymous\"] \n"); |
printf(" -host name of the DB host [default = $PAM_DBHOST or mysql://localhost/pamelaprod]\n"); |
| 50 |
printf("\n -psw password for the DB [default = $PAM_DBPSW or \"\"]\n"); |
printf(" -user username for the DB connection [default = $PAM_DBUSER or \"anonymous\"] \n"); |
| 51 |
printf("\n -tle <file> ascii file containing TLE obtained from celestrak.org or space-track.org [default = no]\n"); |
printf(" -psw password for the DB connection [default = $PAM_DBPSW or \"\"]\n"); |
| 52 |
|
printf(" -tle <file> ascii file containing TLE obtained from celestrak.org or space-track.org [default = no]\n"); |
| 53 |
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"); |
| 54 |
printf("\nExample: \n"); |
printf("\n Example: \n"); |
| 55 |
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.pam -rawFile /path/to/filesfromyoda/000_000_00000_cln2.root -v \n\n"); |
| 56 |
}; |
}; |
| 57 |
// |
// |
| 58 |
int main(int numinp, char *inps[]){ |
int main(int numinp, char *inps[]){ |
| 89 |
// |
// |
| 90 |
Bool_t beverbose = true; |
Bool_t beverbose = true; |
| 91 |
Bool_t debug = false; |
Bool_t debug = false; |
| 92 |
|
Bool_t autoboot = true; |
| 93 |
// |
// |
| 94 |
Bool_t remove = false; |
Bool_t remove = false; |
| 95 |
TString remfile = ""; |
TString remfile = ""; |
| 155 |
validfile = (TString)inps[i+1]; |
validfile = (TString)inps[i+1]; |
| 156 |
validate = true; |
validate = true; |
| 157 |
}; |
}; |
| 158 |
|
if ( !strcmp(inps[i],"-autoboot") ) { |
| 159 |
|
autoboot = true; |
| 160 |
|
}; |
| 161 |
|
if ( !strcmp(inps[i],"-no-autoboot") ) { |
| 162 |
|
autoboot = false; |
| 163 |
|
}; |
| 164 |
if ( !strcmp(inps[i],"-boot") ) { |
if ( !strcmp(inps[i],"-boot") ) { |
| 165 |
if ( numinp-1 < i+1 ){ |
if ( numinp-1 < i+1 ){ |
| 166 |
usage(); |
usage(); |
| 293 |
//------------------------------------------------------------------------------------------- |
//------------------------------------------------------------------------------------------- |
| 294 |
// |
// |
| 295 |
pamDB->SetNoFrag(nofrag); |
pamDB->SetNoFrag(nofrag); |
| 296 |
|
pamDB->SetAutoBoot(autoboot); |
| 297 |
// |
// |
| 298 |
if ( remove ){ |
if ( remove ){ |
| 299 |
//------------------------------------------------------------------------------------------- |
//------------------------------------------------------------------------------------------- |
| 317 |
// |
// |
| 318 |
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"); |
| 319 |
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; |
|
|
//------------------------------------------------------------------------------------------- |
|
| 320 |
// |
// |
| 321 |
//------------------------------------------------------------------------------------------- |
//------------------------------------------------------------------------------------------- |
| 322 |
//Insert an entry in GL_TIMESYNC |
//Insert an entry in GL_TIMESYNC |
| 323 |
//------------------------------------------------------------------------------------------- |
//------------------------------------------------------------------------------------------- |
| 324 |
if ( beverbose ) printf(" 4 => Insert an entry in GL_TIMESYNC \n"); |
if ( beverbose ) printf(" 3 => Insert an entry in GL_TIMESYNC \n"); |
| 325 |
WAR[1] = pamDB->insertPamelaGL_TIMESYNC(); |
WAR[1] = pamDB->insertPamelaGL_TIMESYNC(); |
| 326 |
//------------------------------------------------------------------------------------------- |
//------------------------------------------------------------------------------------------- |
| 327 |
// |
// |
| 328 |
|
//------------------------------------------------------------------------------------------- |
| 329 |
|
//Update a single GL_RAW record with its BOOT_NUMBER |
| 330 |
|
//------------------------------------------------------------------------------------------- |
| 331 |
|
if ( beverbose ) printf(" 4 => Update a single GL_RAW record with its BOOT_NUMBER \n"); |
| 332 |
|
WAR[3] = pamDB->assignBOOT_NUMBER(); |
| 333 |
|
if ( WAR[3] && WAR[3] != 1 && WAR[3] != 8 ) throw -9; |
| 334 |
|
//------------------------------------------------------------------------------------------- |
| 335 |
|
// |
| 336 |
//------------------------------------------------------------------------------------------- |
//------------------------------------------------------------------------------------------- |
| 337 |
//Insert unpack ROOT file in GL_ROOT |
//Insert unpack ROOT file in GL_ROOT |
| 338 |
//------------------------------------------------------------------------------------------- |
//------------------------------------------------------------------------------------------- |
| 443 |
case -26: message += " Raw file not found looking for VarDump"; break; |
case -26: message += " Raw file not found looking for VarDump"; break; |
| 444 |
case -27: message += " Cannot determine downlink orbit, wrong filename format?"; break; |
case -27: message += " Cannot determine downlink orbit, wrong filename format?"; break; |
| 445 |
case -28: message += " Cannot assign a RUN ID unique number!"; break; |
case -28: message += " Cannot assign a RUN ID unique number!"; break; |
| 446 |
|
case -29: message += " No VarDump and impossible to find a consistent BOOT number, use the -boot option to override"; break; |
| 447 |
default: message += " Unidentified error"; break; |
default: message += " Unidentified error"; break; |
| 448 |
}; |
}; |
| 449 |
printf("\n"); |
printf("\n"); |
| 496 |
if ( bit == 0 ) message += "=> BOOT number already inserted\n";// |
if ( bit == 0 ) message += "=> BOOT number already inserted\n";// |
| 497 |
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";// |
| 498 |
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";// |
| 499 |
|
else if ( bit == 3 ) message += "=> No VarDump! autoboot option used\n";// |
| 500 |
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";// |
| 501 |
else message += "=> Unidentified assignBOOTnumber warning\n"; |
else message += "=> Unidentified assignBOOTnumber warning\n"; |
| 502 |
}; |
}; |