We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5af4d commit 302a96fCopy full SHA for 302a96f
1 file changed
Modules/CTP/src/RawDataReaderCheck.cxx
@@ -92,7 +92,7 @@ Quality RawDataReaderCheck::check(std::map<std::string, std::shared_ptr<MonitorO
92
if (mLHCBCs.count() == 0) {
93
continue;
94
}
95
- float average = h->GetEntries() / mLHCBCs.count();
+ float average = h->Integral() / mLHCBCs.count();
96
mThreshold = average - mNSigBC * sqrt(average);
97
if (mThreshold < std::sqrt(average)) {
98
mThreshold = average / 2;
0 commit comments