@@ -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;
@@ -758,7 +758,7 @@ struct UpcCandProducer {
758758 } else {
759759 trackBC = ambIter->second ;
760760 }
761- if (!hasTrackBC)
761+ if (!hasTrackBC)
762762 continue ;
763763 int64_t tint = TMath::FloorNint (trk.trackTime () / o2::constants::lhc::LHCBunchSpacingNS + static_cast <float >(fMuonTrackTShift ));
764764 uint64_t bc = trackBC + tint;
@@ -1584,7 +1584,7 @@ struct UpcCandProducer {
15841584
15851585 // trackID -> index in amb. track table
15861586 std::unordered_map<int64_t , uint64_t > ambFwdTrBCs;
1587- collectAmbTrackBCs<1 , BCsWithBcSels>(ambFwdTrBCs, bcs,ambFwdTracks);
1587+ collectAmbTrackBCs<1 , BCsWithBcSels>(ambFwdTrBCs, bcs, ambFwdTracks);
15881588
15891589 collectForwardTracks (bcsMatchedTrIdsMID,
15901590 o2::aod::fwdtrack::ForwardTrackTypeEnum::MuonStandaloneTrack,
0 commit comments