#include <vector>Functions | |
| in | close () |
| cout<< cmd<< endl;gSystem-> | Exec (cmd) |
| for () | |
| pointers to detectors More... | |
| if (!out.good()) | |
| out | open (lstFile.Data(), ios::out) |
| frlFile | ReplaceAll (".lst",".frl") |
| rootFile | ReplaceAll (".txt",".root") |
| sprintf (cmd,"rm %s %s", lstFile.Data(), sortFile.Data()) | |
| sprintf (cmd,"ls %s/%s/*/*.gwf > %s", gSystem->WorkingDirectory(), frDir.Data(), frlFile.Data()) | |
| sprintf (cmd,"rm %s/%s", frDir.Data(), logFile.Data()) | |
| sprintf (cmd,"mv %s/%s %s/%s", frDir.Data(), logHeaderFile.Data(), frDir.Data(), logFile.Data()) | |
| sprintf (cmd,"mkdir -p %s/Waveforms", frDir.Data()) | |
| while (true) | |
Variables | |
| TString | frlFile = lstFile |
| char | ifoLabel [64] ="" |
| char | log [1024] |
| TString | lstFile = frDir+"/"+TString(ifoLabel)+"-"+frLabel+"-Log.lst" |
| network * | net =MDC.GetNetwork() |
| int | nIFO =net->ifoListSize() |
| ofstream | out |
| vector< mdcpar > | par |
| TString | rootFile = logFile |
| in close | ( | ) |
| for | ( | ) |
pointers to detectors
Definition at line 9 of file wmdc_condor_log.C.
| if | ( | !out. | good() | ) |
Definition at line 30 of file wmdc_condor_log.C.
| frlFile ReplaceAll | ( | ".lst" | , |
| ".frl" | |||
| ) |
| rootFile ReplaceAll | ( | ".txt" | , |
| ".root" | |||
| ) |
| sprintf | ( | cmd | , |
| "ls %s/%s/*/*. | gwf, | ||
| %s" | , | ||
| gSystem-> | WorkingDirectory(), | ||
| frDir. | Data(), | ||
| frlFile. | Data() | ||
| ) |
| sprintf | ( | cmd | , |
| "mv %s/%s %s/%s" | , | ||
| frDir. | Data(), | ||
| logHeaderFile. | Data(), | ||
| frDir. | Data(), | ||
| logFile. | Data() | ||
| ) |
| while | ( | true | ) |
Definition at line 48 of file wmdc_condor_log.C.
Definition at line 69 of file wmdc_condor_log.C.
| char ifoLabel[64] ="" |
Definition at line 8 of file wmdc_condor_log.C.
| char log[1024] |
Definition at line 47 of file wmdc_condor_log.C.
Definition at line 27 of file wmdc_condor_log.C.
| network* net =MDC.GetNetwork() |
Definition at line 6 of file wmdc_condor_log.C.
Definition at line 7 of file wmdc_condor_log.C.
| ofstream out |
Definition at line 28 of file wmdc_condor_log.C.
| vector<mdcpar> par |
Definition at line 76 of file wmdc_condor_log.C.
Definition at line 77 of file wmdc_condor_log.C.