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", ...@@ -60,6 +60,7 @@ crystal_ec_reco = CrystalEndcapsReco("crystal_ec_reco",
ecal_reco = EMCalReconstruction("ecal_reco", ecal_reco = EMCalReconstruction("ecal_reco",
inputHitCollection="RawEcalBarrelHits", inputHitCollection="RawEcalBarrelHits",
outputHitCollection="RecEcalBarrelHits", outputHitCollection="RecEcalBarrelHits",
samplingFraction=0.25,
minModuleEdep=0.0*units.MeV) minModuleEdep=0.0*units.MeV)
ec_barrel_cluster = IslandCluster("ec_barrel_cluster", ec_barrel_cluster = IslandCluster("ec_barrel_cluster",
......
...@@ -9,6 +9,6 @@ rich_job_x: ...@@ -9,6 +9,6 @@ rich_job_x:
stage: run stage: run
script: script:
- bash benchmarks/rich/forward_hadrons.sh - bash benchmarks/rich/forward_hadrons.sh
allow_failure: true #allow_failure: true
...@@ -55,7 +55,7 @@ fi ...@@ -55,7 +55,7 @@ fi
#fi #fi
#### skipping #### skipping
return exit 0
npsim --runType batch \ npsim --runType batch \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment