Skip to content
Snippets Groups Projects
Commit 85bdb3b4 authored by fjlinz's avatar fjlinz Committed by Administrator
Browse files

clang format

MR 1634
(cherry picked from commit eecdf8e3)
parent 169209c4
No related branches found
No related tags found
No related merge requests found
......@@ -113,14 +113,15 @@ void CbmTrdTracksConverter::ProcessData(CbmEvent* event)
Int_t idx = trd_track->GetHitIndex(ihit);
auto* hit = (CbmTrdHit*) cbm_trd_hits_->At(idx);
if (hit) {
if (hit->GetELoss() > 0) {
if (hit->GetELoss() > 0) {
track.SetField(float(hit->GetELoss() * 1e6), i_e_loss_i_ + hit->GetPlaneId());
} else {
}
else {
trd_hits--;
}
}
}
}
track.SetField(trd_hits, i_n_hits_);
if (rec_tracks_map.empty()) { continue; }
......
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