@@ -73,34 +73,34 @@ DECLARE_SOA_DYNAMIC_COLUMN(P, p,
7373} // namespace o2::aod
7474
7575// Defines the jet table definition
76- #define DECLARE_JET_TABLE (_collision_name_, _jet_type_, _name_, _description_ ) \
77- namespace _name_ ##util \
78- { \
79- DECLARE_SOA_DYNAMIC_COLUMN (Dummy##_jet_type_##s, dummy##_jet_type##s, \
80- []() -> int { return 0 ; }); \
81- } \
82- DECLARE_SOA_TABLE (_jet_type_##s, " AOD" , _description_, \
83- o2::soa::Index<>, \
84- jet::_collision_name_##Id, \
85- jet::Pt, \
86- jet::Eta, \
87- jet::Phi, \
88- jet::Energy, \
89- jet::Mass, \
90- jet::Area, \
91- jet::R, \
92- jet::Px<jet::Pt, jet::Phi>, \
93- jet::Py<jet::Pt, jet::Phi>, \
94- jet::Pz<jet::Pt, jet::Eta>, \
95- jet::P<jet::Pt, jet::Eta>, \
96- _name_##util::Dummy##_jet_type_##s<>); \
97- namespace _name_ ##matchingGeo \
98- { \
99- DECLARE_SOA_INDEX_COLUMN (_jet_type_, matchedJetGeo); \
100- } \
101- namespace _name_ ##matchingCand \
102- { \
103- DECLARE_SOA_INDEX_COLUMN (_jet_type_, matchedJetCand); \
76+ #define DECLARE_JET_TABLE (_collision_name_, _jet_type_, _name_, _description_ ) \
77+ namespace _name_ ##util \
78+ { \
79+ DECLARE_SOA_DYNAMIC_COLUMN (Dummy##_jet_type_##s, dummy##_jet_type##s, \
80+ []() -> int { return 0 ; }); \
81+ } \
82+ DECLARE_SOA_TABLE (_jet_type_##s, " AOD" , _description_, \
83+ o2::soa::Index<>, \
84+ jet::_collision_name_##Id, \
85+ jet::Pt, \
86+ jet::Eta, \
87+ jet::Phi, \
88+ jet::Energy, \
89+ jet::Mass, \
90+ jet::Area, \
91+ jet::R, \
92+ jet::Px<jet::Pt, jet::Phi>, \
93+ jet::Py<jet::Pt, jet::Phi>, \
94+ jet::Pz<jet::Pt, jet::Eta>, \
95+ jet::P<jet::Pt, jet::Eta>, \
96+ _name_##util::Dummy##_jet_type_##s<>); \
97+ namespace _name_ ##matchingGeo \
98+ { \
99+ DECLARE_SOA_INDEX_COLUMN_FULL (_jet_type_, matchedJetGeo, int32_t , _jet_type_##s, " _geo " ); \
100+ } \
101+ namespace _name_ ##matchingCand \
102+ { \
103+ DECLARE_SOA_INDEX_COLUMN_FULL (_jet_type_, matchedJetCand, int32_t , _jet_type_##s, " _hf " ); \
104104 }
105105
106106#define DECLARE_CONSTITUENTS_TABLE (_jet_type_, _name_, _Description_, _track_type_, _cand_type_ ) \
@@ -159,7 +159,7 @@ DECLARE_SOA_DYNAMIC_COLUMN(P, p,
159159
160160namespace o2::aod
161161{
162- DECLARE_JET_TABLES_LEVELS (Charged, HfCand2Prong, " " );
162+ DECLARE_JET_TABLES_LEVELS (Charged, HfCand2Prong, " C " );
163163DECLARE_JET_TABLES_LEVELS (Full, HfCand2Prong, " F" );
164164DECLARE_JET_TABLES_LEVELS (Neutral, HfCand2Prong, " N" );
165165DECLARE_JET_TABLES_LEVELS (D0Charged, HfCand2Prong, " D0" );
0 commit comments