Skip to content

Commit ca947c7

Browse files
committed
Index for tables
1 parent 5e9923c commit ca947c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PWGLF/DataModel/LFPhiStrangeCorrelationTables.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ DECLARE_SOA_DYNAMIC_COLUMN(InMassRegion, inMassRegion,
3838
} // namespace lf_selection_phi_candidate
3939

4040
DECLARE_SOA_TABLE(PhimesonCandidatesData, "AOD", "PHICANDDATA",
41+
soa::Index<>,
4142
lf_selection_phi_candidate::CollisionId,
4243
lf_selection_phi_candidate::M,
4344
lf_selection_phi_candidate::Pt,
@@ -46,6 +47,7 @@ DECLARE_SOA_TABLE(PhimesonCandidatesData, "AOD", "PHICANDDATA",
4647
lf_selection_phi_candidate::InMassRegion<lf_selection_phi_candidate::M>);
4748

4849
DECLARE_SOA_TABLE(PhimesonCandidatesMcReco, "AOD", "PHICANDMCRECO",
50+
soa::Index<>,
4951
lf_selection_phi_candidate::CollisionId,
5052
lf_selection_phi_candidate::M,
5153
lf_selection_phi_candidate::Pt,
@@ -54,6 +56,7 @@ DECLARE_SOA_TABLE(PhimesonCandidatesMcReco, "AOD", "PHICANDMCRECO",
5456
lf_selection_phi_candidate::InMassRegion<lf_selection_phi_candidate::M>);
5557

5658
DECLARE_SOA_TABLE(PhimesonCandidatesMcGen, "AOD", "PHICANDMCGEN",
59+
soa::Index<>,
5760
lf_selection_phi_candidate::CollisionId,
5861
lf_selection_phi_candidate::M,
5962
lf_selection_phi_candidate::Pt,

0 commit comments

Comments
 (0)