Skip to content
Snippets Groups Projects
Commit 354d1331 authored by Christopher Rob Jones's avatar Christopher Rob Jones
Browse files

DecodedDataFromMCRichHits: Set default hit eff. to 95%

parent 959adadb
No related branches found
No related tags found
1 merge request!4337Misc. improvements to support RICH 4D Reco
Pipeline #6734860 passed
......@@ -291,7 +291,7 @@ namespace Rich::Future::MC {
/// RICH Detector efficiency factor
Gaudi::Property<DetectorArray<double>> m_detEff{
this, "ReadoutEfficiency", {0.90, 0.90}, "Readout efficiency to emulate for each RICH"};
this, "ReadoutEfficiency", {0.95, 0.95}, "Readout efficiency to emulate for each RICH"};
};
// Declaration of the Algorithm Factory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment