Skip to content

Commit

Permalink
remove unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Dildick committed Aug 19, 2020
1 parent ef94346 commit f570d2f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions L1Trigger/CSCTriggerPrimitives/src/CSCCathodeLCTProcessor.cc
Expand Up @@ -679,9 +679,6 @@ std::vector<CSCCLCTDigi> CSCCathodeLCTProcessor::findLCTs(
int halfstrip_in_cfeb = keystrip_data[ilct][CLCT_STRIP] -
CSCConstants::NUM_HALF_STRIPS_PER_CFEB * keystrip_data[ilct][CLCT_CFEB];

// this slope value will be overwritten when CCLUT is enabled
int slope = qualityControl_->getSlopePhase1(keystrip_data[ilct][CLCT_PATTERN]);

if (infoV > 1)
LogTrace("CSCCathodeLCTProcessor")
<< " Final selection: ilct " << ilct << " key halfstrip " << keystrip_data[ilct][CLCT_STRIP]
Expand Down

0 comments on commit f570d2f

Please sign in to comment.