Variables | |
tuple | api = DbsApi(opts.__dict__) |
string | crab_block |
tuple | crab_cfg = open(crab_name, 'w') |
string | crab_name = "crab.cfg" |
list | dsetpath = sys.argv[1] |
string | fin_name = "harvest_HARVESTING_STARTUP.py" |
int | nevtref = 9000 |
int | njobs = 1 |
tuple | optManager = DbsOptionParser() |
tuple | pyout = open(pyout_name, 'a') |
string | pyout_name = "harvest.py" |
string | raw_cmsdriver = "cmsDriver.py harvest -s HARVESTING:validationHarvesting --mc --conditions FrontierConditions_GlobalTag,STARTUP_30X::All --harvesting AtJobEnd --no_exec -n -1" |
string | rootfile = "DQM_V0001_R000000001" |
int | totnevts = 0 |
tuple doHarvest::api = DbsApi(opts.__dict__) |
Definition at line 42 of file doHarvest.py.
string doHarvest::crab_block |
00001 """ 00002 [CRAB] 00003 jobtype = cmssw 00004 scheduler = glite 00005 #server_name = 00006 00007 [EDG] 00008 remove_default_blacklist=1 00009 rb = CERN 00010 00011 [USER] 00012 return_data = 0 00013 copy_data = 1 00014 storage_element=srm-cms.cern.ch 00015 storage_path=/srm/managerv2?SFN=/castor/cern.ch/ 00016 user_remote_dir=/user/n/nuno/relval/harvest/ 00017 publish_data=0 00018 thresholdLevel=70 00019 eMail=nuno@cern.ch 00020 00021 [CMSSW] 00022 total_number_of_events=-1 00023 show_prod = 1 00024 """
Definition at line 90 of file doHarvest.py.
tuple doHarvest::crab_cfg = open(crab_name, 'w') |
Definition at line 119 of file doHarvest.py.
string doHarvest::crab_name = "crab.cfg" |
Definition at line 115 of file doHarvest.py.
list doHarvest::dsetpath = sys.argv[1] |
Definition at line 33 of file doHarvest.py.
string doHarvest::fin_name = "harvest_HARVESTING_STARTUP.py" |
Definition at line 69 of file doHarvest.py.
int doHarvest::nevtref = 9000 |
Definition at line 54 of file doHarvest.py.
int doHarvest::njobs = 1 |
Definition at line 53 of file doHarvest.py.
tuple doHarvest::optManager = DbsOptionParser() |
Definition at line 40 of file doHarvest.py.
tuple doHarvest::pyout = open(pyout_name, 'a') |
Definition at line 73 of file doHarvest.py.
string doHarvest::pyout_name = "harvest.py" |
Definition at line 70 of file doHarvest.py.
string doHarvest::raw_cmsdriver = "cmsDriver.py harvest -s HARVESTING:validationHarvesting --mc --conditions FrontierConditions_GlobalTag,STARTUP_30X::All --harvesting AtJobEnd --no_exec -n -1" |
Definition at line 61 of file doHarvest.py.
string doHarvest::rootfile = "DQM_V0001_R000000001" |
Definition at line 122 of file doHarvest.py.
int doHarvest::totnevts = 0 |
Definition at line 50 of file doHarvest.py.