| 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 |
// |
// |
| 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 -autoboot if no VarDump found try to determine the BOOT number\n"); |
printf(" -autoboot if no VarDump found try to determine the BOOT number\n"); |
| 29 |
printf("\n looking at timesync [default]\n"); |
printf(" looking at timesync [default]\n"); |
| 30 |
printf("\n -no-autoboot disable previous check\n"); |
printf(" -no-autoboot disable previous check\n"); |
| 31 |
printf("\n -tsync number timesync (s) [default = taken from data]\n"); |
printf(" -tsync number timesync (s) [default = taken from data]\n"); |
| 32 |
printf("\n -obt0 number obt at timesync (ms) [default = taken from data]\n"); |
printf(" -obt0 number obt at timesync (ms) [default = taken from data]\n"); |
| 33 |
printf("\n -clean number number in seconds after which the fragment table\n"); |
printf(" -dworbit number number is the downlink orbit number (to be used with non-standard names)\n"); |
| 34 |
printf("\n can be cleaned and runs validated [default = -1 do not clean],\n"); |
printf(" -gpamela shortcut to \"-clean 0 -obt0 1 -tsync 1 -no-autoboot -boot 1 -dworbit 1\"\n"); |
| 35 |
printf("\n if 0 force cleaning immediatly, if negative do not clean\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("\n -remove file remove file and all related runs and calibrations from DB\n"); |
printf(" if 0 force cleaning immediatly, if negative do not clean\n"); |
| 38 |
printf("\n file must be the YODA filename (full path is not needed)\n"); |
printf(" -remove file remove file and all related runs and calibrations from DB\n"); |
| 39 |
printf("\n 'same' can be used if in conjuction with -yodaFile\n"); |
printf(" file must be the YODA filename (full path is not needed)\n"); |
| 40 |
printf("\n -validate file validates runs between the two closest calibration to file \n"); |
printf(" 'same' can be used if in conjuction with -yodaFile\n"); |
| 41 |
printf("\n not belonging to file itself. File must be the YODA filename\n"); |
printf(" -validate file validates runs between the two closest calibration to file \n"); |
| 42 |
printf("\n 'same' can be used if in conjuction with -yodaFile\n"); |
printf(" not belonging to file itself. File must be the YODA filename\n"); |
| 43 |
printf("\n -cleanfrag file clean run fragments for file only\n"); |
printf(" 'same' can be used if in conjuction with -yodaFile\n"); |
| 44 |
printf("\n File must be the YODA filename\n"); |
printf(" -cleanfrag file clean run fragments for file only\n"); |
| 45 |
printf("\n 'same' can be used if in conjuction with -yodaFile\n"); |
printf(" File must be the YODA filename\n"); |
| 46 |
printf("\n -nofrag do not leave runs in the fragment table and look for fragments\n"); |
printf(" 'same' can be used if in conjuction with -yodaFile\n"); |
| 47 |
printf("\n in the GL_RUN table.\n"); |
printf(" -nofrag do not leave runs in the fragment table and look for fragments\n"); |
| 48 |
printf("\n -force to be used to reprocess a file or to process a file\n"); |
printf(" in the GL_RUN table.\n"); |
| 49 |
printf("\n when already validated the surroundings, it is equivalent to:\n"); |
printf(" -force to be used to reprocess a file or to process a file\n"); |
| 50 |
printf("\n -remove same -validate same -cleanfrag same -nofrag\n"); |
printf(" when already validated the surroundings, it is equivalent to:\n"); |
| 51 |
// |
printf(" -remove same -validate same -cleanfrag same -nofrag\n"); |
| 52 |
printf("\n -host name for the host [default = $PAM_DBHOST or mysql://localhost/pamelaprod]\n"); |
printf(" -check performs some test on the GL_RUN table to check its consistency\n"); |
| 53 |
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"); |
| 54 |
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"); |
| 55 |
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"); |
| 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[]){ |
| 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 |
|
UInt_t dwinput = 0; |
| 72 |
Long64_t olderthan = -1LL; |
Long64_t olderthan = -1LL; |
| 73 |
// |
// |
| 74 |
// |
// |
| 95 |
Bool_t beverbose = true; |
Bool_t beverbose = true; |
| 96 |
Bool_t debug = false; |
Bool_t debug = false; |
| 97 |
Bool_t autoboot = true; |
Bool_t autoboot = true; |
| 98 |
|
Bool_t gpamela = false; |
| 99 |
// |
// |
| 100 |
Bool_t remove = false; |
Bool_t remove = false; |
| 101 |
TString remfile = ""; |
TString remfile = ""; |
| 110 |
// |
// |
| 111 |
Bool_t force = false; |
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 ){ |
| 163 |
validfile = (TString)inps[i+1]; |
validfile = (TString)inps[i+1]; |
| 164 |
validate = true; |
validate = true; |
| 165 |
}; |
}; |
| 166 |
|
if ( !strcmp(inps[i],"-gpamela") ) { |
| 167 |
|
gpamela = true; |
| 168 |
|
}; |
| 169 |
if ( !strcmp(inps[i],"-autoboot") ) { |
if ( !strcmp(inps[i],"-autoboot") ) { |
| 170 |
autoboot = true; |
autoboot = true; |
| 171 |
}; |
}; |
| 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(); |
| 246 |
// |
// |
| 247 |
if ( !strcmp(inps[i],"-nofrag") ) nofrag = true; |
if ( !strcmp(inps[i],"-nofrag") ) nofrag = true; |
| 248 |
// |
// |
| 249 |
|
if ( !strcmp(inps[i],"-check") ) check = true; |
| 250 |
|
// |
| 251 |
i++; |
i++; |
| 252 |
}; |
}; |
| 253 |
} else { |
} else { |
| 291 |
remfile = fcleanfile; |
remfile = fcleanfile; |
| 292 |
validfile = fcleanfile; |
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; |
| 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,tlefilename); |
pamDB = new PamelaDBOperations(host,user,password,filerawname,filerootname,boot,tsync,obt0,debug,tlefilename,dwinput); |
| 323 |
pamDB->CheckConnection(); |
pamDB->CheckConnection(); |
| 324 |
//------------------------------------------------------------------------------------------- |
//------------------------------------------------------------------------------------------- |
| 325 |
// |
// |
| 442 |
if ( beverbose ) printf(" 12 => Insert TLE elements in the GL_TLE table from file %s \n",tlefilename.Data()); |
if ( beverbose ) printf(" 12 => Insert TLE elements in the GL_TLE table from file %s \n",tlefilename.Data()); |
| 443 |
WAR[10] = pamDB->populateTLE(); |
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; |
| 642 |
if ( beverbose ) printf(" 13 => 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"); |