Skip to content

Commit 5a7052d

Browse files
authored
ThresholdCalibratorSpec.cxx: bug fix for VRESETD scan (#13811)
Trivial, merging.
1 parent eae7e1d commit 5a7052d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Detectors/ITSMFT/ITS/workflow/src/ThresholdCalibratorSpec.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1873,7 +1873,6 @@ void ITSThresholdCalibrator::finalize()
18731873
}
18741874
} else if (this->mScanType == 'P' || this->mScanType == 'p' || this->mScanType == 'r' || mScanType == 'R') { // pulse length scan 1D and 2D, vresetd scan 1D & 2D
18751875
name = "Pulse";
1876-
std::set<int> thisRUs;
18771876
// extract hits for the available row(s)
18781877
auto itchip = this->mPixelHits.cbegin();
18791878
while (itchip != mPixelHits.cend()) {

0 commit comments

Comments
 (0)