Skip to content
Snippets Groups Projects
Commit 194c0918 authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'clang.MuonCombinedTrackFindingTools-20200717' into 'master'

MuonCombinedTrackFindingTools: Fix clang warning.

See merge request atlas/athena!34884
parents 70c39d18 65ea9a76
No related branches found
No related tags found
No related merge requests found
......@@ -318,7 +318,6 @@ namespace MuonCombined {
Muon::MuonStationIndex::LayerIndex layerIndex, const Muon::MuonPrepDataContainer< COL >* input, std::vector<const COL*>& output ) const {
if(!input || input->size()==0) return true;
typedef Muon::MuonPrepDataContainer< COL > ContainerType;
// get technologies in the given layer
unsigned int sectorLayerHash = Muon::MuonStationIndex::sectorLayerHash( regionIndex, layerIndex );
......
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