Skip to content
Snippets Groups Projects

add faster tools to get coords and hits from muon raw

Merged Ricardo Vazquez Gomez requested to merge rvazquez-FastMuonDecoding into master
Compare and
20 files
+ 1445
51
Compare changes
  • Side-by-side
  • Inline
Files
20
@@ -38,7 +38,7 @@ struct IMuonMatchTool : extend_interfaces<IAlgTool> {
enum MuonMatchType { NoMatch = 0, Uncrossed = 1, Good = 2 };
virtual StatusCode run( const LHCb::Track* track, std::vector<TrackMuMatch>* bestMatches,
virtual StatusCode run( const LHCb::Track*, std::vector<TrackMuMatch>* bestMatches,
std::vector<TrackMuMatch>* spareMatches = nullptr ) = 0;
virtual CommonConstMuonHits getListofCommonMuonHits( int station = -1, bool onlybest = true ) const = 0;
virtual std::vector<LHCb::MuonTileID> getListofMuonTiles( int station = -1, bool onlybest = true ) const = 0;
Loading