Skip to content

Commit b70922f

Browse files
committed
Update
1 parent 113c0e9 commit b70922f

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

PWGHF/DataModel/CandidateReconstructionTables.h

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
//
2424
#include "PWGLF/DataModel/LFStrangenessTables.h"
2525

26+
// #include "ALICE3/DataModel/ECAL.h"
2627
#include "Common/Core/RecoDecay.h"
2728

2829
#include <CommonConstants/PhysicsConstants.h>
@@ -1731,12 +1732,12 @@ DECLARE_SOA_TABLE(HfCandXicResid, "AOD", "HFCANDXICRESID",
17311732
hf_cand_xic_to_xi_pi_pi::ZSvPull);
17321733

17331734
// specific chic candidate properties
1734-
namespace hf_cand_chic
1735-
{
1736-
DECLARE_SOA_INDEX_COLUMN_FULL(Prong0, prong0, int, HfCand2Prong, "_0"); // Jpsi index
1737-
DECLARE_SOA_INDEX_COLUMN_FULL(Prong1, prong1, int, ECALs, "_1");
1738-
DECLARE_SOA_COLUMN(JpsiToMuMuMass, jpsiToMuMuMass, float); // Jpsi mass
1739-
} // namespace hf_cand_chic
1735+
// namespace hf_cand_chic
1736+
// {
1737+
// DECLARE_SOA_INDEX_COLUMN_FULL(Prong0, prong0, int, HfCand2Prong, "_0"); // Jpsi index
1738+
// DECLARE_SOA_INDEX_COLUMN_FULL(Prong1, prong1, int, ECALs, "_1");
1739+
// DECLARE_SOA_COLUMN(JpsiToMuMuMass, jpsiToMuMuMass, float); // Jpsi mass
1740+
// } // namespace hf_cand_chic
17401741

17411742
// declare dedicated chi_c candidate table
17421743
DECLARE_SOA_TABLE(HfCandChicBase, "AOD", "HFCANDCHICBASE",

0 commit comments

Comments
 (0)