ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitProd/Processing/filefi/014/crab.cfg
Revision: 1.1
Committed: Fri Jun 18 21:41:15 2010 UTC (14 years, 10 months ago) by paus
Branch: MAIN
CVS Tags: Mit_014c, Mit_014b
Log Message:
Config.

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 = se01.cmsaf.mit.edu
36 storage_path = /srm/managerv2?SFN=/pnfs/cmsaf.mit.edu/t2bat/cms/store
37 user_remote_dir = /user/paus/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 ## ce_white_list = ce01.cmsaf.mit.edu
43 ## se_white_list = se01.cmsaf.mit.edu
44 ## T2_US_MIT
45
46 #[EDG]
47 #rb = CERN
48 #ce_black_list = fake.domain.ext
49 #
50 #[CONDORG]