Skip to content

Commit 57e9cc6

Browse files
LFTreeCreatorClusterStudies: MC available. Deu tree only fills anti-deu (#6972)
* added MC option. Only anti-deuterons are selected for the trees * added MC table and table extra
1 parent b502402 commit 57e9cc6

2 files changed

Lines changed: 345 additions & 20 deletions

File tree

PWGLF/DataModel/LFClusterStudiesTable.h

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ DECLARE_SOA_COLUMN(McPdgCodeMother, mcPdgCodeMother, int);
4545
* 5: ^{3}He
4646
*/
4747
DECLARE_SOA_COLUMN(PartID, partID, uint8_t);
48-
DECLARE_SOA_COLUMN(PartIDMc, partIDMc, uint8_t);
48+
DECLARE_SOA_COLUMN(PartIDMc, partIDMc, int);
4949
DECLARE_SOA_COLUMN(IsPositive, isPositive, bool);
5050

5151
DECLARE_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

Comments
 (0)