ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitProd/Processing/filefi/014/crab.cfg
Revision: 1.5
Committed: Mon Sep 19 21:38:38 2011 UTC (13 years, 7 months ago) by paus
Branch: MAIN
CVS Tags: Mit_032, Mit_031, Mit_025c_branch2, Mit_025c_branch1, Mit_030, Mit_029c, Mit_029b, Mit_030_pre1, Mit_029a, Mit_029, Mit_029_pre1, Mit_028a, Mit_025c_branch0, Mit_028, Mit_027a, Mit_027, Mit_026, Mit_025e, Mit_025d, Mit_025c, Mit_025b, Mit_025a, Mit_025, Mit_025pre2, HEAD
Branch point for: Mit_025c_branch
Changes since 1.4: +0 -0 lines
Error occurred while calculating annotation data.
Log Message:
reinstating filefi

File Contents

# Content
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-NEVENTS-XX - number of events per job
13 #
14 #---------------------------------------------------------------------------------------------------
15 [CRAB]
16 jobtype = cmssw
17 scheduler = XX-SCHED-XX
18
19 [CMSSW]
20 datasetpath = None
21 ## datasetpath = XX-CMSDATASET-XX
22 pset = XX-CMSSWPY-XX
23 #total_number_of_events = -1
24 total_number_of_events = 100000
25 #events_per_job = XX-NEVENTS-XX
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 = writeCfg.py,XX-MITDATASET-XX*lfns_XX-CRABID-XX
35 storage_element = srm-cms.cern.ch
36 storage_path = /srm/managerv2?SFN=/castor/cern.ch
37 user_remote_dir = /user/p/paus/XX-MITCFG-XX/XX-MITVERSION-XX/XX-MITDATASET-XX/XX-CRABID-XX
38 ##storage_element = se01.cmsaf.mit.edu
39 ##storage_path = /srm/managerv2?SFN=/pnfs/cmsaf.mit.edu/t2bat/cms/store
40 ##user_remote_dir = /user/paus/XX-MITCFG-XX/XX-MITVERSION-XX/XX-MITDATASET-XX/XX-CRABID-XX
41
42 [GRID]
43 rb = CERN
44 ce_black_list = XX-BLACKLIST-XX
45 ## ce_white_list = ce01.cmsaf.mit.edu
46 ## se_white_list = se01.cmsaf.mit.edu
47 ## T2_US_MIT
48
49 #[EDG]
50 #rb = CERN
51 #ce_black_list = fake.domain.ext
52 #
53 #[CONDORG]