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
|
[CRAB]
jobtype = cmssw
scheduler = caf
[CMSSW]
### The data you want to access (to be found on DBS)
#datasetpath=/ttbar_inclusive_TopRex/CMSSW_1_3_1-Spring07-1122/GEN-SIM-DIGI-RECO
#datasetpath=None
#datasetpath=/Calo/Commissioning09-PromptReco-v6/RECO
#datasetpath=/ExpressPhysics/BeamCommissioning09-Express-v2/FEVT
datasetpath=/MinBias/Summer09-STARTUP3X_V8D_900GeV-v1/GEN-SIM-RECO
#datasetpath=/MinBias/Summer09-DESIGN_3X_V8A_900GeV-v1/GEN-SIM-RECO
#runselection=108290
#runselection=121964
#runselection=122045
#runselection=122314
#runselection=14621-14624
### The ParameterSet you want to use
pset=run_PromptAna_CAF.py
### Splitting parameters
total_number_of_events=-1
#total_number_of_events=10
events_per_job = 50000
#number_of_jobs = 1
### The output files (comma separated list)
output_file = jetMETMonitoring_test.root,reco_DQM_test.root
[USER]
#additional_input_files = inputfile_BeamHaloExpress_120015.txt
## OUTPUT files Management
## output back into UI
return_data = 0
### OUTPUT files INTO A SE
copy_data = 1
### if you want to copy your data to your area in castor at cern
### or in a "not official CMS site" you have to specify the complete name of SE
storage_element=srm-cms.cern.ch
### this directory is the mountpoin of SE
storage_path=/castor/cern.ch
### directory or tree of directory under the mounpoint
user_remote_dir=/user/a/apresyan/test
[EDG]
## RB/WMS management:
rb = CERN
|