Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /SimTracker/TrackerMaterialAnalysis/crab/crab.cfg is written in an unsupported language. File is not indexed.

0001 [CRAB]
0002 
0003 jobtype = cmssw
0004 scheduler = glite
0005 ### NOTE: just setting the name of the server (pi, lnl etc etc ) 
0006 ###       crab will submit the jobs to the server...   
0007 #server_name = cnaf
0008 
0009 [CMSSW]
0010 
0011 ### The data you want to access (to be found on DBS) 
0012 #datasetpath=/ttbar_inclusive_TopRex/CMSSW_1_3_1-Spring07-1122/GEN-SIM-DIGI-RECO
0013 datasetpath=none
0014 
0015 ### The ParameterSet you want to use
0016 pset=trackingMaterialProducer10GeVNeutrino.py
0017 
0018 ### Splitting parameters
0019 #total_number_of_events=-1 
0020 total_number_of_events = 1000000
0021 events_per_job = 1000
0022 #number_of_jobs = 1
0023 
0024 increment_seeds = trackingMaterialProducer,generatorSmeared,sourceSeed
0025 first_run = 10000
0026 
0027 ### The output files (comma separated list)
0028 output_file = material.root
0029 
0030 [USER]
0031 
0032 ### OUTPUT files Management
0033 ##  output back into UI 
0034 return_data = 1
0035 
0036 ### OUTPUT files INTO A SE
0037 copy_data = 0
0038 #storage_element = cmsdcache.pi.infn.it
0039 #storage_path = /pnfs/pi.infn.it/data/cms/store/user/fwyzard
0040 
0041 #if server 
0042 #thresholdLevel = 100
0043 #eMail = your@Email.address 
0044 
0045 [EDG]
0046 
0047 ## RB/WMS management:
0048 rb = CERN
0049 
0050 ##  Black and White Lists management:
0051 ## By Storage
0052 #se_black_list = 
0053 #se_white_list = 
0054 
0055 ## By ComputingElement 
0056 #ce_black_list = 
0057 #ce_white_list = pi.infn.it
0058 
0059 [CONDORG]
0060 
0061 # Set this to condor to override the batchsystem defined in gridcat.
0062 #batchsystem = condor
0063 
0064 # Specify addition condor_g requirments
0065 # use this requirment to run on a cms dedicated hardare
0066 # globus_rsl = (condor_submit=(requirements 'ClusterName == \"CMS\" && (Arch == \"INTEL\" || Arch == \"X86_64\")'))
0067 # use this requirement to run on the new hardware
0068 #globus_rsl = (condor_submit=(requirements 'regexp(\"cms-*\",Machine)'))
0069