ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/crab.cfg
Revision: 1.29
Committed: Thu Mar 23 11:46:07 2006 UTC (19 years, 1 month ago) by fanzago
Branch: MAIN
CVS Tags: CRAB_1_0_7, CRAB_1_0_7_pre1
Changes since 1.28: +8 -0 lines
Log Message:
added PU parameters fom FAMOS

File Contents

# User Rev Content
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     jobtype = orca
16 fanzago 1.23 #jobtype = famos
17 nsmirnov 1.1 scheduler = edg
18    
19 fanzago 1.14
20 fanzago 1.23 [ORCA]
21 fanzago 1.14 ###############################
22     ####### DATA TO ANALYZE #######
23     ###############################
24 slacapra 1.2
25 nsmirnov 1.1 ## CERN
26 fanzago 1.26 #dataset = bt03_qcd50-80_2tauj
27     #owner = bt_2x1033PU761_TkMu_g133_CMS
28 nsmirnov 1.1
29     ## CNAF
30 fanzago 1.24 #dataset = bt03_ttH120_6j1l
31     #owner = bt_DST871_2x1033PU_g133_CMS
32 nsmirnov 1.1
33     ## PIC
34     #dataset = hg03b_hww_2l_140
35     #owner = hg_DST871_2x1033PU_g133_CMS
36    
37     ## FNAL
38 slacapra 1.9 # dataset = eg03_tt_2e2mu
39     # owner = eg_DST871_2x1033PU_g133_CMS
40 nsmirnov 1.1
41     ## LNL
42 fanzago 1.20 #dataset = mu03_W1mu
43     #owner = mu_DST861_2_3_2x1033PU_g132_CMS
44 nsmirnov 1.1
45 fanzago 1.26 #dataset = mu03_W1mu
46     #owner = mu_DST861_2_3_2x1033PU_g132_CMS
47    
48 nsmirnov 1.1 ## BA
49 fanzago 1.26 dataset = bt03_tt_pureleptonic_etau
50     owner = bt_DST871_2x1033PU_g133_CMS
51 nsmirnov 1.1
52 fanzago 1.26 #dataset = mu04_DY2mu_Mll1500
53     #owner = mu_DST871_2x1033PU_g133_OSC
54 nsmirnov 1.1
55     ### Data Tier to be accessed.
56     ### Possible candidates are: DST, Digi, Hit (Comma separated list, mind the case!)
57 fanzago 1.11 #data_tier = DST,Digi,Hit
58 fanzago 1.26 data_tier = DST
59 nsmirnov 1.1
60 slacapra 1.17 ### Order of the catalogs on .orcarc : do not change unless you know what you are doing!
61     #order_catalogs =
62 fanzago 1.14
63     ###############################
64     ####### ORCA EXECUTABLE #######
65     ###############################
66 slacapra 1.18
67 fanzago 1.14 ## User must provide the executable into his personal scram area
68     executable = ExDSTStatistics
69    
70     ## or the script that calls the executable...
71     #script_exe = /home/fanzago/CRAB/UserTools/src/orca_script.sh
72 slacapra 1.18
73 fanzago 1.14 ## Output files produced by executable: comma separated list, can be empty but mut be present!
74 fanzago 1.28 output_file = dststatistics.aida
75 slacapra 1.18
76 fanzago 1.14
77     ###############################
78     ########## ORCA CARD ##########
79     ###############################
80 slacapra 1.18
81 slacapra 1.17 ## orcarc card provided by user (if not in current directory, the full path
82 fanzago 1.14 ## must to be provided) NB the file must exist (could be empty)
83 fanzago 1.23 orcarc_file = orca_orcarc.main
84    
85    
86     [FAMOS]
87    
88     ###############################
89     ###### FAMOS INPUT DATA #######
90     ###############################
91    
92 fanzago 1.24 ### LFN of the input file registered into the LFC catalog
93 fanzago 1.23 input_lfn = georgia/su05_pyt_lm6.ntpl
94    
95 fanzago 1.29 ### number of events per ntuple
96     events_per_ntuple = 250
97    
98     ### LFN for the input pile-up ntuples (already registered to LFC)
99     input_pu_lfn = gia/mu05b_MBforPU_20200000.ntpl
100    
101     ### number of pile-up ntuples accessed per job
102     number_pu_ntuples = 2
103 fanzago 1.23 ###############################
104     ###### FAMOS EXECUTABLE #######
105     ###############################
106    
107     ## User must provide the executable into his personal scram area
108     executable = ExRootAnalysisFamos
109    
110     ## or the script that calls the executable...
111     #script_exe = /home/fanzago/CRAB/UserTools/src/orca_script.sh
112    
113     ## Output files produced by executable: comma separated list, can be empty but mut be present!
114     output_file = test.root
115    
116    
117     ###############################
118     ########## FAMOS CARD ##########
119     ###############################
120    
121     ## orcarc card provided by user (if not in current directory, the full path
122     ## must to be provided) NB the file must exist (could be empty)
123     orcarc_file = famos_orcarc.main
124    
125    
126     [USER]
127     ################################
128     #### additional input file #####
129     ################################
130    
131 fanzago 1.25 ## files to be put in InputSandBox, with full path: comma separated list
132     #additional_input_files = /home_local/fanzago/fede.txt, /home_local/fanzago/fede.prova
133 fanzago 1.23
134    
135     ###############################
136     ### JOB EVENTS/JOB SPLITTING ##
137     ###############################
138 slacapra 1.18
139 fanzago 1.14 ## First event to analyze: default is 0
140 slacapra 1.18 #first_event = 0
141    
142 fanzago 1.14 ## Total number of events to analyze: -1==all
143     total_number_of_events = 100
144 slacapra 1.18
145 fanzago 1.14 ## Number of events for each job
146     job_number_of_events = 10
147 slacapra 1.18
148 slacapra 1.5 ### Total number of jobs to be created: incompatible with previous "job_number_of_events"
149 slacapra 1.18 #total_number_of_jobs = 100
150 slacapra 1.5
151 fanzago 1.14 #################################
152     ######### CRAB DIR ############
153     #################################
154 slacapra 1.17
155 fanzago 1.20 ## Name of UI directory where CRAB will create job to submit (with full path).
156 fanzago 1.14 ## If commented, the default directory will be "crab_0_data_time"
157 fanzago 1.20 #ui_working_dir = /full_path/mu03_DY2mu
158     #ui_working_dir : /full_path/%(dataset)s
159 nsmirnov 1.1
160 fanzago 1.14 #################################
161     #### JOB OUTPUT MANAGEMENT #####
162     #################################
163    
164 fanzago 1.23 ### RETRIEVE JOB OUTPUT INTO UI ###
165     ## to have back the job executable output into UI (return_data= 1)
166 fanzago 1.14 return_data = 1
167    
168     ### If return_data = 1 ###
169 fanzago 1.23 ## UI directory where to store the CMS executable output
170 nsmirnov 1.1 ## FULL path is mandatory. If none <ui_working_dir>/res will be used.
171 fanzago 1.20 #outputdir=/home/fanzago/CRAB/Crab/python/out_orca
172 nsmirnov 1.1
173 fanzago 1.14 ### If return_data = 1 ###
174     ## UI directory where to store the stderr, stdout and .BrokerInfo of submitted jobs
175     ## FULL path is mandatory. If none <ui_working_dir>/res will be used.
176     #logdir=/home/fanzago/CRAB/UserTools/src/grid_job_log
177 slacapra 1.18
178 fanzago 1.23 ### COPY JOB OUTPUT INTO A SE ###
179     ## if you want to copy the CMS executable output into a SE (i:e castor)
180 fanzago 1.14 ### WARNING: if the copy fails and return_data = 0, the output is lost
181     #copy_data = 1
182    
183     ### if copy_data = 1 ###
184 fanzago 1.23 ## name of the SE where to copy the CMS executable output.
185 fanzago 1.14 #storage_element = castorgrid.cern.ch
186     ## and the SE directory (or the mountpoint) that has to be writable from all
187 fanzago 1.20 #storage_path = /castor/cern.ch/user/u/user
188 slacapra 1.18
189 fanzago 1.23 ### REGISTER JOB OUTPUT IN THE LFC CATALOG ###
190     ## if you want also to register the CMS executable output into the LFC catalog
191 fanzago 1.14 ## WARNING: to use with copy_data = 1
192     #register_data = 1
193 slacapra 1.18
194 fanzago 1.14 ### if register_data = 1
195 fanzago 1.23 ## If you register the CMS output file into the LFC catalog, this is the first part of LFN
196 fanzago 1.14 ### example LFN="lfn_dir"/"output_file"
197 fanzago 1.20 #lfn_dir = MyDirLFN
198 fanzago 1.14
199     #################################
200     ####### JOB MONITORING ### #####
201     #################################
202 nsmirnov 1.1
203 slacapra 1.10
204 slacapra 1.17 ### Use central BOSS DB instead of one for each task: the DB must be already been setup!
205 slacapra 1.19 use_central_bossDB = 0
206 slacapra 1.15
207 slacapra 1.17 ### Use Boss RealTime monitoring
208 fanzago 1.20 use_boss_rt = 1
209 slacapra 1.17
210 fanzago 1.23
211 nsmirnov 1.1 [EDG]
212 fanzago 1.23 ################################
213     ###### EDG specific stuff ######
214     ################################
215 slacapra 1.17
216 nsmirnov 1.1 # LCG middleware version installed on testbed
217     lcg_version = 2
218    
219 fanzago 1.23 ## to change the CMS-broker RB (download these files from crab web page)
220 fanzago 1.14 #config_vo = /home/fanzago/edg_wl_ui.conf.CMS_CERN
221     #config = /home/fanzago/edg_wl_ui_cmd_var.conf.CMS_CERN
222 slacapra 1.17
223 fanzago 1.14 ## to add other requirements to jdl file, as example the Operating System
224     #requirements = (other.GlueHostOperatingSystemName == "RedHat")
225 slacapra 1.17
226 fanzago 1.14 ## cpu time and wall_clock_time(=real time) in minutes. Written into the jdl file
227     #max_cpu_time = 60
228 fanzago 1.26 #max_wall_clock_time = 60
229 slacapra 1.17
230 slacapra 1.9 ## CE Black List: all the CE whose name contains the following strings (comma
231     ## separated list) will not be considered for submission.
232     ## Use the dns domain (eg fnal, cern, ifae, fzk, cnaf, lnl,....)
233 fanzago 1.20 #CE_black_list = cern
234 slacapra 1.17
235     ## CE White List: only the CE whose name contains the following strings (comma
236     ## separated list) will be considered for submission.
237     ## Use the dns domain (eg fnal, cern, ifae, fzk, cnaf, lnl,....)
238 fanzago 1.26 #CE_white_list = cern
239 slacapra 1.17
240 fanzago 1.14 ## fields written into jdl
241     virtual_organization = cms
242 slacapra 1.17
243     ## number or retry count
244 fanzago 1.14 retry_count = 0
245 fanzago 1.21
246 fanzago 1.23 ## LFC catalog parameters
247 fanzago 1.22 lcg_catalog_type = lfc
248 fanzago 1.21 lfc_host = lfc-cms-test.cern.ch
249     lfc_home = /grid/cms