@@ -886,6 +886,7 @@ DECLARE_SOA_COLUMN(CosThetaRM, costhetaRM, float); //! Cosine in the
886886DECLARE_SOA_COLUMN (CosThetaStarTPC, costhetaStarTPC, float ); // ! global polarization, event plane reconstructed from TPC tracks
887887DECLARE_SOA_COLUMN (CosThetaStarFT0A, costhetaStarFT0A, float ); // ! global polarization, event plane reconstructed from FT0A tracks
888888DECLARE_SOA_COLUMN (CosThetaStarFT0C, costhetaStarFT0C, float ); // ! global polarization, event plane reconstructed from FT0C tracks
889+ DECLARE_SOA_COLUMN (CosThetaStarRandom, costhetaStarRandom, float ); // ! global polarization, event plane reconstructed from random tracks
889890DECLARE_SOA_DYNAMIC_COLUMN (Px, px, // !
890891 [](float pt, float phi) -> float { return pt * std::cos (phi); });
891892DECLARE_SOA_DYNAMIC_COLUMN (Py, py, // !
@@ -1044,12 +1045,12 @@ DECLARE_SOA_TABLE(DileptonsMiniTreeRec, "AOD", "RTDILMTREEREC", //!
10441045 dilepton_track_index::Pt2, dilepton_track_index::Eta2, dilepton_track_index::Phi2);
10451046
10461047DECLARE_SOA_TABLE (DileptonsPolarization, " AOD" , " RTDILPOLAR" , // !
1047- reducedpair::Mass, reducedpair::Pt, reducedpair::Eta, reducedpair::Sign,
1048+ reducedpair::Mass, reducedpair::Pt, reducedpair::Eta, reducedpair::Sign, reducedpair::FilterMap,
10481049 reducedpair::CosThetaHE, reducedpair::PhiHE, reducedpair::PhiTildeHE,
10491050 reducedpair::CosThetaCS, reducedpair::PhiCS, reducedpair::PhiTildeCS,
10501051 reducedpair::CosThetaPP, reducedpair::PhiPP, reducedpair::PhiTildePP,
10511052 reducedpair::CosThetaRM,
1052- reducedpair::CosThetaStarTPC, reducedpair::CosThetaStarFT0A, reducedpair::CosThetaStarFT0C);
1053+ reducedpair::CosThetaStarTPC, reducedpair::CosThetaStarFT0A, reducedpair::CosThetaStarFT0C, reducedpair::CosThetaStarRandom );
10531054
10541055DECLARE_SOA_TABLE (DileptonsEventInfo, " AOD" , " RTDILEVENTINFO" , // !
10551056 cent::CentFT0C, collision::PosZ, collision::NumContrib, reducedevent::Psi2Random, reducedevent::Psi2A, reducedevent::Psi2B, reducedevent::Psi2C);
0 commit comments