Skip to content

Commit f045c19

Browse files
authored
Declare additional columns
Declare pt assoc and correlation variables
1 parent 686c3db commit f045c19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PWGDQ/Tasks/dqEfficiency_withAssoc.cxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ DECLARE_SOA_COLUMN(TauxyBcandidate, tauxyBcandidate, float);
8888
DECLARE_SOA_COLUMN(TauzBcandidate, tauzBcandidate, float);
8989
DECLARE_SOA_COLUMN(CosPBcandidate, cosPBcandidate, float);
9090
DECLARE_SOA_COLUMN(Chi2Bcandidate, chi2Bcandidate, float);
91+
DECLARE_SOA_COLUMN(Ptassoc, ptassoc, float);
9192
DECLARE_SOA_COLUMN(PINassoc, pINassoc, float);
9293
DECLARE_SOA_COLUMN(Etaassoc, etaassoc, float);
9394
DECLARE_SOA_COLUMN(Ptpair, ptpair, float);
@@ -135,6 +136,8 @@ DECLARE_SOA_COLUMN(Lzee, lzee, float);
135136
DECLARE_SOA_COLUMN(AmbiguousInBunchPairs, AmbiguousJpsiPairsInBunch, bool);
136137
DECLARE_SOA_COLUMN(AmbiguousOutOfBunchPairs, AmbiguousJpsiPairsOutOfBunch, bool);
137138
DECLARE_SOA_COLUMN(Corrassoc, corrassoc, bool);
139+
DECLARE_SOA_COLUMN(DeltaEta, deltaEta, float);
140+
DECLARE_SOA_COLUMN(DeltaPhi, deltaPhi, float);
138141
} // namespace dqanalysisflags
139142

140143
DECLARE_SOA_TABLE(EventCuts, "AOD", "DQANAEVCUTS", dqanalysisflags::IsEventSelected); //! joinable to ReducedEvents

0 commit comments

Comments
 (0)