Skip to content
Snippets Groups Projects
Commit 948c42e9 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Added sampling fraction

	modified:   options/calorimeter_clustering.py
parent 1defccc7
No related branches found
No related tags found
1 merge request!58skip rich without allowing failure
......@@ -60,6 +60,7 @@ crystal_ec_reco = CrystalEndcapsReco("crystal_ec_reco",
ecal_reco = EMCalReconstruction("ecal_reco",
inputHitCollection="RawEcalBarrelHits",
outputHitCollection="RecEcalBarrelHits",
samplingFraction=0.25,
minModuleEdep=0.0*units.MeV)
ec_barrel_cluster = IslandCluster("ec_barrel_cluster",
......
......@@ -9,6 +9,6 @@ rich_job_x:
stage: run
script:
- bash benchmarks/rich/forward_hadrons.sh
allow_failure: true
#allow_failure: true
......@@ -55,7 +55,7 @@ fi
#fi
#### skipping
return
exit 0
npsim --runType batch \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment