CMS 3D CMS Logo

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

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
 

Variable Documentation

tuple doHarvest.api = DbsApi(opts.__dict__)

Definition at line 42 of file doHarvest.py.

string doHarvest.crab_block
Initial value:
1 = """
2 [CRAB]
3 jobtype = cmssw
4 scheduler = glite
5 #server_name =
6 
7 [EDG]
8 remove_default_blacklist=1
9 rb = CERN
10 
11 [USER]
12 return_data = 0
13 copy_data = 1
14 storage_element=srm-cms.cern.ch
15 storage_path=/srm/managerv2?SFN=/castor/cern.ch/
16 user_remote_dir=/user/n/nuno/relval/harvest/
17 publish_data=0
18 thresholdLevel=70
19 eMail=nuno@cern.ch
20 
21 [CMSSW]
22 total_number_of_events=-1
23 show_prod = 1
24 """

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.