Skip to content

Commit 1333dc0

Browse files
committed
Fixing bc slice definition
1 parent feddb64 commit 1333dc0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGDQ/Tasks/global-muon-matcher.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,14 @@ namespace globalmuonmatching
9898
{
9999
DECLARE_SOA_ARRAY_INDEX_COLUMN(GlobalMuonMatchCandidate, globalMuonMatchCandidate); //! Array of GlobalMuonMatchCandidates indices
100100
DECLARE_SOA_INDEX_COLUMN_FULL(FwdTrackRealign, fwdTrackRealign, int, FwdTracksReAlign, ""); //! Index of ambiguous FwdTracksReAlign entry
101-
DECLARE_SOA_SLICE_INDEX_COLUMN(Bc, bc); //! BC index slice compatible with the track time window
101+
DECLARE_SOA_SLICE_INDEX_COLUMN(BC, bc); //! BC index slice compatible with the track time window
102102
} // namespace globalmuonmatching
103103

104104
DECLARE_SOA_TABLE(FwdTrkMatchCands, "AOD", "FWDTRKMATCHCAND", //! Vectors of match-candidate indices stored per fwdtrack
105105
globalmuonmatching::GlobalMuonMatchCandidateIds, o2::soa::Marker<3>);
106106

107107
DECLARE_SOA_TABLE(AmbiguousFwdTracksReAlign, "AOD", "AMBIGFWDREALIGN", //! FwdTracksReAlign entries without a unique collision association
108-
o2::soa::Index<>, globalmuonmatching::FwdTrackRealignId, globalmuonmatching::BcIdSlice);
108+
o2::soa::Index<>, globalmuonmatching::FwdTrackRealignId, globalmuonmatching::BCIdSlice);
109109
} // namespace o2::aod
110110

111111
using MyEvents = soa::Join<aod::Collisions, aod::EvSels, aod::FT0Mults, aod::MFTMults, aod::PVMults, aod::CentFT0Ms, aod::CentFT0As, aod::CentFT0Cs>;

0 commit comments

Comments
 (0)