babymaker
e95a6a9342d4604277fe7cc6149b6b5b24447d89
|
Variables | |
tuple | parser = argparse.ArgumentParser() |
tuple | args = parser.parse_args() |
list | datasets = [] |
tuple | host = os.environ.get("HOSTNAME") |
string | hadoop = '/mnt/hadoop/cms' |
tuple | flistdir = os.path.join(os.getenv("CMSSW_BASE"),"src/flists/") |
tuple | tags = string.split(ds,'/') |
list | dsname = tags[1] |
tuple | campaign = (string.split(tags[2],'-')) |
list | reco = tags[2] |
list | filetype = tags[3] |
tuple | this_fdicts = das.getFilesInfo(ds, wanted_keys = ['name','size','nevents']) |
tuple | nfiles = len(this_fdicts) |
string | fnm = flistdir+'/' |
do_chmod = True | |
tuple | f = open(fnm,"w") |
int | nent_local = 0 |
int | nent = 0 |
int | nfiles_local = 0 |
string | runlist = '' |
tuple get_flist.args = parser.parse_args() |
Definition at line 14 of file get_flist.py.
tuple get_flist.campaign = (string.split(tags[2],'-')) |
Definition at line 49 of file get_flist.py.
tuple get_flist.datasets = [] |
Definition at line 16 of file get_flist.py.
get_flist.do_chmod = True |
Definition at line 64 of file get_flist.py.
list get_flist.dsname = tags[1] |
Definition at line 48 of file get_flist.py.
tuple get_flist.f = open(fnm,"w") |
Definition at line 67 of file get_flist.py.
list get_flist.filetype = tags[3] |
Definition at line 51 of file get_flist.py.
tuple get_flist.flistdir = os.path.join(os.getenv("CMSSW_BASE"),"src/flists/") |
Definition at line 39 of file get_flist.py.
string get_flist.fnm = flistdir+'/' |
Definition at line 63 of file get_flist.py.
string get_flist.hadoop = '/mnt/hadoop/cms' |
Definition at line 35 of file get_flist.py.
tuple get_flist.host = os.environ.get("HOSTNAME") |
Definition at line 28 of file get_flist.py.
list get_flist.nent = 0 |
Definition at line 69 of file get_flist.py.
Referenced by main().
list get_flist.nent_local = 0 |
Definition at line 68 of file get_flist.py.
tuple get_flist.nfiles = len(this_fdicts) |
Definition at line 58 of file get_flist.py.
int get_flist.nfiles_local = 0 |
Definition at line 70 of file get_flist.py.
tuple get_flist.parser = argparse.ArgumentParser() |
Definition at line 11 of file get_flist.py.
list get_flist.reco = tags[2] |
Definition at line 50 of file get_flist.py.
string get_flist.runlist = '' |
Definition at line 72 of file get_flist.py.
tuple get_flist.tags = string.split(ds,'/') |
Definition at line 47 of file get_flist.py.
tuple get_flist.this_fdicts = das.getFilesInfo(ds, wanted_keys = ['name','size','nevents']) |
Definition at line 57 of file get_flist.py.