Skip to content

Commit cd0e23a

Browse files
Update FemtoDerived.h
1 parent def2dbb commit cd0e23a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PWGCF/DataModel/FemtoDerived.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,9 @@ DECLARE_SOA_TABLE(FDHfCandMC, "AOD", "FDHFCANDMC", //! Table for reconstructed M
374374
DECLARE_SOA_TABLE(FDParticlesIndex, "AOD", "FDPARTICLEINDEX", //! Table track index to match associate particle with charm hadron prongs
375375
o2::soa::Index<>,
376376
fdhf::TrackId);
377+
DECLARE_SOA_TABLE(FDParticlesTimeStamp, "AOD", "FDPARTICLETIME", //! Time Stampe of track associate event
378+
o2::soa::Index<>,
379+
fdhf::TimeStamp);
377380

378381
DECLARE_SOA_TABLE_STAGED(FDParticles, "FDPARTICLE",
379382
o2::soa::Index<>,

0 commit comments

Comments
 (0)