1 |
#---------------------------------------------------------------------------------------------------
|
2 |
# List of paramters to be properly replaced
|
3 |
#
|
4 |
# - XX-SCHED-XX - scheduler to use for crab job submission
|
5 |
# - XX-BLACKLIST-XX - blacklisted CEs
|
6 |
# - XX-DBS-XX - dbs instance to use
|
7 |
# - XX-CMSDATASET-XX - full CMS dataset name (ex. /JPsi/CSA08_1PB_V2_RECO_v1/GEN-SIM-RECO)
|
8 |
# - XX-MITDATASET-XX - corresponding MIT dataset name (ex. csa08-1ipb-jpsi)
|
9 |
# - XX-CMSSWPY-XX - cmssw python file
|
10 |
# - XX-MITCFG-XX - configuration file used
|
11 |
# - XX-MITVERSION-XX - version of the production
|
12 |
# - XX-MITSE-XX - storage element for the output
|
13 |
# - XX-MITSPATH-XX - storage path for the output
|
14 |
# - XX-MITRDIR-XX - user remote directory for the output
|
15 |
# - XX-NEVENTS-XX - number of events per job
|
16 |
#
|
17 |
#---------------------------------------------------------------------------------------------------
|
18 |
[CRAB]
|
19 |
jobtype = cmssw
|
20 |
scheduler = XX-SCHED-XX
|
21 |
|
22 |
[CMSSW]
|
23 |
datasetpath = None
|
24 |
pset = XX-CMSSWPY-XX
|
25 |
total_number_of_events = 100000
|
26 |
number_of_jobs = XX-NEVENTS-XX
|
27 |
output_file = XX-MITDATASET-XX_000.root
|
28 |
dbs_url = XX-DBS-XX
|
29 |
|
30 |
[USER]
|
31 |
script_exe = run.sh
|
32 |
return_data = 0
|
33 |
copy_data = 1
|
34 |
additional_input_files = wCfg.py,storageTarget,XX-MITDATASET-XX*lfns_XX-CRABID-XX
|
35 |
storage_element = XX-MITSE-XX
|
36 |
storage_path = XX-MITSPATH-XX
|
37 |
user_remote_dir = XX-MITRDIR-XX/XX-MITCFG-XX/XX-MITVERSION-XX/XX-MITDATASET-XX/XX-CRABID-XX
|
38 |
|
39 |
[GRID]
|
40 |
rb = CERN
|
41 |
ce_black_list = XX-BLACKLIST-XX
|
42 |
remove_default_blacklist = 1
|
43 |
maxtarballsize = 100
|