Skip to content

Commit e163062

Browse files
committed
PWGJE: fix QGML jet table index
1 parent 0bdbcf0 commit e163062

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGJE/TableProducer/quarkGluonJetsProducer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ using QGMLJet = QGMLJets::iterator;
9494

9595
namespace qgmlconst
9696
{
97-
DECLARE_SOA_INDEX_COLUMN(QGMLJet, qGMLJet);
97+
DECLARE_SOA_INDEX_COLUMN(QGMLJET, qGMLJet);
9898
DECLARE_SOA_COLUMN(Pt, pt, float);
9999
DECLARE_SOA_COLUMN(P, p, float);
100100
DECLARE_SOA_COLUMN(Eta, eta, float);

0 commit comments

Comments
 (0)