1 |
nsmirnov |
1.1 |
[CRAB]
|
2 |
|
|
#
|
3 |
|
|
# This section contains the default values for general parameters.
|
4 |
|
|
# They can be set also as a command-line option, i.e.
|
5 |
|
|
#
|
6 |
|
|
# key1 = value1
|
7 |
|
|
# key2 = value2
|
8 |
|
|
#
|
9 |
|
|
# in this section corresponds to
|
10 |
|
|
#
|
11 |
|
|
# crab.py -key1=value1 -key2=value2
|
12 |
|
|
#
|
13 |
|
|
# in the command line.
|
14 |
|
|
#
|
15 |
|
|
create = 0
|
16 |
|
|
|
17 |
|
|
jobtype = orca
|
18 |
|
|
scheduler = edg
|
19 |
|
|
|
20 |
|
|
[USER]
|
21 |
slacapra |
1.7 |
dataset = mu03_DY2mu
|
22 |
|
|
owner = mu_DST871_2x1033PU_g133_CMS
|
23 |
nsmirnov |
1.1 |
|
24 |
|
|
### dataset and owner to analyze
|
25 |
slacapra |
1.7 |
# dataset = sm05_st_s_lvb
|
26 |
|
|
# owner = sm_DST8713_2x1033PU_g133_OSC
|
27 |
slacapra |
1.5 |
#dataset = eg03_gamjet
|
28 |
|
|
#owner = eg_2x1033PU761_TkMu_g133_CMS
|
29 |
slacapra |
1.2 |
|
30 |
nsmirnov |
1.1 |
## CERN
|
31 |
|
|
# dataset = bt03_qcd50-80_2tauj
|
32 |
|
|
# owner = bt_2x1033PU761_TkMu_g133_CMS
|
33 |
|
|
|
34 |
|
|
## CNAF
|
35 |
|
|
# dataset = bt03_ttH120_6j1l
|
36 |
|
|
# owner = bt_DST871_2x1033PU_g133_CMS
|
37 |
|
|
|
38 |
|
|
## PIC
|
39 |
|
|
#dataset = hg03b_hww_2l_140
|
40 |
|
|
#owner = hg_DST871_2x1033PU_g133_CMS
|
41 |
|
|
# dataset = hg03b_hww_2l_165
|
42 |
|
|
# owner = hg_DST871_2x1033PU_g133_CMS
|
43 |
|
|
|
44 |
|
|
## FNAL
|
45 |
|
|
# dataset = eg03_tt_2e2mu
|
46 |
|
|
# owner = eg_DST871_2x1033PU_g133_CMS
|
47 |
|
|
|
48 |
|
|
## LNL
|
49 |
slacapra |
1.6 |
# dataset = mu05_cosmic_surface_bfield_off
|
50 |
|
|
# owner = mu_NoPU871_TkMu_2_g133_OSC
|
51 |
slacapra |
1.3 |
# dataset = mu03_bb2mu
|
52 |
|
|
# owner = mu_DST871_2x1033PU_g133_CMS
|
53 |
nsmirnov |
1.1 |
# dataset = mu03_tt2mu
|
54 |
|
|
# owner = mu_DST871_2x1033PU_g133_OSC
|
55 |
|
|
# dataset = mu03_W1mu
|
56 |
|
|
# owner = mu_DST861_2_3_2x1033PU_g132_CMS
|
57 |
|
|
|
58 |
|
|
## BA
|
59 |
|
|
# dataset = bt03_tt_pureleptonic_etau
|
60 |
|
|
# owner = bt_DST871_2x1033PU_g133_CMS
|
61 |
|
|
|
62 |
|
|
|
63 |
|
|
### User must provide the executable into his personal scram area
|
64 |
slacapra |
1.7 |
#executable = ExDigiStatistics
|
65 |
|
|
executable = ExDSTStatistics
|
66 |
nsmirnov |
1.1 |
|
67 |
|
|
### Data Tier to be accessed.
|
68 |
|
|
### Possible candidates are: DST, Digi, Hit (Comma separated list, mind the case!)
|
69 |
|
|
### The data tier corresponding to the requested owner is the default, other
|
70 |
|
|
### Tier (parents) can be accessed provided they are published in the same site as
|
71 |
|
|
### primaty data tier. MCInfo are inside Hit
|
72 |
slacapra |
1.7 |
data_tier = DST,Digi,Hit
|
73 |
|
|
#data_tier = Digi,Hit
|
74 |
nsmirnov |
1.1 |
|
75 |
|
|
### orcarc card provided by user (if not into current directory, the full path
|
76 |
|
|
### must to be provided) NB the file must exist (could be empty)
|
77 |
|
|
orcarc_file = orcarc.main
|
78 |
|
|
|
79 |
|
|
### First event to analyze: default is 0
|
80 |
slacapra |
1.7 |
#first_event = 100
|
81 |
nsmirnov |
1.1 |
### Total number of events to analyze: -1==all
|
82 |
slacapra |
1.5 |
total_number_of_events = -1
|
83 |
nsmirnov |
1.1 |
### Number of events for each job
|
84 |
slacapra |
1.6 |
#job_number_of_events = 1000
|
85 |
slacapra |
1.5 |
### Total number of jobs to be created: incompatible with previous "job_number_of_events"
|
86 |
slacapra |
1.7 |
total_number_of_jobs = 100
|
87 |
slacapra |
1.5 |
|
88 |
nsmirnov |
1.1 |
### Output files produced by executable: these files will be bring back by
|
89 |
|
|
### autoretrieve/monitor command.
|
90 |
|
|
### Comma separated list, can be empty but mut be present!
|
91 |
|
|
output_file = dststatistics.aida
|
92 |
|
|
|
93 |
|
|
### additional files to be put in InputSandBox and sent with the jobs
|
94 |
|
|
### a comma separated list
|
95 |
|
|
#additional_input_files =
|
96 |
|
|
|
97 |
|
|
### Name of directory where crab will create job to submit.
|
98 |
|
|
### If commented, the default directory will be "crab_0_data_time"
|
99 |
slacapra |
1.7 |
#ui_working_dir = mu03_DY2mu
|
100 |
|
|
#ui_working_dir : %(dataset)s
|
101 |
nsmirnov |
1.1 |
|
102 |
|
|
### directory where to put the GRID job output (if option monitor|autoretrieve is used)
|
103 |
|
|
## FULL path is mandatory. If none <ui_working_dir>/res will be used.
|
104 |
|
|
#outputdir=PIC
|
105 |
|
|
### ditto for log
|
106 |
|
|
#logdir=PIC
|
107 |
|
|
|
108 |
|
|
# specify how to build exe/libs: tgz -- from user's tarball
|
109 |
|
|
build_mode = tgz
|
110 |
|
|
### name of executable archive. If empty, "default.tgz" is used
|
111 |
|
|
tgz =
|
112 |
|
|
|
113 |
|
|
### SE subdirectory where to put the produced output
|
114 |
|
|
### (subdirectory into the directory where "CMS" can write):
|
115 |
|
|
### used only with -register_data option
|
116 |
|
|
### example: name_of_SE/mountpoint_for_cms/output_storage_subdir/output_file
|
117 |
|
|
#output_storage_subdir = fede/orca/26_11_2004/
|
118 |
|
|
|
119 |
|
|
### JAM monitoring ###
|
120 |
|
|
### jam perl to send in InputSandbox:
|
121 |
|
|
#run_jam = send.pl
|
122 |
|
|
### name of output of JAM:
|
123 |
|
|
#output_jam = ciao
|
124 |
|
|
|
125 |
|
|
[EDG]
|
126 |
|
|
#
|
127 |
|
|
# This section contains EDG specific stuff.
|
128 |
|
|
#
|
129 |
|
|
# LCG middleware version installed on testbed
|
130 |
|
|
lcg_version = 2
|
131 |
|
|
|
132 |
|
|
# fields written into jdl
|
133 |
|
|
virtual_organization = cms
|
134 |
|
|
retry_count = 0
|
135 |
|
|
|
136 |
|
|
# in order to change RB and LB
|
137 |
slacapra |
1.5 |
config_vo = edg_wl_ui.conf.CMS_CNAF
|
138 |
|
|
config = edg_wl_ui_cmd_var.conf.CMS_CNAF
|
139 |
nsmirnov |
1.1 |
|
140 |
|
|
### Default storage element and path to save produced data.
|
141 |
|
|
#storage_element = gridit002.pd.infn.it
|
142 |
slacapra |
1.5 |
#storage_path = /flatfiles//SE00/cms/
|