@@ -267,10 +267,10 @@ namespace reducedmft
267267DECLARE_SOA_INDEX_COLUMN (ReducedEvent, reducedevent); // !
268268DECLARE_SOA_COLUMN (FilteringFlags, filteringFlags, uint8_t ); // !
269269
270- DECLARE_SOA_COLUMN (Pt, pt, float ); // !
271- DECLARE_SOA_COLUMN (Eta, eta, float ); // !
272- DECLARE_SOA_COLUMN (Phi, phi, float ); // !
273- DECLARE_SOA_COLUMN (Sign, sign, int ); // !
270+ DECLARE_SOA_COLUMN (Pt, pt, float ); // !
271+ DECLARE_SOA_COLUMN (Eta, eta, float ); // !
272+ DECLARE_SOA_COLUMN (Phi, phi, float ); // !
273+ DECLARE_SOA_COLUMN (Sign, sign, int ); // !
274274DECLARE_SOA_COLUMN (FwdDcaX, fwdDcaX, float ); // !
275275DECLARE_SOA_COLUMN (FwdDcaY, fwdDcaY, float ); // !
276276DECLARE_SOA_COLUMN (MftClusterSizesAndTrackFlags, mftClusterSizesAndTrackFlags, uint64_t ); // !
@@ -442,30 +442,30 @@ DECLARE_SOA_COLUMN(FwdDcaY2, fwdDcaY2, float); //! Y component of forward DCA
442442// pair information
443443namespace reducedpair
444444{
445- DECLARE_SOA_INDEX_COLUMN (ReducedEvent, reducedevent); // !
446- DECLARE_SOA_COLUMN (Mass, mass, float ); // !
447- DECLARE_SOA_COLUMN (Pt, pt, float ); // !
448- DECLARE_SOA_COLUMN (Eta, eta, float ); // !
449- DECLARE_SOA_COLUMN (Phi, phi, float ); // !
450- DECLARE_SOA_COLUMN (Sign, sign, int ); // !
451- DECLARE_SOA_COLUMN (FilterMap, filterMap, uint32_t ); // !
452- DECLARE_SOA_COLUMN (McDecision, mcDecision, uint32_t ); // !
453- DECLARE_SOA_COLUMN (Tauz, tauz, float ); // ! Longitudinal pseudo-proper time of lepton pair (in ns)
454- DECLARE_SOA_COLUMN (TauzErr, tauzErr, float ); // ! Error on longitudinal pseudo-proper time of lepton pair (in ns)
455- DECLARE_SOA_COLUMN (Tauxy, tauxy, float ); // ! Transverse pseudo-proper time of lepton pair (in ns)
456- DECLARE_SOA_COLUMN (TauxyErr, tauxyErr, float ); // ! Error on transverse pseudo-proper time of lepton pair (in ns)
457- DECLARE_SOA_COLUMN (Lz, lz, float ); // ! Longitudinal projection of decay length
458- DECLARE_SOA_COLUMN (Lxy, lxy, float ); // ! Transverse projection of decay length
459- DECLARE_SOA_COLUMN (Chi2pca, chi2pca, float ); // ! Chi2 for PCA of the dilepton
445+ DECLARE_SOA_INDEX_COLUMN (ReducedEvent, reducedevent); // !
446+ DECLARE_SOA_COLUMN (Mass, mass, float ); // !
447+ DECLARE_SOA_COLUMN (Pt, pt, float ); // !
448+ DECLARE_SOA_COLUMN (Eta, eta, float ); // !
449+ DECLARE_SOA_COLUMN (Phi, phi, float ); // !
450+ DECLARE_SOA_COLUMN (Sign, sign, int ); // !
451+ DECLARE_SOA_COLUMN (FilterMap, filterMap, uint32_t ); // !
452+ DECLARE_SOA_COLUMN (McDecision, mcDecision, uint32_t ); // !
453+ DECLARE_SOA_COLUMN (Tauz, tauz, float ); // ! Longitudinal pseudo-proper time of lepton pair (in ns)
454+ DECLARE_SOA_COLUMN (TauzErr, tauzErr, float ); // ! Error on longitudinal pseudo-proper time of lepton pair (in ns)
455+ DECLARE_SOA_COLUMN (Tauxy, tauxy, float ); // ! Transverse pseudo-proper time of lepton pair (in ns)
456+ DECLARE_SOA_COLUMN (TauxyErr, tauxyErr, float ); // ! Error on transverse pseudo-proper time of lepton pair (in ns)
457+ DECLARE_SOA_COLUMN (Lz, lz, float ); // ! Longitudinal projection of decay length
458+ DECLARE_SOA_COLUMN (Lxy, lxy, float ); // ! Transverse projection of decay length
459+ DECLARE_SOA_COLUMN (Chi2pca, chi2pca, float ); // ! Chi2 for PCA of the dilepton
460460DECLARE_SOA_COLUMN (CosPointingAngle, cosPointingAngle, float ); // ! Cosine of the pointing angle
461- DECLARE_SOA_COLUMN (U2Q2, u2q2, float ); // ! Scalar product between unitary vector with event flow vector (harmonic 2)
462- DECLARE_SOA_COLUMN (U3Q3, u3q3, float ); // ! Scalar product between unitary vector with event flow vector (harmonic 3)
463- DECLARE_SOA_COLUMN (Cos2DeltaPhi, cos2deltaphi, float ); // ! Cosinus term using event plane angle (harmonic 2)
464- DECLARE_SOA_COLUMN (Cos3DeltaPhi, cos3deltaphi, float ); // ! Cosinus term using event plane angle (harmonic 3)
465- DECLARE_SOA_COLUMN (Psi2A, psi2a, float ); // ! Event plane for sub-sample A
466- DECLARE_SOA_COLUMN (Psi2B, psi2b, float ); // ! Event plane for sub-sample B
467- DECLARE_SOA_COLUMN (Psi2C, psi2c, float ); // ! Event plane for sub-sample C
468- DECLARE_SOA_COLUMN (CollisionId, collisionId, int ); // !
461+ DECLARE_SOA_COLUMN (U2Q2, u2q2, float ); // ! Scalar product between unitary vector with event flow vector (harmonic 2)
462+ DECLARE_SOA_COLUMN (U3Q3, u3q3, float ); // ! Scalar product between unitary vector with event flow vector (harmonic 3)
463+ DECLARE_SOA_COLUMN (Cos2DeltaPhi, cos2deltaphi, float ); // ! Cosinus term using event plane angle (harmonic 2)
464+ DECLARE_SOA_COLUMN (Cos3DeltaPhi, cos3deltaphi, float ); // ! Cosinus term using event plane angle (harmonic 3)
465+ DECLARE_SOA_COLUMN (Psi2A, psi2a, float ); // ! Event plane for sub-sample A
466+ DECLARE_SOA_COLUMN (Psi2B, psi2b, float ); // ! Event plane for sub-sample B
467+ DECLARE_SOA_COLUMN (Psi2C, psi2c, float ); // ! Event plane for sub-sample C
468+ DECLARE_SOA_COLUMN (CollisionId, collisionId, int ); // !
469469// DECLARE_SOA_INDEX_COLUMN(ReducedMuon, reducedmuon2); //!
470470DECLARE_SOA_DYNAMIC_COLUMN (Px, px, // !
471471 [](float pt, float phi) -> float { return pt * std::cos (phi); });
@@ -504,8 +504,7 @@ DECLARE_SOA_TABLE(DileptonsFlow, "AOD", "RTDILEPTONFLOW", //!
504504 reducedpair::Cos3DeltaPhi,
505505 reducedpair::Psi2A,
506506 reducedpair::Psi2B,
507- reducedpair::Psi2C
508- );
507+ reducedpair::Psi2C);
509508
510509// Dilepton collision information (joined with DileptonsExtra) allowing to connect different tables (cross PWGs)
511510DECLARE_SOA_TABLE (DileptonsInfo, " AOD" , " RTDILEPTONINFO" ,
@@ -538,8 +537,7 @@ DECLARE_SOA_TABLE(DimuonsAll, "AOD", "RTDIMUONALL", //!
538537 reducedpair::Cos3DeltaPhi,
539538 reducedpair::Psi2A,
540539 reducedpair::Psi2B,
541- reducedpair::Psi2C
542- );
540+ reducedpair::Psi2C);
543541
544542using Dilepton = Dileptons::iterator;
545543using DileptonExtra = DileptonsExtra::iterator;
0 commit comments