Skip to content

Commit 1b95952

Browse files
authored
Add MFT reassociated track table
1 parent 80095e0 commit 1b95952

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

PWGCF/TwoParticleCorrelations/DataModel/longrangeDerived.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,14 @@ DECLARE_SOA_TABLE(MftTrkLRTables, "AOD", "MFTTRKLRTABLE",
112112
LRCorrTrkTable::Phi);
113113
using MftTrkLRTable = MftTrkLRTables::iterator;
114114

115+
DECLARE_SOA_TABLE(MftBestTrkLRTables, "AOD", "MFTBESTTRKLRTABLE",
116+
o2::soa::Index<>,
117+
LRCorrTrkTable::CollLRTableId,
118+
LRCorrTrkTable::Pt,
119+
LRCorrTrkTable::Eta,
120+
LRCorrTrkTable::Phi);
121+
using MftBestTrkLRTable = MftBestTrkLRTables::iterator;
122+
115123
} // namespace o2::aod
116124

117125
#endif // PWGCF_TWOPARTICLECORRELATIONS_DATAMODEL_LONGRANGEDERIVED_H_

0 commit comments

Comments
 (0)