Skip to content

Commit

Permalink
Merge pull request #21663 from fwyzard/PFTrackAlgoTools_fix_include
Browse files Browse the repository at this point in the history
PFTrackAlgoTools: move #include directive outside of the PFTrackAlgoTools namespace
  • Loading branch information
cmsbuild committed Dec 10, 2017
2 parents 7016516 + 6a1f6e1 commit d5a2e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecoParticleFlow/PFTracking/src/PFTrackAlgoTools.cc
@@ -1,3 +1,4 @@
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "RecoParticleFlow/PFTracking/interface/PFTrackAlgoTools.h"

namespace PFTrackAlgoTools {
Expand Down Expand Up @@ -248,7 +249,6 @@ bool step5(const reco::TrackBase::TrackAlgorithm& algo){
return (algo==reco::TrackBase::tobTecStep||algo==reco::TrackBase::pixelLessStep);
}

#include "FWCore/MessageLogger/interface/MessageLogger.h"
bool goodPtResolution(const reco::TrackRef& trackref,
const std::vector<double>& DPtovPtCut,
const std::vector<unsigned>& NHitCut,
Expand Down

0 comments on commit d5a2e16

Please sign in to comment.