Skip to content
Snippets Groups Projects
Commit c5721c92 authored by Axel Puntke's avatar Axel Puntke
Browse files

Format correction

parent a8afa8ed
No related branches found
No related tags found
No related merge requests found
......@@ -344,7 +344,10 @@ void CbmTrdUnpackAlgoR::makeDigi(Spadic::FexWord<0x10> fw, std::uint32_t criid)
// If the message was flagged as multi hit, forward this info to the digi
if (fw.mh != 0) digi->SetTriggerType(CbmTrdDigi::eTriggerType::kMulti);
if (fMonitor) { fMonitor->FillHistos(digi.get(), nullptr); } //pass digi to monitor
//pass digi to monitor
if (fMonitor) {
fMonitor->FillHistos(digi.get(), nullptr);
}
fOutputVec.emplace_back(*std::move(digi));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment