Skip to content

Commit bf7243a

Browse files
committed
add event information in pair table
1 parent a52bc7f commit bf7243a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

PWGDQ/DataModel/ReducedInfoTables.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,11 @@ DECLARE_SOA_COLUMN(CORR4REF, corr4ref, float); //! Ref Flow correla
152152
DECLARE_SOA_COLUMN(M11REF, m11ref, float); //! Weighted multiplicity of <<2>> for reference flow
153153
DECLARE_SOA_COLUMN(M1111REF, m1111ref, float); //! Weighted multiplicity of <<4>> for reference flow
154154
DECLARE_SOA_COLUMN(M11REFetagap, m11refetagap, float); //! Weighted multiplicity of <<2>> etagap for reference flow
155+
156+
DECLARE_SOA_COLUMN(Psi2Random, psi2random, float); //! Event plane angle from random subevent
157+
DECLARE_SOA_COLUMN(Psi2A, psi2a, float); //! Event plane angle from Q-vector A
158+
DECLARE_SOA_COLUMN(Psi2B, psi2b, float); //! Event plane angle from Q-vector B
159+
DECLARE_SOA_COLUMN(Psi2C, psi2c, float); //! Event plane angle from Q-vector C
155160
} // namespace reducedevent
156161

157162
DECLARE_SOA_TABLE_STAGED(ReducedEvents, "REDUCEDEVENT", //! Main event information table
@@ -993,6 +998,9 @@ DECLARE_SOA_TABLE(DileptonsPolarization, "AOD", "RTDILPOLAR", //!
993998
reducedpair::CosThetaRM,
994999
reducedpair::CosThetaStarTPC, reducedpair::CosThetaStarFT0A, reducedpair::CosThetaStarFT0C);
9951000

1001+
DECLARE_SOA_TABLE(DileptonsEventInfo, "AOD", "RTDILEVENTINFO", //!
1002+
cent::CentFT0C, collision::PosZ, collision::NumContrib, reducedevent::Psi2Random, reducedevent::Psi2A, reducedevent::Psi2B, reducedevent::Psi2C);
1003+
9961004
using Dielectron = Dielectrons::iterator;
9971005
using StoredDielectron = StoredDielectrons::iterator;
9981006
using Dimuon = Dimuons::iterator;
@@ -1007,6 +1015,7 @@ using DileptonMiniTree = DileptonsMiniTree::iterator;
10071015
using DileptonMiniTreeGen = DileptonsMiniTreeGen::iterator;
10081016
using DileptonMiniTreeRec = DileptonsMiniTreeRec::iterator;
10091017
using DileptonPolarization = DileptonsPolarization::iterator;
1018+
using DileptonEventInfo = DileptonsEventInfo::iterator;
10101019

10111020
// Tables for using analysis-dilepton-track with analysis-asymmetric-pairing
10121021
DECLARE_SOA_TABLE(Ditracks, "AOD", "RTDITRACK", //!

0 commit comments

Comments
 (0)