Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading