From dd71e9f6fc3da9cb7bb8f7bba68db98ef3d12a63 Mon Sep 17 00:00:00 2001 From: Sven Dildick Date: Fri, 2 Jul 2021 11:47:19 -0500 Subject: [PATCH] Code format --- L1Trigger/CSCTriggerPrimitives/src/CSCCathodeLCTProcessor.cc | 1 - .../CSCTriggerPrimitives/src/CSCUpgradeCathodeLCTProcessor.cc | 2 -- 2 files changed, 3 deletions(-) diff --git a/L1Trigger/CSCTriggerPrimitives/src/CSCCathodeLCTProcessor.cc b/L1Trigger/CSCTriggerPrimitives/src/CSCCathodeLCTProcessor.cc index c8f441f470d39..afd386eb04bbe 100644 --- a/L1Trigger/CSCTriggerPrimitives/src/CSCCathodeLCTProcessor.cc +++ b/L1Trigger/CSCTriggerPrimitives/src/CSCCathodeLCTProcessor.cc @@ -730,7 +730,6 @@ std::vector CSCCathodeLCTProcessor::findLCTs( // comparator digi cleaning + optional CCLUT for (auto& thisLCT : lctList) { - // do the CCLUT procedures if (runCCLUT_) { cclut_->run(thisLCT, numCFEBs_); diff --git a/L1Trigger/CSCTriggerPrimitives/src/CSCUpgradeCathodeLCTProcessor.cc b/L1Trigger/CSCTriggerPrimitives/src/CSCUpgradeCathodeLCTProcessor.cc index 3f9231b9e62d9..6dd9d6001cd85 100644 --- a/L1Trigger/CSCTriggerPrimitives/src/CSCUpgradeCathodeLCTProcessor.cc +++ b/L1Trigger/CSCTriggerPrimitives/src/CSCUpgradeCathodeLCTProcessor.cc @@ -169,7 +169,6 @@ std::vector CSCUpgradeCathodeLCTProcessor::findLCTs( // Allow for more than one pass over the hits in the time window. // Do search in every BX while (start_bx < stop_bx) { - // All half-strip pattern envelopes are evaluated simultaneously, on every clock cycle. int first_bx = 999; @@ -355,7 +354,6 @@ std::vector CSCUpgradeCathodeLCTProcessor::findLCTs( // comparator digi cleaning + optional CCLUT for (auto& thisLCT : lctList) { - // do the CCLUT procedures if (runCCLUT_) { cclut_->run(thisLCT, numCFEBs_);