Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 ( TString(condor_tag)  = ="")

Definition at line 8 of file cwb_condor_mtpe.C.

if ( nIFO  = =1)

Definition at line 28 of file cwb_condor_mtpe.C.

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

Definition at line 41 of file cwb_condor_mtpe.C.

if ( simulation  = =4 && nfactor,
 
)

Definition at line 62 of file cwb_condor_mtpe.C.

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

Definition at line 76 of file cwb_condor_mtpe.C.

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

Definition at line 124 of file cwb_condor_mtpe.C.

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

Variable Documentation

char condor_label[1024]

Definition at line 115 of file cwb_condor_mtpe.C.

int cwb_condor_mtpe_jobid =-1

Definition at line 40 of file cwb_condor_mtpe.C.

int cwb_condor_mtpe_offset =1

Definition at line 59 of file cwb_condor_mtpe.C.

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 44 of file cwb_condor_mtpe.C.

FILE* fP =NULL

Definition at line 123 of file cwb_condor_mtpe.C.

char ofile_condor_sub[1024]

Definition at line 120 of file cwb_condor_mtpe.C.

bool singleDetector =false

Definition at line 27 of file cwb_condor_mtpe.C.