Skip to content

Commit

Permalink
BIC sampling fraction update
Browse files Browse the repository at this point in the history
Sampling fractions of BIC ScFi and imaging layers have been updated using 5 GeV electrons generated at eta = 0.
  • Loading branch information
mhkim-anl authored Nov 2, 2024
1 parent 6a948d5 commit ddeb5d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/detectors/BEMC/BEMC.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit ddeb5d8

Please sign in to comment.