Skip to content

Commit 597a4f4

Browse files
committed
[PWGHF] fixing indeces
1 parent ffe8849 commit 597a4f4

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

PWGHF/D2H/DataModel/ReducedDataModel.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -751,8 +751,6 @@ DECLARE_SOA_TABLE(HfMcGenRedResos, "AOD", "HFMCGENREDRESO", //! Generation-level
751751
o2::soa::Marker<1>);
752752

753753
DECLARE_SOA_TABLE(HfCandChaResTr, "AOD", "HFCANDCHARESTR", //! Table with Resonance candidate information for resonances plus tracks reduced workflow
754-
// Indices
755-
hf_track_index_reduced::HfRedCollisionId,
756754
// Static
757755
hf_cand::PxProng0, hf_cand::PyProng0, hf_cand::PzProng0,
758756
hf_cand::PxProng1, hf_cand::PyProng1, hf_cand::PzProng1,

PWGHF/D2H/TableProducer/candidateCreatorCharmResoReduced.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ struct HfCandidateCreatorCharmResoReduced {
321321
}
322322
// Filling Output table
323323
if constexpr (channel == DecayChannel::DstarTrack){
324-
// if(channel==DecayChannel::DstarTrack){
325324
rowCandidateResoTrack(pVecD[0], pVecD[1], pVecD[2],
326325
candV0Tr.px(), candV0Tr.py(), candV0Tr.pz(),
327326
invMassReso,

0 commit comments

Comments
 (0)