Skip to content

Commit 71b535b

Browse files
wiechulashahor02
authored andcommitted
don't skip events, wider drawing range
1 parent afc2525 commit 71b535b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Detectors/TPC/calibration/macro/drawPulser.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ TObjArray* drawPulser(TString pulserFile, int mode = 0, std::string_view outDir
138138
const auto medianWidth = TMath::Median(rocWidth.getData().size(), rocWidth.getData().data());
139139
const auto medianQtot = TMath::Median(rocQtot.getData().size(), rocQtot.getData().data());
140140

141-
const float rangeT0 = 0.5;
141+
const float rangeT0 = 1.5;
142142
const float minT0 = medianT0 - rangeT0;
143143
const float maxT0 = medianT0 + rangeT0;
144144

Detectors/TPC/calibration/macro/runPulser.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ void runPulser(std::vector<std::string_view> fileInfos, TString outputFileName =
6969
if (status == CalibRawBase::ProcessStatus::IncompleteEvent) {
7070
continue;
7171
} else if (status != CalibRawBase::ProcessStatus::Ok) {
72-
break;
72+
//break;
7373
}
7474
}
7575
}

0 commit comments

Comments
 (0)