Skip to content

Commit de6d0d2

Browse files
committed
Update
1 parent eb398f4 commit de6d0d2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Common/TableProducer/PID/pidTOFMerge.cxx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111
///
12-
/// \file pidTOFMerge.cxx
13-
/// \brief Task to produce PID tables for TOF split for each particle.
14-
/// Only the tables for the mass hypotheses requested are filled, the others are sent empty.
12+
/// \file pidTOFMerge.cxx
13+
///
14+
/// \brief Task to produce PID tables for TOF split for each particle.
15+
/// Only the tables for the mass hypotheses requested are filled, the others are sent empty.
16+
///
1517
/// \author Nicolò Jacazio nicolo.jacazio@cern.ch
1618
///
1719

@@ -709,7 +711,7 @@ struct tofPidMerge {
709711
doprocessRun3BetaM.value = false;
710712
}
711713
} else {
712-
metadataInfo.print();
714+
tofResponse->metadataInfo.print();
713715
LOG(warning) << "Metadata is not defined, cannot autodetect process functions for mass and beta";
714716
}
715717
} else {

0 commit comments

Comments
 (0)