From ddeb5d87754ce28fb74dc914efb191c00fdc0314 Mon Sep 17 00:00:00 2001 From: "minho.kim@anl.gov" Date: Sat, 2 Nov 2024 18:22:57 -0500 Subject: [PATCH] BIC sampling fraction update Sampling fractions of BIC ScFi and imaging layers have been updated using 5 GeV electrons generated at eta = 0. --- src/detectors/BEMC/BEMC.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/detectors/BEMC/BEMC.cc b/src/detectors/BEMC/BEMC.cc index 266512c6ca..7e29d1ed79 100644 --- a/src/detectors/BEMC/BEMC.cc +++ b/src/detectors/BEMC/BEMC.cc @@ -68,7 +68,7 @@ extern "C" { .resolutionTDC = EcalBarrelScFi_resolutionTDC, .thresholdFactor = 0.0, // use only thresholdValue .thresholdValue = 5.0, // 16384 ADC counts/1500 MeV * 0.5 MeV (desired threshold) = 5.46 - .sampFrac = "0.09320426", + .sampFrac = "0.09285755", .readout = "EcalBarrelScFiHits", .layerField = "layer", .sectorField = "sector", @@ -150,7 +150,7 @@ extern "C" { .resolutionTDC = EcalBarrelImaging_resolutionTDC, .thresholdFactor = 0.0, // use only thresholdValue .thresholdValue = 41, // 8192 ADC counts/3 MeV * 0.015 MeV (desired threshold) = 41 - .sampFrac = "0.00619766", + .sampFrac = "0.00429453", .readout = "EcalBarrelImagingHits", .layerField = "layer", .sectorField = "sector",