ATLAS Offline Software
Namespaces | Functions | Variables
sim_reg_test.py File Reference

Go to the source code of this file.

Namespaces

 sim_reg_test
 

Functions

def sim_reg_test.checkStatus (path, days=1)
 
def sim_reg_test.get_recent (path)
 get the recent tag### More...
 
def sim_reg_test.eoscp (filename, jobname, tag, store_tag, release)
 Add EOS prefix###. More...
 

Variables

string sim_reg_test.__author__ = 'FFF'
 
string sim_reg_test.__doc__ = 'FFF'
 
bool sim_reg_test.dryrun = False
 
 sim_reg_test.pwd = os.getcwd()
 main More...
 
 sim_reg_test.argv = pwd.split('/')
 
string sim_reg_test.corr_path = '/'.join(argv)
 
def sim_reg_test.recent_rel = get_recent(corr_path)
 Find a release to use as a reference. More...
 
string sim_reg_test.this_rel = "rel_X"
 
int sim_reg_test.pos = 9
 Construct the reference directory path. More...
 
string sim_reg_test.valPath = '/'.join(argv)
 
string sim_reg_test.refPath = '/'.join(argv)
 
string sim_reg_test.file_name = '.root'
 
string sim_reg_test.store_tag = ''
 
list sim_reg_test.compfiles = ['ISFBroker.root']
 
list sim_reg_test.file_list_ref = compfiles[:]
 clean up files More...
 
list sim_reg_test.file_list_val = compfiles[:]
 
 sim_reg_test.file_status_val
 
 sim_reg_test.days
 
bool sim_reg_test.file_root = False
 
 sim_reg_test.name
 
 sim_reg_test.suffix = f
 
string sim_reg_test.cmd = 'cp'+' '+valPath+'/'+f+' '+'today.'+store_tag+".root"
 
bool sim_reg_test.file_status_ref = False
 
list sim_reg_test.file_list_ref_orig = file_list_ref
 
 sim_reg_test.days_ref
 
def sim_reg_test.previous_rel = recent_rel