Skip to content

Commit

Permalink
Addopt for LCIO cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Petric committed Mar 13, 2018
1 parent 984da55 commit 2d876cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/KDCluster.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class KDCluster {
m_removed(false),
m_used(false),
m_endcap(false) {}
KDCluster(TrackerHitPlane* hit, bool endcap, bool forward = false)
KDCluster(EVENT::TrackerHitPlane* hit, bool endcap, bool forward = false)
: m_x(hit->getPosition()[0]),
m_y(hit->getPosition()[1]),
m_u(0.0),
Expand Down

0 comments on commit 2d876cf

Please sign in to comment.