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