Skip to content

Commit

Permalink
ThresholdCalibratorSpec.cxx: bug fix for VRESETD scan (#13811)
Browse files Browse the repository at this point in the history
Trivial, merging.
  • Loading branch information
iravasen authored Dec 18, 2024
1 parent eae7e1d commit 5a7052d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1873,7 +1873,6 @@ void ITSThresholdCalibrator::finalize()
}
} else if (this->mScanType == 'P' || this->mScanType == 'p' || this->mScanType == 'r' || mScanType == 'R') { // pulse length scan 1D and 2D, vresetd scan 1D & 2D
name = "Pulse";
std::set<int> thisRUs;
// extract hits for the available row(s)
auto itchip = this->mPixelHits.cbegin();
while (itchip != mPixelHits.cend()) {
Expand Down

0 comments on commit 5a7052d

Please sign in to comment.