Functions | |
| CreateSubWaveMDC (frLabel, condor_dir, condor_out, condor_err, condor_log) | |
| cout<< "CreateDagWaveMDC ..."<< endl;CreateDagWaveMDC(condor_dir, frLabel, jobmin, jobmax, jobstep);char cmd[256];sprintf(cmd,"ln -sf %s/WaveMDC.sh", home_wavemdc.Data());gSystem-> | Exec (cmd) |
| gSystem | Exec ("mkdir -p log frames") |
| exit (0) | |
| if (gSystem->Getenv("HOME_WAVEMDC")==NULL) | |
| gROOT | LoadMacro (home_wavemdc+"/CreateSubWaveMDC.C") |
| gROOT | LoadMacro (home_wavemdc+"/CreateDagWaveMDC.C") |
| sprintf (condor_log,"/local/user/%s", uinfo->fUser.Data()) | |
| cout<< "CreateSubWaveMDC ..."<< endl;TString condor_dir=gSystem-> | WorkingDirectory () |
Variables | |
| TString | condor_err = condor_dir+"/log" |
| char | condor_log [512] |
| TString | condor_out = condor_dir+"/log" |
| else | |
| TString | home_wavemdc |
| UserGroup_t * | uinfo = gSystem->GetUserInfo() |
| CreateSubWaveMDC | ( | frLabel | , |
| condor_dir | , | ||
| condor_out | , | ||
| condor_err | , | ||
| condor_log | |||
| ) |
| cout<< "CreateDagWaveMDC ..." << endl; CreateDagWaveMDC(condor_dir, frLabel, jobmin, jobmax, jobstep); char cmd[256]; sprintf(cmd,"ln -sf %s/WaveMDC.sh",home_wavemdc.Data()); gSystem-> Exec | ( | cmd | ) |
| gSystem Exec | ( | "mkdir -p log frames" | ) |
| exit | ( | 0 | ) |
| if | ( | gSystem-> | Getenv"HOME_WAVEMDC" = =NULL | ) |
Definition at line 6 of file wmdc_condor_create.C.
| gROOT LoadMacro | ( | home_wavemdc+"/CreateSubWaveMDC.C" | ) |
| gROOT LoadMacro | ( | home_wavemdc+"/CreateDagWaveMDC.C" | ) |
| sprintf | ( | condor_log | , |
| "/local/user/%s" | , | ||
| uinfo->fUser. | Data() | ||
| ) |
| cout<< "CreateSubWaveMDC ..." << endl; TString condor_dir = gSystem-> WorkingDirectory | ( | ) |
| TString condor_err = condor_dir+"/log" |
Definition at line 24 of file wmdc_condor_create.C.
| char condor_log[512] |
Definition at line 17 of file wmdc_condor_create.C.
| TString condor_out = condor_dir+"/log" |
Definition at line 23 of file wmdc_condor_create.C.
| else |
Definition at line 8 of file wmdc_condor_create.C.
| TString home_wavemdc |
Definition at line 1 of file wmdc_condor_create.C.
| UserGroup_t* uinfo = gSystem->GetUserInfo() |
Definition at line 18 of file wmdc_condor_create.C.