@@ -80,14 +80,14 @@ namespace o2::aod
8080{
8181namespace globalmuonmatching
8282{
83- DECLARE_SOA_COLUMN (IsTagged, isTagged, bool ); // ! Whether the MCH(-MID) track passes tagging cuts
84- DECLARE_SOA_COLUMN (MatchRanking, matchRanking, int32_t ); // ! Match candidate ranking (-1 for base MCH entries)
85- DECLARE_SOA_COLUMN (MixedGroupIndex, mixedGroupIndex, int32_t ); // ! Mixed-event group index (-1 for same-event candidates)
86- DECLARE_SOA_COLUMN (DeltaBc, deltaBc, int64_t ); // ! |ΔBC| between mixed collisions (-1 if same-event)
87- DECLARE_SOA_COLUMN (DeltaPhi, deltaPhi, float ); // ! |Δφ| between mixed MCH tracks (-1 if same-event)
88- DECLARE_SOA_COLUMN (DeltaR, deltaR, float ); // ! ΔR = r2−r1 between mixed MCH tracks (-1 if same-event)
89- DECLARE_SOA_COLUMN (DeltaAttemptsRel, deltaAttemptsRel, float ); // ! relative Δ(nMatchAttempts) (-1 if same-event)
90- DECLARE_SOA_COLUMN (DeltaZ, deltaZ, float ); // ! |Δvz| between mixed collisions (-1 if same-event)
83+ DECLARE_SOA_COLUMN (IsTagged, isTagged, bool ); // ! Whether the MCH(-MID) track passes tagging cuts
84+ DECLARE_SOA_COLUMN (MatchRanking, matchRanking, int32_t ); // ! Match candidate ranking (-1 for base MCH entries)
85+ DECLARE_SOA_COLUMN (MixedGroupIndex, mixedGroupIndex, int32_t ); // ! Mixed-event group index (-1 for same-event candidates)
86+ DECLARE_SOA_COLUMN (DeltaBc, deltaBc, int64_t ); // ! |ΔBC| between mixed collisions (-1 if same-event)
87+ DECLARE_SOA_COLUMN (DeltaPhi, deltaPhi, float ); // ! |Δφ| between mixed MCH tracks (-1 if same-event)
88+ DECLARE_SOA_COLUMN (DeltaR, deltaR, float ); // ! ΔR = r2−r1 between mixed MCH tracks (-1 if same-event)
89+ DECLARE_SOA_COLUMN (DeltaAttemptsRel, deltaAttemptsRel, float ); // ! relative Δ(nMatchAttempts) (-1 if same-event)
90+ DECLARE_SOA_COLUMN (DeltaZ, deltaZ, float ); // ! |Δvz| between mixed collisions (-1 if same-event)
9191} // namespace globalmuonmatching
9292
9393DECLARE_SOA_TABLE (GmmCandFwdTrkExtras, " AOD" , " GMMCANDEXTRA" , // ! Extra info joinable to FwdTracksReAlign
0 commit comments