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

DecodedDataFromMCRichHits: reduce default efficiency factor to 90%

parent 21e9e061
No related branches found
No related tags found
1 merge request!4337Misc. improvements to support RICH 4D Reco
......@@ -287,11 +287,11 @@ namespace Rich::Future::MC {
/// Time window shift for each RICH
Gaudi::Property<DetectorArray<double>> m_timeShift{
this, "TimeCalib", {0., 40.}, "Global time shift for each RICH, to get both to same calibrated point"};
this, "TimeCalib", {0.0, 40.0}, "Global time shift for each RICH, to get both to same calibrated point"};
/// RICH Detector efficiency factor
Gaudi::Property<DetectorArray<double>> m_detEff{
this, "ReadoutEfficiency", {0.95, 0.95}, "Readout efficiency to emulate for each RICH"};
this, "ReadoutEfficiency", {0.90, 0.90}, "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