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