@@ -97,15 +97,15 @@ DECLARE_SOA_TABLE(DHadronRecoInfo, "AOD", "DHADRONRECOINFO", //! D0-Hadrons pair
9797// Note: definition of columns and tables for Lc-Hadron correlation pairs
9898namespace hf_correlation_lc_hadron
9999{
100- DECLARE_SOA_COLUMN (DeltaPhi, deltaPhi, float ); // ! DeltaPhi between Lc and Hadrons
101- DECLARE_SOA_COLUMN (DeltaEta, deltaEta, float ); // ! DeltaEta between Lc and Hadrons
102- DECLARE_SOA_COLUMN (PtLc, ptLc, float ); // ! Transverse momentum of Lc
103- DECLARE_SOA_COLUMN (PtHadron, ptHadron, float ); // ! Transverse momentum of Hadron
104- DECLARE_SOA_COLUMN (MLc, mLc , float ); // ! Invariant mass of Lc
100+ DECLARE_SOA_COLUMN (DeltaPhi, deltaPhi, float ); // ! DeltaPhi between Lc and Hadrons
101+ DECLARE_SOA_COLUMN (DeltaEta, deltaEta, float ); // ! DeltaEta between Lc and Hadrons
102+ DECLARE_SOA_COLUMN (PtLc, ptLc, float ); // ! Transverse momentum of Lc
103+ DECLARE_SOA_COLUMN (PtHadron, ptHadron, float ); // ! Transverse momentum of Hadron
104+ DECLARE_SOA_COLUMN (MLc, mLc , float ); // ! Invariant mass of Lc
105105DECLARE_SOA_COLUMN (MlScoreBkg, mlScoreBkg, float ); // ! ML background score for Lc selection
106106DECLARE_SOA_COLUMN (MlScorePrompt, mlScorePrompt, float ); // ! ML prompt score for Lc selection
107- DECLARE_SOA_COLUMN (SignalStatus, signalStatus, int ); // ! Tag for LcToPKPi/LcToPiKP
108- DECLARE_SOA_COLUMN (PoolBin, poolBin, int ); // ! Pool Bin for the MixedEvent
107+ DECLARE_SOA_COLUMN (SignalStatus, signalStatus, int ); // ! Tag for LcToPKPi/LcToPiKP
108+ DECLARE_SOA_COLUMN (PoolBin, poolBin, int ); // ! Pool Bin for the MixedEvent
109109DECLARE_SOA_COLUMN (TrackDcaXY, trackDcaXY, float ); // ! DCA xy of the track
110110DECLARE_SOA_COLUMN (TrackDcaZ, trackDcaZ, float ); // ! DCA z of the track
111111DECLARE_SOA_COLUMN (TrackTPCNClsCrossedRows, trackTPCNClsCrossedRows, int ); // ! Number of crossed TPC Rows
0 commit comments