From 8985f873f4402b9cd531c1fae9a215d5d3b8b25f Mon Sep 17 00:00:00 2001 From: sergeizharko <zharkosergey94@yandex.ru> Date: Mon, 20 Dec 2021 19:58:30 +0100 Subject: [PATCH] L1Parameters.h: new file ; L1BaseStationInfo.h: getters and setters added; L1Station.h: minor modifications; L1Field.h: magic constant '21' changed to the constexpr parameter L1Parameters::kN_FS_COEFFS --- reco/L1/L1Algo/L1BaseStationInfo.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/reco/L1/L1Algo/L1BaseStationInfo.h b/reco/L1/L1Algo/L1BaseStationInfo.h index f923110475..9b080f473a 100644 --- a/reco/L1/L1Algo/L1BaseStationInfo.h +++ b/reco/L1/L1Algo/L1BaseStationInfo.h @@ -26,9 +26,6 @@ #include <iomanip> #include <string> //#include <cmath> - -/// A base class which provides interface to L1Algo station geometry - class L1BaseStationInfo { private: enum @@ -47,7 +44,7 @@ private: kEstripsFrontSigma, kEstripsBackPhi, kEstripsBackSigma, - // The last item is equal to the number of bits in fInitFlags + /// v The last item is equal to the number of bits in fInitFlags kEND }; -- GitLab