@@ -114,12 +114,12 @@ DECLARE_SOA_COLUMN(IsSignal, isSignal, bool); //! U
114114DECLARE_SOA_COLUMN (IsPrompt, isPrompt, bool ); // ! Used in MC-Rec, Lc Prompt or Non-Prompt
115115DECLARE_SOA_COLUMN (IsPhysicalPrimary, isPhysicalPrimary, bool ); // ! Used in MC-Rec, primary associated particles
116116DECLARE_SOA_COLUMN (IsAutoCorrelated, isAutoCorrelated, bool ); // ! Correlation Status
117- DECLARE_SOA_COLUMN (PrNsigmTPC, prNsigmTPC, float ); // ! Associated Particle TPC nSigma proton
118- DECLARE_SOA_COLUMN (KaNsigmTPC, kaNsigmTPC, float ); // ! Associated Particle TPC nSigma Kaon
119- DECLARE_SOA_COLUMN (PiNsigmTPC, piNsigmTPC, float ); // ! Associated Particle TPC nSigma Pion
120- DECLARE_SOA_COLUMN (PrNsigmTOF, prNsigmTOF, float ); // ! Associated Particle TOF nSigma Proton
121- DECLARE_SOA_COLUMN (KaNsigmTOF, kaNsigmTOF, float ); // ! Associated Particle TOF nSigma Kaon
122- DECLARE_SOA_COLUMN (PiNsigmTOF, piNsigmTOF, float ); // ! Associated Particle TOF nSigma Pion
117+ DECLARE_SOA_COLUMN (PrNsigmTPC, prNsigmTPC, float ); // ! Associated Particle TPC nSigma proton
118+ DECLARE_SOA_COLUMN (KaNsigmTPC, kaNsigmTPC, float ); // ! Associated Particle TPC nSigma Kaon
119+ DECLARE_SOA_COLUMN (PiNsigmTPC, piNsigmTPC, float ); // ! Associated Particle TPC nSigma Pion
120+ DECLARE_SOA_COLUMN (PrNsigmTOF, prNsigmTOF, float ); // ! Associated Particle TOF nSigma Proton
121+ DECLARE_SOA_COLUMN (KaNsigmTOF, kaNsigmTOF, float ); // ! Associated Particle TOF nSigma Kaon
122+ DECLARE_SOA_COLUMN (PiNsigmTOF, piNsigmTOF, float ); // ! Associated Particle TOF nSigma Pion
123123} // namespace hf_correlation_lc_hadron
124124
125125DECLARE_SOA_TABLE (LcHadronPair, " AOD" , " LCHPAIR" , // ! Lc-Hadrons pairs Informations
0 commit comments