Skip to content

Commit 3a2abbb

Browse files
author
Barbara Chytla
committed
Fixing mismatched table sizes for cascades with default TOF signal
1 parent 4246fbf commit 3a2abbb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,12 @@ struct FemtoUniverseProducerTask {
734734
particle.tofNSigmaOmLaPr(), particle.tofNSigmaOmKa(),
735735
particle.dcacascdaughters(), particle.cascradius(),
736736
particle.x(), particle.y(), particle.z(), -999.);
737+
} else {
738+
outputDebugParts(-999., -999., -999., -999., -999., -999., -999., -999., -999.,
739+
-999., -999., -999., -999., -999., -999., -999., -999.,
740+
-999., -999., -999., -999., -999.,
741+
particle.dcacascdaughters(), particle.cascradius(),
742+
particle.x(), particle.y(), particle.z(), -999.);
737743
}
738744
} else {
739745
// LOGF(info, "isTrack0orV0: %d, isPhi: %d", isTrackOrV0, isPhiOrD0);

0 commit comments

Comments
 (0)