Skip to content

Commit

Permalink
fix headers in RecoTracker/FinalTrackSelectors
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodozov committed May 24, 2018
1 parent 5a49570 commit 79e9bc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions RecoTracker/FinalTrackSelectors/plugins/getBestVertex.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "DataFormats/TrackReco/interface/Track.h"
#include "DataFormats/VertexReco/interface/Vertex.h"
#include "DataFormats/VertexReco/interface/VertexFwd.h"
#include <limits>

using Point = math::XYZPoint;
Expand Down
1 change: 1 addition & 0 deletions RecoTracker/FinalTrackSelectors/plugins/powN.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <cmath>
namespace {
// not a generic solution (wrong for N negative for instance)
template<int N>
Expand Down

0 comments on commit 79e9bc9

Please sign in to comment.