From 3c000b206db1d7e98d44ec2c37eb4baaa49b7a41 Mon Sep 17 00:00:00 2001 From: Thomas Madlener Date: Thu, 20 Oct 2022 11:50:52 +0200 Subject: [PATCH] Remove unnecessary const-qualifiers --- source/include/HelixClassT.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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