Skip to content
Snippets Groups Projects

Calo Showeroverlap: change default to not apply L/S correction

Merged Gerhard Raven requested to merge remove-LS-correction-during-showeroverlap into master
Files
2
@@ -47,7 +47,7 @@ namespace LHCb::Calo {
Gaudi::Property<float> m_etMin2{this, "MaxEtThreshold", 150., "( ET2 > y || ET2 > y)"};
Gaudi::Property<int> m_iter{this, "Iterations", 5,
"Max iterations in ShowerOverlapTool. If negative, stop when tolerance is reached."};
Gaudi::Property<bool> m_applyLSCorr{this, "ApplyLSCorr", true};
Gaudi::Property<bool> m_applyLSCorr{this, "ApplyLSCorr", false};
// following properties are inherited by the selector tool when defined :
Gaudi::Property<std::vector<std::string>> m_taggerP{this, "PositionTags"};
Loading