Skip to content

Commit cc7a3f2

Browse files
mhemmer-cernThePhDane
authored andcommitted
[PWGJE,EMCAL] Add TM for secondary tracks from V0s (AliceO2Group#13499)
1 parent 2a4ec53 commit cc7a3f2

2 files changed

Lines changed: 404 additions & 39 deletions

File tree

PWGJE/DataModel/EMCALClusters.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,11 @@ DECLARE_SOA_TABLE(EMCALMatchedTracks, "AOD", "EMCMATCHTRACKS", //!
170170
o2::soa::Index<>, emcalclustercell::EMCALClusterId, emcalmatchedtrack::TrackId,
171171
emcalmatchedtrack::DeltaPhi, emcalmatchedtrack::DeltaEta); //!
172172
using EMCALMatchedTrack = EMCALMatchedTracks::iterator;
173+
174+
// table for matched secondary tracks
175+
DECLARE_SOA_TABLE(EMCMatchSecs, "AOD", "EMCMATCHSEC", //!
176+
o2::soa::Index<>, emcalclustercell::EMCALClusterId, emcalmatchedtrack::TrackId,
177+
emcalmatchedtrack::DeltaPhi, emcalmatchedtrack::DeltaEta); //!
178+
using EMCMatchSec = EMCMatchSecs::iterator;
173179
} // namespace o2::aod
174180
#endif // PWGJE_DATAMODEL_EMCALCLUSTERS_H_

0 commit comments

Comments
 (0)