Skip to content
Snippets Groups Projects

Include Muon hits in PrKM

Merged Paula Herrero Gascon requested to merge paula-muonPrKM into master
All threads resolved!
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -32,7 +32,6 @@ namespace LHCb::Muon::DAQ::details {
for ( int s = 0; s < 4; s++ ) { m_stations[s] = stations[s]; }
}
CommonMuonHitRange hits( unsigned int station ) const { return m_stations[station].hits(); }
const CommonMuonStation& station( unsigned int id ) const { return m_stations[id]; };
Loading