Warning, /DPGAnalysis/SiStripTools/test/crab_ByMultiplicityFilterTest.cfg is written in an unsupported language. File is not indexed.
0001 [CRAB]
0002
0003 jobtype = cmssw
0004 #scheduler = glite
0005 scheduler = caf
0006 ### NOTE: just setting the name of the server (pi, lnl etc etc )
0007 ### crab will submit the jobs to the server...
0008 #server_name = bari
0009 #
0010 [CMSSW]
0011
0012 ### The data you want to access (to be found on DBS)
0013
0014 #dbs_url = http://cmsdbsprod.cern.ch/cms_dbs_ph_analysis_01/servlet/DBSServlet
0015
0016
0017 datasetpath=/Photon/Run2011B-PromptReco-v1/RECO
0018
0019 pycfg_params= globalTag=GR_P_V24::All
0020
0021 pset=DPGAnalysis/SiStripTools/test/ByMultiplicityFilterTest_cfg.py
0022
0023 lumi_mask=/afs/cern.ch/cms/CAF/CMSCOMM/COMM_DQM/certification/Collisions11/7TeV/Prompt/Cert_160404-176309_7TeV_PromptReco_Collisions11_JSON.txt
0024 runselection = 176304
0025
0026 total_number_of_lumis =-1
0027 lumis_per_job = 20
0028
0029 #total_number_of_events=1000000
0030 #events_per_job = 1000
0031 #total_number_of_events=1000
0032 #events_per_job = 200
0033
0034 ### The output files (comma separated list)
0035 #output_file =
0036
0037 [USER]
0038
0039 ### OUTPUT files Management
0040 ## output back into UI
0041 return_data = 1
0042
0043 ### To use a specific name of UI directory where CRAB will create job to submit (with full path).
0044 ### the default directory will be "crab_0_data_time"
0045 #ui_working_dir = /afs/cern.ch/cms/tracking/output/ByMultiplicityFilterTest_Run2011B_prompt_photon_v1_160404-176309_v2
0046 ui_working_dir = /afs/cern.ch/cms/tracking/output/ByMultiplicityFilterTest_Run2011B_prompt_photon_v1_176304_v2
0047
0048 ### To specify the UI directory where to store the CMS executable output
0049 ### FULL path is mandatory. Default is <ui_working_dir>/res will be used.
0050 #outputdir= /full/path/yourOutDir
0051
0052 ### To specify the UI directory where to store the stderr, stdout and .BrokerInfo of submitted jobs
0053 ### FULL path is mandatory. Default is <ui_working_dir>/res will be used.
0054 #logdir= /full/path/yourLogDir
0055
0056 ### OUTPUT files INTO A SE
0057 copy_data = 0
0058
0059 ### if you want to copy data in a "official CMS site"
0060 ### you have to specify the name as written in
0061 #storage_element = T2_IT_Bari
0062 ### the user_remote_dir will be created under the SE mountpoint
0063 ### in the case of publication this directory is not considered
0064 #user_remote_dir = name_directory_you_want
0065
0066 ### if you want to copy your data at CAF
0067 #storage_element = T2_CH_CAF
0068 ### the user_remote_dir will be created under the SE mountpoint
0069 ### in the case of publication this directory is not considered
0070 #user_remote_dir = express_2010_132421
0071
0072 ### if you want to copy your data to your area in castor at cern
0073 ### or in a "not official CMS site" you have to specify the complete name of SE
0074 storage_element=srm-cms.cern.ch
0075 ### this directory is the mountpoin of SE
0076 #storage_path=/srm/managerv2?SFN=/castor/cern.ch
0077 storage_path=/castor/cern.ch
0078 ### directory or tree of directory under the mounpoint
0079 #user_remote_dir = /user/v/venturia/skims/express_2010_132421_132422_3
0080
0081
0082 ### To publish produced output in a local istance of DBS set publish_data = 1
0083 publish_data=0
0084 ### Specify the dataset name. The full path will be <primarydataset>/<publish_data_name>/USER
0085 publish_data_name = name_you_prefer
0086 ### Specify the URL of DBS istance where CRAB has to publish the output files
0087 #dbs_url_for_publication = https://cmsdbsprod.cern.ch:8443/cms_dbs_caf_analysis_01_writer/servlet/DBSServlet
0088
0089 ### To specify additional files to be put in InputSandBox
0090 ### write the full path if the files are not in the current directory
0091 ### (wildcard * are allowed): comma separated list
0092 #additional_input_files = file1, file2, /full/path/file3
0093
0094 #if server
0095 #thresholdLevel = 100
0096 #eMail = your@Email.address
0097
0098 [CAF]
0099
0100 queue = cmscaf1nd
0101
0102 [GRID]
0103 #
0104 ## RB/WMS management:
0105 rb = CERN
0106
0107 ## Black and White Lists management:
0108 ## By Storage
0109 se_black_list = T0,T1
0110 #se_black_list = T0
0111 #se_white_list =
0112
0113 ## By ComputingElement
0114 #ce_black_list =
0115 #ce_white_list =
0116
0117 [CONDORG]
0118
0119 # Set this to condor to override the batchsystem defined in gridcat.
0120 #batchsystem = condor
0121
0122 # Specify addition condor_g requirments
0123 # use this requirment to run on a cms dedicated hardare
0124 # globus_rsl = (condor_submit=(requirements 'ClusterName == \"CMS\" && (Arch == \"INTEL\" || Arch == \"X86_64\")'))
0125 # use this requirement to run on the new hardware
0126 #globus_rsl = (condor_submit=(requirements 'regexp(\"cms-*\",Machine)'))
0127