Skip to content
Snippets Groups Projects

Sweeping !37566 from 21.3 to 21.9. Flags to disable pedestal corrections on data, flags to configure min supercell ET and min tower ET, gBlock size in forward region

Merged Sweeping !37566 from 21.3 to 21.9. Flags to disable pedestal corrections on data, flags to configure min supercell ET and min tower ET, gBlock size in forward region
Merged Atlas Nightlybuild requested to merge cherry-pick-91f875bf334-21.9 into 21.9
5 files
+ 66
6
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -58,6 +58,9 @@ class JGTowerMaker: public ::AthAlgorithm {
bool m_useAllRun2TT;
bool m_EmulateSC;
bool m_TileMapped;
float m_minSCETp;
float m_maxSCETm;
float m_minTowerEt;
std::string m_scType;
uint16_t m_scQuality;
bool JMatched;
Loading