Skip to content

Commit

Permalink
removed unused variable 'soi'
Browse files Browse the repository at this point in the history
  • Loading branch information
mariadalfonso committed Sep 10, 2022
1 parent 37525a1 commit 42fb0c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions RecoLocalCalo/HcalRecAlgos/src/MahiFit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,6 @@ void MahiFit::updateCov(const SampleMatrix& samplecov) const {
float MahiFit::ccTime(const float itQ) const {
// those conditions are now on data time slices, can be done on the fitted pulse i.e. using nlsWork_.ampVec.coeff(itIndex);

unsigned int soi = nnlsWork_.tsOffset;

// Selecting energetic hits - Fitted Energy > 20 GeV
if (itQ < thEnergeticPulsesFC_)
return HcalSpecialTimes::DEFAULT_ccTIME;
Expand Down

0 comments on commit 42fb0c1

Please sign in to comment.