Skip to content

Commit 7f61057

Browse files
[PWGLF] Added run number and electrons from pi0 to output (AliceO2Group#13726)
1 parent 10b44ec commit 7f61057

File tree

2 files changed

+562
-476
lines changed

2 files changed

+562
-476
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)