@@ -88,6 +88,7 @@ DECLARE_SOA_COLUMN(TauxyBcandidate, tauxyBcandidate, float);
8888DECLARE_SOA_COLUMN (TauzBcandidate, tauzBcandidate, float );
8989DECLARE_SOA_COLUMN (CosPBcandidate, cosPBcandidate, float );
9090DECLARE_SOA_COLUMN (Chi2Bcandidate, chi2Bcandidate, float );
91+ DECLARE_SOA_COLUMN (Ptassoc, ptassoc, float );
9192DECLARE_SOA_COLUMN (PINassoc, pINassoc, float );
9293DECLARE_SOA_COLUMN (Etaassoc, etaassoc, float );
9394DECLARE_SOA_COLUMN (Ptpair, ptpair, float );
@@ -135,6 +136,8 @@ DECLARE_SOA_COLUMN(Lzee, lzee, float);
135136DECLARE_SOA_COLUMN (AmbiguousInBunchPairs, AmbiguousJpsiPairsInBunch, bool );
136137DECLARE_SOA_COLUMN (AmbiguousOutOfBunchPairs, AmbiguousJpsiPairsOutOfBunch, bool );
137138DECLARE_SOA_COLUMN (Corrassoc, corrassoc, bool );
139+ DECLARE_SOA_COLUMN (DeltaEta, deltaEta, float );
140+ DECLARE_SOA_COLUMN (DeltaPhi, deltaPhi, float );
138141} // namespace dqanalysisflags
139142
140143DECLARE_SOA_TABLE (EventCuts, " AOD" , " DQANAEVCUTS" , dqanalysisflags::IsEventSelected); // ! joinable to ReducedEvents
0 commit comments