Logo coherent WaveBurst  
Library Reference Guide
Logo
Functions | Variables
cwb_condor_mtpe.C File Reference

Functions

 if (TString(condor_tag)=="")
 
 if (nIFO==1)
 
 if (gSystem->Getenv("CWB_CONDOR_MTPE_JOBID")==NULL)
 
 if (simulation==4 &&nfactor >1)
 
 if ((simulation==0)||(simulation==4 &&nfactor==1))
 
 if ((fP=fopen(ofile_condor_sub, "w"))==NULL)
 
 sprintf (condor_label,"%s.mtpe", data_label)
 
 sprintf (ofile_condor_sub,"%s/%s.sub", condor_dir, condor_label)
 

Variables

char condor_label [1024]
 
int cwb_condor_mtpe_jobid =-1
 
int cwb_condor_mtpe_offset =1
 
 else
 
FILE * fP =NULL
 
char ofile_condor_sub [1024]
 
bool singleDetector =false
 

Function Documentation

◆ if() [1/6]

if ( TString(condor_tag)  = ="")

Definition at line 26 of file cwb_condor_mtpe.C.

◆ if() [2/6]

if ( nIFO  = =1)

Definition at line 46 of file cwb_condor_mtpe.C.

◆ if() [3/6]

if ( gSystem->  Getenv"CWB_CONDOR_MTPE_JOBID" = =NULL)

Definition at line 59 of file cwb_condor_mtpe.C.

◆ if() [4/6]

if ( simulation  = =4 && nfactor,
 
)

Definition at line 80 of file cwb_condor_mtpe.C.

◆ if() [5/6]

if ( (simulation==0)||(simulation==4 &&nfactor==1)  )

Definition at line 94 of file cwb_condor_mtpe.C.

◆ if() [6/6]

if ( (fP=fopen(ofile_condor_sub, "w"))  = = NULL)

Definition at line 142 of file cwb_condor_mtpe.C.

◆ sprintf() [1/2]

sprintf ( condor_label  ,
"%s.mtpe"  ,
data_label   
)

◆ sprintf() [2/2]

sprintf ( ofile_condor_sub  ,
"%s/%s.sub"  ,
condor_dir  ,
condor_label   
)

Variable Documentation

◆ condor_label

char condor_label[1024]

Definition at line 133 of file cwb_condor_mtpe.C.

◆ cwb_condor_mtpe_jobid

int cwb_condor_mtpe_jobid =-1

Definition at line 58 of file cwb_condor_mtpe.C.

◆ cwb_condor_mtpe_offset

int cwb_condor_mtpe_offset =1

Definition at line 77 of file cwb_condor_mtpe.C.

◆ else

else
Initial value:
{
if(TString(gSystem->Getenv("CWB_CONDOR_MTPE_JOBID")).IsDigit()) {
cwb_condor_mtpe_jobid=TString(gSystem->Getenv("CWB_CONDOR_MTPE_JOBID")).Atoi();
} else {
cout << endl << "cwb_condor_mtpe Error : environment CWB_CONDOR_MTPE_JOBID is not an integer number!!!" << endl << endl;
gSystem->Exit(1);
}
}
cout << endl << "cwb_condor_mtpe Error : environment CWB_CONDOR_MTPE_JOBID is not an integer number >0 !!!" << endl << endl;
gSystem->Exit(1);
}
int cwb_condor_mtpe_trials=-1
TString("c")
int cwb_condor_mtpe_jobid

Definition at line 62 of file cwb_condor_mtpe.C.

◆ fP

FILE* fP =NULL

Definition at line 141 of file cwb_condor_mtpe.C.

◆ ofile_condor_sub

char ofile_condor_sub[1024]

Definition at line 138 of file cwb_condor_mtpe.C.

◆ singleDetector

bool singleDetector =false

Definition at line 45 of file cwb_condor_mtpe.C.