Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update of the BIC sampling fractions #1664

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading