@@ -45,7 +45,7 @@ DECLARE_SOA_COLUMN(McPdgCodeMother, mcPdgCodeMother, int);
4545 * 5: ^{3}He
4646 */
4747DECLARE_SOA_COLUMN (PartID, partID, uint8_t );
48- DECLARE_SOA_COLUMN (PartIDMc, partIDMc, uint8_t );
48+ DECLARE_SOA_COLUMN (PartIDMc, partIDMc, int );
4949DECLARE_SOA_COLUMN (IsPositive, isPositive, bool );
5050
5151DECLARE_SOA_COLUMN (P, p, float );
@@ -102,6 +102,22 @@ DECLARE_SOA_TABLE(
102102 LFClusterStudiesTables::CosPAMother,
103103 LFClusterStudiesTables::MassMother);
104104
105+ DECLARE_SOA_TABLE (
106+ ClStTableMcExt, " AOD" , " CLSTTABLEMCEXT" ,
107+ LFClusterStudiesTables::P,
108+ LFClusterStudiesTables::Eta,
109+ LFClusterStudiesTables::Phi,
110+ LFClusterStudiesTables::ItsClusterSize,
111+ LFClusterStudiesTables::PartID,
112+ LFClusterStudiesTables::IsPositive,
113+ LFClusterStudiesTables::PartIDMc,
114+ LFClusterStudiesTables::PTPC,
115+ LFClusterStudiesTables::PIDinTrk,
116+ LFClusterStudiesTables::TpcNSigma,
117+ LFClusterStudiesTables::TofNSigma,
118+ LFClusterStudiesTables::CosPAMother,
119+ LFClusterStudiesTables::MassMother);
120+
105121} // namespace o2::aod
106122
107123#endif // PWGLF_DATAMODEL_LFCLUSTERSTUDIESTABLE_H_
0 commit comments