Skip to content
Snippets Groups Projects
Commit 4926501b authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'ATLASRECTS-5144_raise_to_250_MeV' into 'master'

Raise to 100 -> 250 MeV to further reduce the increase in ATLASRECTS-5144

See merge request !26801
parents df0c09d6 8b48ccef
No related branches found
No related tags found
8 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!28528Revert 63f845ae,!27054Atr20369 210,!26801Raise to 100 -> 250 MeV to further reduce the increase in ATLASRECTS-5144
......@@ -177,7 +177,7 @@ private:
"When adding L0 (PS) and L1 cells, how much wider than L2 (in L2 cells) is the acceptance. Make large to remove limit"};
/** @brief Threshold on minimum energy reconstructed in 2nd sampling */
Gaudi::Property<double> m_thrE2min{this, "ThrE2min", 100.,
Gaudi::Property<double> m_thrE2min{this, "ThrE2min", 250.,
"Threshold on minimum energy reconstructed in 2nd sampling"};
/** @brief Handle to the MVA calibration service **/
......
......@@ -36,7 +36,7 @@ class egammaCheckEnergyDepositTool : virtual public IegammaCheckEnergyDepositToo
private:
/** @brief Threshold on minimum energy reconstructed in 2nd sampling */
Gaudi::Property<double> m_thrE2min{this, "ThrE2min", 100.,
Gaudi::Property<double> m_thrE2min{this, "ThrE2min", 250.,
"Threshold on minimum energy reconstructed in 2nd sampling"};
/** @brief Threshold on maximum fraction of energy reconstructed in presampler */
......
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