Skip to content

Commit 4beb5f7

Browse files
authored
Fix typo in QGMLJets table declaration
1 parent 6451f11 commit 4beb5f7

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
@@ -71,7 +71,7 @@ DECLARE_SOA_COLUMN(ZVertex, zVertex, float);
7171
DECLARE_SOA_COLUMN(NConstituents, nConstituents, int32_t);
7272
} // namespace qgmljet
7373

74-
DECLARE_SOA_TABLE(QGMLJets, "AOD", "QGMLJETS",
74+
DECLARE_SOA_TABLE(QGMLJets, "AOD", "QGMLJET",
7575
o2::soa::Index<>,
7676
qgmljet::FlavorLabel,
7777
qgmljet::LeadingPartonPdg,

0 commit comments

Comments
 (0)