Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /DPGAnalysis/SiStripTools/test/crab_seedmultiplicity.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 datasetpath=/ExpressPhysics/Run2011A-Express-v2/FEVT 
0017 
0018 
0019 pycfg_params= globalTag=GR_E_V16::All 
0020 
0021   
0022 pset=tracking/TrackRecoMonitoring/test/seedmultiplicity_cfg.py
0023 
0024 
0025 #lumi_mask=express_2011_ge1711_v2.JSON
0026 lumi_mask=express_2011_ge1711_v3.JSON
0027 
0028 
0029 total_number_of_lumis =-1
0030 lumis_per_job = 10
0031 
0032 
0033 ### The output files (comma separated list)
0034 #output_file = 
0035 
0036 [USER]
0037 
0038 ### OUTPUT files Management
0039 ##  output back into UI
0040 return_data = 1
0041 
0042 ### To use a specific name of UI directory where CRAB will create job to submit (with full path).
0043 ### the default directory will be "crab_0_data_time"
0044 ui_working_dir = /afs/cern.ch/cms/tracking/output/seedmultiplicity_Run2011A_express_ge1711_v3_v2
0045 
0046 ### To specify the UI directory where to store the CMS executable output
0047 ### FULL path is mandatory. Default is  <ui_working_dir>/res will be used.
0048 #outputdir= /full/path/yourOutDir
0049 
0050 ### To specify the UI directory where to store the stderr, stdout and .BrokerInfo of submitted jobs
0051 ### FULL path is mandatory. Default is <ui_working_dir>/res will be used.
0052 #logdir= /full/path/yourLogDir
0053 
0054 ### OUTPUT files INTO A SE
0055 copy_data = 0
0056 
0057 ### if you want to copy data in a "official CMS site"
0058 ### you have to specify the name as written in 
0059 #storage_element = T2_IT_Bari
0060 ### the user_remote_dir will be created under the SE mountpoint
0061 ### in the case of publication this directory is not considered
0062 #user_remote_dir = name_directory_you_want
0063 
0064 ### if you want to copy your data at CAF
0065 #storage_element = T2_CH_CAF
0066 ### the user_remote_dir will be created under the SE mountpoint
0067 ### in the case of publication this directory is not considered
0068 #user_remote_dir = express_2010_132421
0069 
0070 ### if you want to copy your data to your area in castor at cern
0071 ### or in a "not official CMS site" you have to specify the complete name of SE
0072 storage_element=srm-cms.cern.ch
0073 ### this directory is the mountpoin of SE 
0074 #storage_path=/srm/managerv2?SFN=/castor/cern.ch
0075 storage_path=/castor/cern.ch
0076 ### directory or tree of directory under the mounpoint 
0077 #user_remote_dir = /user/v/venturia/skims/express_2010_132421_132422_3
0078 
0079 
0080 ### To publish produced output in a local istance of DBS set publish_data = 1
0081 publish_data=0
0082 ### Specify the dataset name. The full path will be <primarydataset>/<publish_data_name>/USER
0083 publish_data_name = name_you_prefer
0084 ### Specify the URL of DBS istance where CRAB has to publish the output files
0085 #dbs_url_for_publication = https://cmsdbsprod.cern.ch:8443/cms_dbs_caf_analysis_01_writer/servlet/DBSServlet 
0086 
0087 ### To specify additional files to be put in InputSandBox
0088 ### write the full path  if the files are not in the current directory
0089 ### (wildcard * are allowed): comma separated list
0090 #additional_input_files = file1, file2, /full/path/file3
0091 
0092 #if server
0093 #thresholdLevel = 100
0094 #eMail = your@Email.address
0095 
0096 [CAF]
0097 
0098 queue = cmscaf1nd
0099 #queue = cmscaf1nw
0100 #resource = mem=8192
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