Skip to content

Commit fd80a4d

Browse files
added run number to the output table. It can be enabled with a dedicated configurable
1 parent f40f8f9 commit fd80a4d

File tree

2 files changed

+200
-281
lines changed

2 files changed

+200
-281
lines changed

PWGLF/DataModel/LFClusterStudiesTable.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ DECLARE_SOA_COLUMN(Chi2tpc, chi2tpc, float);
6767
DECLARE_SOA_COLUMN(HasTPC, hasTPC, bool);
6868
DECLARE_SOA_COLUMN(McPdgCode, mcPdgCode, int);
6969

70+
DECLARE_SOA_COLUMN(RunNumber, runNumber, int);
71+
7072
} // namespace LFClusterStudiesTables
7173

7274
DECLARE_SOA_TABLE(
@@ -91,6 +93,10 @@ DECLARE_SOA_TABLE(
9193
LFClusterStudiesTables::CosPAMother,
9294
LFClusterStudiesTables::MassMother);
9395

96+
DECLARE_SOA_TABLE(
97+
ClStTableColl, "AOD", "CLSTTABLECOLL",
98+
LFClusterStudiesTables::RunNumber);
99+
94100
} // namespace o2::aod
95101

96102
#endif // PWGLF_DATAMODEL_LFCLUSTERSTUDIESTABLE_H_

0 commit comments

Comments
 (0)