Skip to content
Snippets Groups Projects

Draft: [trigEGam] Integration beteween mongroups and TrigEgammaMonitoring

Closed Edmar Egidio Purcino De Souza requested to merge eegidiop/athena:tegmonGroups into 22.0
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -69,7 +69,7 @@ Muon::nsw::helper::NSWOfflineRobId::NSWOfflineRobId (const std::string &station_
const std::pair <std::string, bool> name_and_side = {station_name.substr (0, 2), station_eta > 0};
uint8_t detId = Muon::nsw::helper::s_station_to_detector_map.at (name_and_side);
uint8_t sector = (station_phi - 1) * 2 + is_large ? 0 : 1;
uint8_t sector = (station_phi - 1) * 2 + (is_large ? 0 : 1);
m_sourceId = detId << 16 | sector;
}
Loading