Skip to content

Commit

Permalink
Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Dildick committed Jul 2, 2021
1 parent 7d544cf commit dd71e9f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,6 @@ std::vector<CSCCLCTDigi> CSCCathodeLCTProcessor::findLCTs(

// comparator digi cleaning + optional CCLUT
for (auto& thisLCT : lctList) {

// do the CCLUT procedures
if (runCCLUT_) {
cclut_->run(thisLCT, numCFEBs_);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ std::vector<CSCCLCTDigi> 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;

Expand Down Expand Up @@ -355,7 +354,6 @@ std::vector<CSCCLCTDigi> CSCUpgradeCathodeLCTProcessor::findLCTs(

// comparator digi cleaning + optional CCLUT
for (auto& thisLCT : lctList) {

// do the CCLUT procedures
if (runCCLUT_) {
cclut_->run(thisLCT, numCFEBs_);
Expand Down

0 comments on commit dd71e9f

Please sign in to comment.