Functions | |
def | append_sample_mcrab (dsetp, fout) |
def | check_dbs () |
def | check_dset () |
def | check_nevts_dset (dset) |
def | create_crab (ds) |
def | create_harvest (ds) |
def | create_mcrab (set, fcrab, fout) |
def | find_dqmref (ds) |
def | get_cond_from_dsetpath (ds) |
def | get_name_from_dsetpath (ds) |
def | make_dbs_list (dbslf) |
def | make_dqmname (s) |
def | make_harv_name (dset) |
def | print_def () |
def | read_ds_file () |
Variables | |
api | |
argin | |
args | |
cmssw_ver | |
crab_block | |
do_reference | |
dsetpaths | |
dsfile | |
dslproc | |
f_crab | |
Create harvest.py template. More... | |
f_multi_crab | |
Create harvest_n.py for individual datasets. More... | |
harvfilelist | |
Print what has been created. More... | |
input_type | |
is_dbs | |
optManager | |
opts | |
def harvestRelVal.append_sample_mcrab | ( | dsetp, | |
fout | |||
) |
Definition at line 215 of file harvestRelVal.py.
References find_dqmref(), get_name_from_dsetpath(), make_dqmname(), make_harv_name(), and print().
Referenced by create_mcrab().
def harvestRelVal.check_dbs | ( | ) |
Definition at line 25 of file harvestRelVal.py.
def harvestRelVal.check_dset | ( | ) |
Definition at line 97 of file harvestRelVal.py.
References check_nevts_dset(), get_cond_from_dsetpath(), and print().
def harvestRelVal.check_nevts_dset | ( | dset | ) |
def harvestRelVal.create_crab | ( | ds | ) |
def harvestRelVal.create_harvest | ( | ds | ) |
Definition at line 156 of file harvestRelVal.py.
References find_dqmref(), get_cond_from_dsetpath(), make_harv_name(), and print().
def harvestRelVal.create_mcrab | ( | set, | |
fcrab, | |||
fout | |||
) |
Definition at line 199 of file harvestRelVal.py.
References append_sample_mcrab().
def harvestRelVal.find_dqmref | ( | ds | ) |
Definition at line 122 of file harvestRelVal.py.
References make_dqmname(), print(), python.rootplot.root2matplotlib.replace(), and str.
Referenced by append_sample_mcrab(), and create_harvest().
def harvestRelVal.get_cond_from_dsetpath | ( | ds | ) |
Definition at line 48 of file harvestRelVal.py.
References spr.find(), print(), and python.rootplot.root2matplotlib.replace().
Referenced by check_dset(), and create_harvest().
def harvestRelVal.get_name_from_dsetpath | ( | ds | ) |
Definition at line 43 of file harvestRelVal.py.
References python.rootplot.root2matplotlib.replace().
Referenced by append_sample_mcrab(), and make_harv_name().
def harvestRelVal.make_dbs_list | ( | dbslf | ) |
Definition at line 66 of file harvestRelVal.py.
References print().
def harvestRelVal.make_dqmname | ( | s | ) |
Definition at line 40 of file harvestRelVal.py.
Referenced by append_sample_mcrab(), create_crab(), and find_dqmref().
def harvestRelVal.make_harv_name | ( | dset | ) |
Definition at line 212 of file harvestRelVal.py.
References get_name_from_dsetpath().
Referenced by append_sample_mcrab(), create_crab(), and create_harvest().
def harvestRelVal.print_def | ( | ) |
Definition at line 18 of file harvestRelVal.py.
References print().
def harvestRelVal.read_ds_file | ( | ) |
Definition at line 83 of file harvestRelVal.py.
References print().
harvestRelVal.api |
Definition at line 307 of file harvestRelVal.py.
harvestRelVal.argin |
Definition at line 269 of file harvestRelVal.py.
harvestRelVal.args |
Definition at line 303 of file harvestRelVal.py.
harvestRelVal.cmssw_ver |
Definition at line 310 of file harvestRelVal.py.
harvestRelVal.crab_block |
Definition at line 241 of file harvestRelVal.py.
harvestRelVal.do_reference |
Definition at line 271 of file harvestRelVal.py.
harvestRelVal.dsetpaths |
Definition at line 326 of file harvestRelVal.py.
harvestRelVal.dsfile |
Definition at line 270 of file harvestRelVal.py.
harvestRelVal.dslproc |
Definition at line 348 of file harvestRelVal.py.
harvestRelVal.f_crab |
Create harvest.py template.
Create crab.cfg template
Definition at line 358 of file harvestRelVal.py.
harvestRelVal.f_multi_crab |
Create harvest_n.py for individual datasets.
Create multicrab.cfg
Definition at line 366 of file harvestRelVal.py.
harvestRelVal.harvfilelist |
Print what has been created.
Definition at line 371 of file harvestRelVal.py.
harvestRelVal.input_type |
Definition at line 268 of file harvestRelVal.py.
harvestRelVal.is_dbs |
Definition at line 293 of file harvestRelVal.py.
harvestRelVal.optManager |
Definition at line 302 of file harvestRelVal.py.
harvestRelVal.opts |
Definition at line 303 of file harvestRelVal.py.