Skip to content

Commit

Permalink
Drop unused function.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed Jan 7, 2015
1 parent 6ea3a83 commit 8176af5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions RecoTracker/TkDetLayers/src/PixelForwardLayerPhase1.cc
Expand Up @@ -108,12 +108,6 @@ PixelForwardLayerPhase1::~PixelForwardLayerPhase1(){
}
}

namespace {

bool groupSortByZ(DetGroupElement i,DetGroupElement j) { return (std::abs(i.det()->position().z())<std::abs(j.det()->position().z())); }

}

void
PixelForwardLayerPhase1::groupedCompatibleDetsV( const TrajectoryStateOnSurface& tsos,
const Propagator& prop,
Expand Down

0 comments on commit 8176af5

Please sign in to comment.