From 66cdf77ae4bc8b203d956b2af0edee22d1de812d Mon Sep 17 00:00:00 2001 From: Brent Yates Date: Tue, 14 Jan 2025 12:13:49 -0500 Subject: [PATCH] CMSSW coding style --- TrackletAlgorithm/MatchEngineUnit.h | 4 ++-- TrackletAlgorithm/MatchEngineUnit_parameters.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/TrackletAlgorithm/MatchEngineUnit.h b/TrackletAlgorithm/MatchEngineUnit.h index c7b8f30114c..3604393996b 100644 --- a/TrackletAlgorithm/MatchEngineUnit.h +++ b/TrackletAlgorithm/MatchEngineUnit.h @@ -282,7 +282,7 @@ inline void step(const VMStub stubmem[4][1<<(kNbitsrzbinMP+kNbitsphibin #endif inline void set_empty() { - static const emptyUnitClass::kNBitsBuffer> EmptyUnitClass; + static const EmptyUnitClass::kNBitsBuffer> EmptyUnitClass; empty_ = EmptyUnitClass.lut[(readindex_,writeindex_)]; //empty_ = emptyUnit::kNBitsBuffer>()[(readindex_,writeindex_)]; } @@ -293,7 +293,7 @@ inline void step(const VMStub stubmem[4][1<<(kNbitsrzbinMP+kNbitsphibin } inline bool nearFull() { - static const nearFull3Class::kNBitsBuffer> NearFull3Class; + static const NearFull3Class::kNBitsBuffer> NearFull3Class; return NearFull3Class.lut[(readindex_,writeindex_)]; //return nearFull3Unit::kNBitsBuffer>()[(readindex_,writeindex_)]; } diff --git a/TrackletAlgorithm/MatchEngineUnit_parameters.h b/TrackletAlgorithm/MatchEngineUnit_parameters.h index 7e870641970..5b34edb571a 100644 --- a/TrackletAlgorithm/MatchEngineUnit_parameters.h +++ b/TrackletAlgorithm/MatchEngineUnit_parameters.h @@ -29,7 +29,7 @@ static bool nearFullUnitBool(ap_uint rptr, ap_uint w } template -class nearFull3Class { +class NearFull3Class { public: ap_uint<(1 << (2 * kNBitsBuffer))> lut; nearFull3Class() { @@ -100,7 +100,7 @@ static bool nearFull4UnitBool(ap_uint rptr, ap_uint } template -class emptyUnitClass { +class EmptyUnitClass { public: ap_uint<(1 << (2 * kNBitsBuffer))> lut; emptyUnitClass() {