Skip to content
Snippets Groups Projects
Commit e4cbd0fa authored by Sergei Zharko's avatar Sergei Zharko
Browse files

online: BMON hitfinder

parent 6e91016a
No related branches found
No related tags found
1 merge request!2000Lambda-selector in cbmreco (first iteration)
...@@ -396,6 +396,8 @@ RecoResults Reco::Run(const fles::Timeslice& ts) ...@@ -396,6 +396,8 @@ RecoResults Reco::Run(const fles::Timeslice& ts)
// ***** DEBUG: BEGIN // ***** DEBUG: BEGIN
if constexpr (0) { if constexpr (0) {
int nEvents = events.size(); int nEvents = events.size();
size_t nBmonHitsOneChannel{0};
size_t nBmonHitsTwoChannels{0};
for (int iE = 0; iE < nEvents; ++iE) { for (int iE = 0; iE < nEvents; ++iE) {
const auto& event = events[iE]; const auto& event = events[iE];
// Calibrate TOF digis: // Calibrate TOF digis:
...@@ -408,6 +410,8 @@ RecoResults Reco::Run(const fles::Timeslice& ts) ...@@ -408,6 +410,8 @@ RecoResults Reco::Run(const fles::Timeslice& ts)
fBmonHitFinderQa->Exec(); fBmonHitFinderQa->Exec();
} }
} }
L_(info) << "!!!! BMON hits with two channels: " << nBmonHitsTwoChannels << " / "
<< (nBmonHitsTwoChannels + nBmonHitsOneChannel);
} }
// ***** DEBUG: END // ***** DEBUG: END
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment