Skip to content
Snippets Groups Projects
Commit 531aa479 authored by Axel Puntke's avatar Axel Puntke Committed by Pierre-Alain Loizeau
Browse files

Format correction

parent 0608acbb
No related branches found
No related tags found
1 merge request!1712Enable TRD Monitor for new FEX format
Pipeline #28150 passed
This commit is part of merge request !1712. Comments created here will be created in the context of that merge request.
......@@ -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.
Finish editing this message first!
Please register or to comment