2020
2121#include " PWGHF/DataModel/CandidateReconstructionTables.h"
2222#include " PWGHF/DataModel/TrackIndexSkimmingTables.h"
23- #include " PWGHF/Utils/utilsPid.h"
24- //
25- #include " PWGLF/DataModel/LFStrangenessTables.h"
26-
27- #include " Common/Core/RecoDecay.h"
2823
2924#include < CommonConstants/PhysicsConstants.h>
3025#include < Framework/ASoA.h>
3126#include < Framework/AnalysisDataModel.h>
3227
33- #include < array>
34- #include < cstdint>
35-
3628namespace o2 ::aod
3729{
3830// specific chic candidate properties
3931namespace hf_cand_chic
4032{
4133DECLARE_SOA_INDEX_COLUMN_FULL (Prong0, prong0, int , HfCand2Prong, " _0" ); // Jpsi index
42- DECLARE_SOA_INDEX_COLUMN_FULL (Prong1, prong1, int , ECALs, " _1" );
34+ // DECLARE_SOA_INDEX_COLUMN_FULL(Prong1, prong1, int, ECALs, "_1");
4335DECLARE_SOA_COLUMN (JpsiToMuMuMass, jpsiToMuMuMass, float ); // Jpsi mass
4436} // namespace hf_cand_chic
4537
@@ -52,7 +44,7 @@ DECLARE_SOA_TABLE(HfCandChicBase, "AOD", "HFCANDCHICBASE",
5244 hf_cand::PxProng1, hf_cand::PyProng1, hf_cand::PzProng1,
5345 hf_cand::ImpactParameter0, hf_cand::ImpactParameter1,
5446 hf_cand::ErrorImpactParameter0, hf_cand::ErrorImpactParameter1,
55- hf_cand_chic::Prong0Id, hf_cand_chic::Prong1Id,
47+ hf_cand_chic::Prong0Id, /* hf_cand_chic::Prong1Id,*/
5648 hf_track_index::HFflag, hf_cand_chic::JpsiToMuMuMass,
5749 /* dynamic columns */
5850 hf_cand_2prong::M<hf_cand::PxProng0, hf_cand::PyProng0, hf_cand::PzProng0, hf_cand::PxProng1, hf_cand::PyProng1, hf_cand::PzProng1>,
0 commit comments