Skip to content

Commit 53540e2

Browse files
committed
fixing output table name
1 parent 9ff7b01 commit 53540e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGUD/Tasks/upcFwdJpsiRl.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ DECLARE_SOA_COLUMN(Nclass, nclass, int);
8787

8888
namespace o2::aod
8989
{
90-
DECLARE_SOA_TABLE(JpsiRL, "AOD", "JPSI_RL",
90+
DECLARE_SOA_TABLE(JpsiRL, "AOD", "JPSI",
9191
jpsirl::RunNumber,
9292
jpsirl::M, jpsirl::Energy, jpsirl::Px, jpsirl::Py, jpsirl::Pz, jpsirl::Pt, jpsirl::Rap, jpsirl::Phi,
9393
jpsirl::PhiAv, jpsirl::PhiCh,

0 commit comments

Comments
 (0)