Skip to content

Commit

Permalink
Removed sortByDepth since it was not being used
Browse files Browse the repository at this point in the history
  • Loading branch information
nclopezo committed Aug 12, 2014
1 parent e16d1d2 commit ba49eea
Showing 1 changed file with 0 additions and 7 deletions.
Expand Up @@ -10,13 +10,6 @@
#include <iterator>


namespace {
bool sortByDepth(const reco::PFCluster& a,
const reco::PFCluster& b) {
return a.depth() < b.depth();
}
}


PFMultiDepthClusterizer::
PFMultiDepthClusterizer(const edm::ParameterSet& conf) :
Expand Down

0 comments on commit ba49eea

Please sign in to comment.