Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /DPGAnalysis/SiStripTools/test/crab_cosmicstracks.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 datasetpath=/ExpressCosmics/Commissioning2015-Express-v1/FEVT
0016 
0017 pset=DPGAnalysis/SiStripTools/test/cosmicstracks_cfg.py
0018 
0019 #pycfg_params= globalTag=GR_P_V37::All 
0020 pycfg_params= globalTag=GR_E_V42::All 
0021 
0022 #total_number_of_events=5000
0023 #events_per_job = 5000
0024 
0025 #runselection=197298
0026 
0027 lumi_mask=/afs/cern.ch/cms/CAF/CMSCOMM/COMM_DQM/certification/Cosmics15/cosmics15_CRUZET_week1to4_json.txt
0028 #lumi_mask=/afs/cern.ch/work/v/venturia/Cert_187446-194396_PromptReco_Cosmics12_DCSonly_JSON.txt
0029 total_number_of_lumis =-1
0030 lumis_per_job = 200
0031 
0032 
0033 ### The output files (comma separated list)
0034 #output_file = infos.log,apvNoisy.root,beamgas.root,ntuple_conversion_test_data.root
0035 #output_file = ntuple_conversion_test_data.root,beamgas.root
0036 
0037 [CAF]
0038 
0039 queue = cmscaf1nd
0040 
0041 [USER]
0042 
0043 ### OUTPUT files Management
0044 ##  output back into UI
0045 return_data = 1
0046 
0047 ### To use a specific name of UI directory where CRAB will create job to submit (with full path).
0048 ### the default directory will be "crab_0_data_time"
0049 #ui_working_dir = /full/path/Name_of_Directory
0050 
0051 ui_working_dir = /afs/cern.ch/work/v/venturia/crab/cosmicstracks_express_commissioning2015_week1to4_v1
0052 
0053 ### To specify the UI directory where to store the CMS executable output
0054 ### FULL path is mandatory. Default is  <ui_working_dir>/res will be used.
0055 #outputdir= /full/path/yourOutDir
0056 
0057 ### To specify the UI directory where to store the stderr, stdout and .BrokerInfo of submitted jobs
0058 ### FULL path is mandatory. Default is <ui_working_dir>/res will be used.
0059 #logdir= /full/path/yourLogDir
0060 
0061 ### OUTPUT files INTO A SE
0062 copy_data = 0
0063 
0064 ### if you want to copy data in a "official CMS site"
0065 ### you have to specify the name as written in 
0066 #storage_element = T2_IT_Bari
0067 ### the user_remote_dir will be created under the SE mountpoint
0068 ### in the case of publication this directory is not considered
0069 #user_remote_dir = name_directory_you_want
0070 
0071 ### if you want to copy your data at CAF
0072 #storage_element = T2_CH_CAF
0073 ### the user_remote_dir will be created under the SE mountpoint
0074 ### in the case of publication this directory is not considered
0075 #user_remote_dir = express_2010_132421
0076 
0077 ### if you want to copy your data to your area in castor at cern
0078 ### or in a "not official CMS site" you have to specify the complete name of SE
0079 storage_element=srm-cms.cern.ch
0080 ### this directory is the mountpoin of SE 
0081 #storage_path=/srm/managerv2?SFN=/castor/cern.ch
0082 storage_path=/castor/cern.ch
0083 ### directory or tree of directory under the mounpoint 
0084 user_remote_dir = /user/v/venturia/skims/express_2010_132421_132422_3
0085 
0086 
0087 ### To publish produced output in a local istance of DBS set publish_data = 1
0088 publish_data=0
0089 ### Specify the dataset name. The full path will be <primarydataset>/<publish_data_name>/USER
0090 publish_data_name = name_you_prefer
0091 ### Specify the URL of DBS istance where CRAB has to publish the output files
0092 #dbs_url_for_publication = https://cmsdbsprod.cern.ch:8443/cms_dbs_caf_analysis_01_writer/servlet/DBSServlet 
0093 
0094 ### To specify additional files to be put in InputSandBox
0095 ### write the full path  if the files are not in the current directory
0096 ### (wildcard * are allowed): comma separated list
0097 #additional_input_files = file1, file2, /full/path/file3
0098 
0099 #if server
0100 #thresholdLevel = 100
0101 #eMail = your@Email.address
0102 
0103 [GRID]
0104 #
0105 ## RB/WMS management:
0106 rb = CERN
0107 
0108 ##  Black and White Lists management:
0109 ## By Storage
0110 se_black_list = T0,T1,T2_US_Purdue
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