Skip to content

Commit 794d6af

Browse files
basiachBarbara Chytla
andauthored
[PWGCF] FemtoUniverse - Fixing mismatched table sizes for cascades with default TOF signal (#13331)
Co-authored-by: Barbara Chytla <barbara.chytla@cern.ch>
1 parent 0aeb1e3 commit 794d6af

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
@@ -738,6 +738,12 @@ struct FemtoUniverseProducerTask {
738738
particle.tofNSigmaOmLaPr(), particle.tofNSigmaOmKa(),
739739
particle.dcacascdaughters(), particle.cascradius(),
740740
particle.x(), particle.y(), particle.z(), -999.);
741+
} else {
742+
outputDebugParts(-999., -999., -999., -999., -999., -999., -999., -999., -999.,
743+
-999., -999., -999., -999., -999., -999., -999., -999.,
744+
-999., -999., -999., -999., -999.,
745+
particle.dcacascdaughters(), particle.cascradius(),
746+
particle.x(), particle.y(), particle.z(), -999.);
741747
}
742748
} else {
743749
// LOGF(info, "isTrack0orV0: %d, isPhi: %d", isTrackOrV0, isPhiOrD0);

0 commit comments

Comments
 (0)