-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathjob2.py
50 lines (49 loc) · 1.55 KB
/
job2.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Job (
inputdata = CRABDataset (
inputdata = '/GenericTTbar/HC-CMSSW_5_3_1_START53_V5-v1/GEN-SIM-RECO',
pset = '/data/hc/external/cms/crab/configurations/pf2pat_cfg.py',
workflow = 'crab_20140129_174310',
cacheurl = 'https://cmsweb.cern.ch/crabcache/file',
cachefilename = 'b813537a3eded4fb83426fa1e0d0fd6f09fe17f344371d1ad5d64607e3a1c44e.tar.gz',
publishname = '161f88b7224ebec344e685476aab1797',
savelogsflag = 0,
nonprodsw = 0,
tfileoutfiles = [],
asyncdest = 'T2_IT_Pisa',
oneEventMode = 0,
algoargs = 10,
totalunits = 0,
jobarch = 'slc5_amd64_gcc462',
publication = 0,
splitalgo = 'FileBased',
jobsw = 'CMSSW_5_3_4',
dbsurl = 'http://cmsdbsprod.cern.ch/cms_dbs_prod_global/servlet/DBSServlet',
addoutputfiles = [],
edmoutfiles = ['myroot.root'],
adduserfiles = [],
jobtype = 'Analysis',
#show_prod = 1 ,
#datasetpath = '/GenericTTbar/HC-CMSSW_5_3_1_START53_V5-v1/GEN-SIM-RECO',
#ignore_edm_output = 1,
#use_dbs_1 = 0,
#return_data = 1,
#thresholdLevel = 0,
#total_number_of_events = 300000,
#events_per_job = 10000,
#split_by_event = 1,
#jobtype = 'cmssw',
#scheduler = 'remoteGlidein',
#submit_host = 'hc',
#rb = 'HC',
#remove_default_blacklist = 1,
#target_site = 'T1_DE_KIT',
#SE_white_list = 'cmssrm-kit.gridka.de',
#retry_count = 0,
#dont_check_proxy = 1,
#xml_report = 'report.xml',
#role = 'production',
#ssh_control_persist = 'yes'
) ,
application = CRABApp () ,
backend = CRABBackend (),
)