ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitProd/Processing/filefi/014/crab.cfg
Revision: 1.3
Committed: Sat Oct 23 12:43:58 2010 UTC (14 years, 6 months ago) by ceballos
Branch: MAIN
CVS Tags: Mit_024b, Mit_025pre1, Mit_024a, Mit_024, Mit_022a, Mit_022, Mit_020d, TMit_020d, Mit_020c, Mit_021, Mit_021pre2, Mit_021pre1, Mit_020b, Mit_020a, Mit_020, Mit_020pre1, Mit_018, Mit_017, Mit_017pre3, Mit_017pre2, Mit_017pre1, Mit_016
Changes since 1.2: +6 -6 lines
Log Message:
some updates

File Contents

# User Rev Content
1 paus 1.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 ceballos 1.3 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 paus 1.1
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]