Skip to content

Commit cf4fe29

Browse files
committed
Fix typo
1 parent 287207f commit cf4fe29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/DataModel/DerivedTables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ DECLARE_SOA_COLUMN(FlagMcDecayChanGen, flagMcDecayChanGen, int8_t); //! resonant
215215
hf_track_index::Prong3Id, \
216216
o2::soa::Marker<Marker##_hf_type_>);
217217

218-
// Declares the table with global indices for 4-prong candidates (Ids).
218+
// Declares the table with global indices for 5-prong candidates (Ids).
219219
#define DECLARE_TABLE_CAND_ID_5P(_hf_type_, _hf_description_) \
220220
DECLARE_SOA_TABLE_STAGED(Hf##_hf_type_##Ids, "HF" _hf_description_ "ID", \
221221
hf_cand::CollisionId, \

0 commit comments

Comments
 (0)