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

Functions

TB checkFile (gSystem->Getenv("CWB_ROOTLOGON_FILE"))
 
TB checkFile (gSystem->Getenv("CWB_PARAMETERS_FILE"))
 
TB checkFile (gSystem->Getenv("CWB_UPARAMETERS_FILE"))
 
cout<< endl;cout<< cmd<< endl;gSystem-> Exec (cmd)
 
 exit (0)
 
 sprintf (www_label,((TObjString *) token->At(token->GetEntries() -1)) ->GetString().Data())
 
 sprintf (cmd,"mkdir %s/%s", www_dir, www_label)
 
 sprintf (cmd,"ln -s %s/%s %s/%s", work_dir, pp_dir, www_dir, www_label)
 

Variables

char cmd [256]
 
TObjArray * token = TString(work_dir).Tokenize(TString("/"))
 
char www_label [512]
 

Function Documentation

◆ checkFile() [1/3]

TB checkFile ( gSystem->  Getenv"CWB_ROOTLOGON_FILE")

◆ checkFile() [2/3]

TB checkFile ( gSystem->  Getenv"CWB_PARAMETERS_FILE")

◆ checkFile() [3/3]

TB checkFile ( gSystem->  Getenv"CWB_UPARAMETERS_FILE")

◆ Exec()

cout<< endl; cout << cmd << endl; gSystem-> Exec ( cmd  )

◆ exit()

exit ( )

◆ sprintf() [1/3]

sprintf ( www_label  ,
((TObjString *) token->At(token->GetEntries() -1)) ->GetString().Data()   
)

◆ sprintf() [2/3]

sprintf ( cmd  ,
"mkdir %s/%s ,
www_dir  ,
www_label   
)

◆ sprintf() [3/3]

sprintf ( cmd  ,
"ln -s %s/%s %s/%s ,
work_dir  ,
pp_dir  ,
www_dir  ,
www_label   
)

Variable Documentation

◆ cmd

char cmd[256]

Definition at line 33 of file cwb_publish_postprod.C.

◆ token

TObjArray* token = TString(work_dir).Tokenize(TString("/"))

Definition at line 30 of file cwb_publish_postprod.C.

◆ www_label

char www_label[512]

Definition at line 29 of file cwb_publish_postprod.C.