Skip to content

Commit e4a38e5

Browse files
amaringarciaAna Marin
andauthored
[Common] Bug fix for NN version 3 development (#13128)
Co-authored-by: Ana Marin <marin@lxbk0905.gsi.de>
1 parent 3e90446 commit e4a38e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Common/TableProducer/PID/pidTPC.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ struct tpcPid {
409409
track_properties[counter_track_props + 6] = trk.has_collision() ? collisions.iteratorAt(trk.collisionId()).ft0cOccupancyInTimeRange() / 60000. : 1.;
410410
}
411411
if (input_dimensions == 8 && networkVersion == "3") {
412+
track_properties[counter_track_props + 6] = trk.has_collision() ? collisions.iteratorAt(trk.collisionId()).ft0cOccupancyInTimeRange() / 60000. : 1.;
412413
if (trk.has_collision()) {
413414
auto trk_bc = (collisions.iteratorAt(trk.collisionId())).template bc_as<B>();
414415
float hadronicRate = mRateFetcher.fetch(ccdb.service, trk_bc.timestamp(), trk_bc.runNumber(), irSource) * 1.e-3;

0 commit comments

Comments
 (0)