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
51
52
53
54
55
56
57
58
59
60
61
62
63
|
[CRAB]
jobtype = cmssw
scheduler = CAF
### NOTE: just setting the server_name (server_pi, server_lnl etc etc )
### crab will submit the jobs to the server...
server_name = caf
[CMSSW]
dls_phedex_url = http://cmsweb.cern.ch/phedex/datasvc/xml/prod/
### The data you want to access (to be found on DBS)
datasetpath=DATASETPATHTEMPLATE
runselection=RUNNUMBERTEMPLATE
### The ParameterSet you want to use
pset=DTkFactValidation_1_cfg.py
### Splitting parameters
total_number_of_events=1000000
events_per_job = 20000
#number_of_jobs = 100
### The output files (comma separated list)
#output_file = residuals.root,DQM.root
output_file = residuals.root,DQM.root
[USER]
### Additional input files
#additional_input_files = /afs/cern.ch/cms/CAF/CMSALCA/ALCA_MUONCALIB/DTCALIB/RUNPERIODTEMPLATE/ttrig/ttrig_DUMPDBTEMPL_RUNNUMBERTEMPLATE.db
### OUTPUT files Management
## output back into UI
return_data = 1
### OUTPUT files INTO A SE
copy_data = 0
storage_element = srm.cern.ch
storage_path = /castor/cern.ch/user/u/user
#if server mode = 1
#thresholdLevel = 85
eMail = EMAILTEMPLATE
[GRID]
## RB/WMS management:
rb = CNAF
## Black and White Lists management:
## By Storage
#se_black_list =
#se_white_list =
## By ComputingElement
#ce_black_list =
#ce_white_list =
ce_white_list = CERN
#[CAF]
#queue = cmsexpress
|