@@ -435,34 +435,34 @@ struct HfProducerCharmHadronsTrackFemtoDream {
435435 void fillDebugParticle (ParticleType const & particle)
436436 {
437437 tables.outputDebugParts (particle.sign (),
438- (uint8_t )particle.tpcNClsFound (),
439- particle.tpcNClsFindable (),
440- (uint8_t )particle.tpcNClsCrossedRows (),
441- particle.tpcNClsShared (),
442- particle.tpcInnerParam (),
443- particle.itsNCls (),
444- particle.itsNClsInnerBarrel (),
445- particle.dcaXY (),
446- particle.dcaZ (),
447- particle.tpcSignal (),
448- -999 .,
449- particle.tpcNSigmaPi (),
450- particle.tpcNSigmaKa (),
451- particle.tpcNSigmaPr (),
452- particle.tpcNSigmaDe (),
453- -999 .,
454- -999 .,
455- -999 .,
456- particle.tofNSigmaPi (),
457- particle.tofNSigmaKa (),
458- particle.tofNSigmaPr (),
459- particle.tofNSigmaDe (),
460- -999 ., -999 ., -999 ., -999 .,
461- -999 ., -999 ., -999 ., -999 .,
462- -999 ., -999 ., -999 ., -999 .,
463- -999 ., -999 ., -999 ., -999 .,
464- -999 ., -999 ., -999 ., -999 .,
465- -999 ., -999 ., -999 .);
438+ (uint8_t )particle.tpcNClsFound (),
439+ particle.tpcNClsFindable (),
440+ (uint8_t )particle.tpcNClsCrossedRows (),
441+ particle.tpcNClsShared (),
442+ particle.tpcInnerParam (),
443+ particle.itsNCls (),
444+ particle.itsNClsInnerBarrel (),
445+ particle.dcaXY (),
446+ particle.dcaZ (),
447+ particle.tpcSignal (),
448+ -999 .,
449+ particle.tpcNSigmaPi (),
450+ particle.tpcNSigmaKa (),
451+ particle.tpcNSigmaPr (),
452+ particle.tpcNSigmaDe (),
453+ -999 .,
454+ -999 .,
455+ -999 .,
456+ particle.tofNSigmaPi (),
457+ particle.tofNSigmaKa (),
458+ particle.tofNSigmaPr (),
459+ particle.tofNSigmaDe (),
460+ -999 ., -999 ., -999 ., -999 .,
461+ -999 ., -999 ., -999 ., -999 .,
462+ -999 ., -999 ., -999 ., -999 .,
463+ -999 ., -999 ., -999 ., -999 .,
464+ -999 ., -999 ., -999 ., -999 .,
465+ -999 ., -999 ., -999 .);
466466 }
467467
468468 template <typename CollisionType, typename ParticleType>
@@ -565,22 +565,22 @@ struct HfProducerCharmHadronsTrackFemtoDream {
565565 const auto pidTrackPassBit = static_cast <aod::femtodreamparticle::cutContainerType>(isTrackKaonPidSelected (track));
566566
567567 tables.outputParts (tables.outputCollision .lastIndex (),
568- track.pt (),
569- track.eta (),
570- track.phi (),
571- aod::femtodreamparticle::ParticleType::kTrack ,
572- cutContainer.at (femtoDreamTrackSelection::TrackContainerPosition::kCuts ),
573- pidTrackPassBit,
574- track.dcaXY (), childIDs, 0 , 0 );
568+ track.pt (),
569+ track.eta (),
570+ track.phi (),
571+ aod::femtodreamparticle::ParticleType::kTrack ,
572+ cutContainer.at (femtoDreamTrackSelection::TrackContainerPosition::kCuts ),
573+ pidTrackPassBit,
574+ track.dcaXY (), childIDs, 0 , 0 );
575575 } else {
576576 tables.outputParts (tables.outputCollision .lastIndex (),
577- track.pt (),
578- track.eta (),
579- track.phi (),
580- aod::femtodreamparticle::ParticleType::kTrack ,
581- cutContainer.at (femtoDreamTrackSelection::TrackContainerPosition::kCuts ),
582- cutContainer.at (femtoDreamTrackSelection::TrackContainerPosition::kPID ),
583- track.dcaXY (), childIDs, 0 , 0 );
577+ track.pt (),
578+ track.eta (),
579+ track.phi (),
580+ aod::femtodreamparticle::ParticleType::kTrack ,
581+ cutContainer.at (femtoDreamTrackSelection::TrackContainerPosition::kCuts ),
582+ cutContainer.at (femtoDreamTrackSelection::TrackContainerPosition::kPID ),
583+ track.dcaXY (), childIDs, 0 , 0 );
584584 }
585585
586586 fIsTrackFilled = true ;
@@ -903,8 +903,8 @@ struct HfProducerCharmHadronsTrackFemtoDream {
903903 }
904904
905905 tables.rowMasks (bitTrack,
906- bitCand,
907- 0 );
906+ bitCand,
907+ 0 );
908908 }
909909
910910 template <bool IsMc, bool UseCharmMl, typename TrackType, typename CollisionType, typename CandType, typename DaughterTrackType>
0 commit comments