@@ -161,13 +161,13 @@ DECLARE_SOA_COLUMN(IsSignal, isSignal, bool); //! U
161161DECLARE_SOA_COLUMN (IsPrompt, isPrompt, bool ); // ! Used in MC-Rec, Lc Prompt or Non-Prompt
162162DECLARE_SOA_COLUMN (IsPhysicalPrimary, isPhysicalPrimary, bool ); // ! Used in MC-Rec, primary associated particles
163163DECLARE_SOA_COLUMN (IsAutoCorrelated, isAutoCorrelated, bool ); // ! Correlation Status
164- DECLARE_SOA_COLUMN (Cent, cent, float );
165- DECLARE_SOA_COLUMN (PrNsigmTPC, prNsigmTPC, float ); // ! Associated Particle TPC nSigma proton
166- DECLARE_SOA_COLUMN (KaNsigmTPC, kaNsigmTPC, float ); // ! Associated Particle TPC nSigma Kaon
167- DECLARE_SOA_COLUMN (PiNsigmTPC, piNsigmTPC, float ); // ! Associated Particle TPC nSigma Pion
168- DECLARE_SOA_COLUMN (PrNsigmTOF, prNsigmTOF, float ); // ! Associated Particle TOF nSigma Proton
169- DECLARE_SOA_COLUMN (KaNsigmTOF, kaNsigmTOF, float ); // ! Associated Particle TOF nSigma Kaon
170- DECLARE_SOA_COLUMN (PiNsigmTOF, piNsigmTOF, float ); // ! Associated Particle TOF nSigma Pion
164+ DECLARE_SOA_COLUMN (Cent, cent, float ); // ! Centrality of Collision
165+ DECLARE_SOA_COLUMN (PrNsigmTPC, prNsigmTPC, float ); // ! Associated Particle TPC nSigma proton
166+ DECLARE_SOA_COLUMN (KaNsigmTPC, kaNsigmTPC, float ); // ! Associated Particle TPC nSigma Kaon
167+ DECLARE_SOA_COLUMN (PiNsigmTPC, piNsigmTPC, float ); // ! Associated Particle TPC nSigma Pion
168+ DECLARE_SOA_COLUMN (PrNsigmTOF, prNsigmTOF, float ); // ! Associated Particle TOF nSigma Proton
169+ DECLARE_SOA_COLUMN (KaNsigmTOF, kaNsigmTOF, float ); // ! Associated Particle TOF nSigma Kaon
170+ DECLARE_SOA_COLUMN (PiNsigmTOF, piNsigmTOF, float ); // ! Associated Particle TOF nSigma Pion
171171} // namespace hf_correlation_lc_hadron
172172
173173DECLARE_SOA_TABLE (LcHadronPair, " AOD" , " LCHPAIR" , // ! Lc-Hadrons pairs Informations
0 commit comments