@@ -100,7 +100,7 @@ DECLARE_DMESON_PAIR_MCINFO_TABLE(D0PairMcGenInfo, 2, "D0PAIRGEN"); //! D0 pairs
100100namespace hf_correlation_d_meson_had
101101{
102102// D candidate
103- DECLARE_SOA_COLUMN (PtD, pD , float ); // ! Transverse momentum of the D meson
103+ DECLARE_SOA_COLUMN (PtD, ptD , float ); // ! Transverse momentum of the D meson
104104DECLARE_SOA_COLUMN (YD , yD, float ); // ! Rapidity of the D meson
105105DECLARE_SOA_COLUMN (EtaD, etaD, float ); // ! Pseudorapidity of the D meson
106106DECLARE_SOA_COLUMN (PhiD, phiD, float ); // ! Azimuthal angle of the D meson
@@ -110,7 +110,7 @@ DECLARE_SOA_COLUMN(GIndexColD, gIndexColD, int); //! G-index column of the D
110110DECLARE_SOA_COLUMN (TimestampD, timestampD, int64_t ); // ! Timestamp of the D meson
111111
112112// Associated hadron
113- DECLARE_SOA_COLUMN (PtHad, pHad , float ); // ! Transverse momentum of the associated hadron
113+ DECLARE_SOA_COLUMN (PtHad, ptHad , float ); // ! Transverse momentum of the associated hadron
114114DECLARE_SOA_COLUMN (YHad, yHad, float ); // ! Rapidity of the associated hadron
115115DECLARE_SOA_COLUMN (EtaHad, etaHad, float ); // ! Pseudorapidity of the associated hadron
116116DECLARE_SOA_COLUMN (PhiHad, phiHad, float ); // ! Azimuthal angle of the associated hadron
0 commit comments