@@ -614,7 +614,7 @@ struct UpcCandProducer {
614614 const auto & bcIds = ambTrk.bcIds ();
615615 if (bcIds.size () == 0 )
616616 continue ;
617-
617+
618618 const auto firstBcId = static_cast <int64_t >(*bcIds.begin ());
619619 if (firstBcId < 0 || firstBcId >= static_cast <int64_t >(bcs.size ())) {
620620 LOGP (debug,
@@ -713,7 +713,7 @@ struct UpcCandProducer {
713713 trackBC = ambIter->second ;
714714 hasTrackBC = true ;
715715 }
716- if (!hasTrackBC)
716+ if (!hasTrackBC)
717717 continue ;
718718 int64_t tint = TMath::FloorNint (trk.trackTime () / o2::constants::lhc::LHCBunchSpacingNS + static_cast <float >(fMuonTrackTShift ));
719719 uint64_t bc = trackBC + tint;
@@ -760,7 +760,7 @@ struct UpcCandProducer {
760760 trackBC = ambIter->second ;
761761 hasTrackBC = true ;
762762 }
763- if (!hasTrackBC)
763+ if (!hasTrackBC)
764764 continue ;
765765 int64_t tint = TMath::FloorNint (trk.trackTime () / o2::constants::lhc::LHCBunchSpacingNS + static_cast <float >(fMuonTrackTShift ));
766766 uint64_t bc = trackBC + tint;
@@ -1586,7 +1586,7 @@ struct UpcCandProducer {
15861586
15871587 // trackID -> index in amb. track table
15881588 std::unordered_map<int64_t , uint64_t > ambFwdTrBCs;
1589- collectAmbTrackBCs<1 , BCsWithBcSels>(ambFwdTrBCs, bcs,ambFwdTracks);
1589+ collectAmbTrackBCs<1 , BCsWithBcSels>(ambFwdTrBCs, bcs, ambFwdTracks);
15901590
15911591 collectForwardTracks (bcsMatchedTrIdsMID,
15921592 o2::aod::fwdtrack::ForwardTrackTypeEnum::MuonStandaloneTrack,
0 commit comments