CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
cmsStageWithFailover Namespace Reference

Variables

list argv = sys.argv[1:]
 
list dest = args[1]
 
tuple destination = cmsFile( args[1], "stageout" )
 
int return_code = 0
 
list sleep_lengths = [1,10,60,600,1800]
 
tuple source = cmsFile( args[0], "rfio" )
 

Variable Documentation

list cmsStageWithFailover.argv = sys.argv[1:]

Definition at line 16 of file cmsStageWithFailover.py.

tuple cmsStageWithFailover.dest = args[1]

Definition at line 27 of file cmsStageWithFailover.py.

tuple cmsStageWithFailover.destination = cmsFile( args[1], "stageout" )
int cmsStageWithFailover.return_code = 0

Definition at line 32 of file cmsStageWithFailover.py.

list cmsStageWithFailover.sleep_lengths = [1,10,60,600,1800]

Definition at line 31 of file cmsStageWithFailover.py.

tuple cmsStageWithFailover.source = cmsFile( args[0], "rfio" )

Definition at line 22 of file cmsStageWithFailover.py.