@@ -152,6 +152,11 @@ DECLARE_SOA_COLUMN(CORR4REF, corr4ref, float); //! Ref Flow correla
152152DECLARE_SOA_COLUMN (M11REF , m11ref, float ); // ! Weighted multiplicity of <<2>> for reference flow
153153DECLARE_SOA_COLUMN (M1111REF , m1111ref, float ); // ! Weighted multiplicity of <<4>> for reference flow
154154DECLARE_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
157162DECLARE_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+
9961004using Dielectron = Dielectrons::iterator;
9971005using StoredDielectron = StoredDielectrons::iterator;
9981006using Dimuon = Dimuons::iterator;
@@ -1007,6 +1015,7 @@ using DileptonMiniTree = DileptonsMiniTree::iterator;
10071015using DileptonMiniTreeGen = DileptonsMiniTreeGen::iterator;
10081016using DileptonMiniTreeRec = DileptonsMiniTreeRec::iterator;
10091017using DileptonPolarization = DileptonsPolarization::iterator;
1018+ using DileptonEventInfo = DileptonsEventInfo::iterator;
10101019
10111020// Tables for using analysis-dilepton-track with analysis-asymmetric-pairing
10121021DECLARE_SOA_TABLE (Ditracks, " AOD" , " RTDITRACK" , // !
0 commit comments