diff --git a/source/include/HelixClassT.h b/source/include/HelixClassT.h
index abe7d4d..cb0e327 100644
--- a/source/include/HelixClassT.h
+++ b/source/include/HelixClassT.h
@@ -112,12 +112,12 @@ class HelixClassT {
* Returns momentum of particle at the point of closest approach
* to IP
*/
- const FloatT *const getMomentum() const { return _momentum; }
+ const FloatT* getMomentum() const { return _momentum; }
/**
* Returns reference point of track
*/
- const FloatT *const getReferencePoint() const { return _referencePoint; }
+ const FloatT* getReferencePoint() const { return _referencePoint; }
/**
* Returns Phi angle of the momentum vector
@@ -245,12 +245,12 @@ class HelixClassT {
/**
* Returns starting point of helix
*/
- const FloatT *const getStartingPoint() const {return _xStart;}
+ const FloatT* getStartingPoint() const {return _xStart;}
/**
* Returns endpoint of helix
*/
- const FloatT *const getEndPoint() const {return _xEnd;}
+ const FloatT* getEndPoint() const {return _xEnd;}
/**
* Returns BZ for the second parameterization