File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
workflow/include/TRDWorkflow Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ void CalibratorGain::retrievePrev(o2::framework::ProcessingContext& pc)
104104void CalibratorGain::finalizeSlot (Slot& slot)
105105{
106106 LOG (info) << " Finalizing gain calibration" ;
107+ print (); // to see current number of slots and their entries
107108 // do actual calibration for the data provided in the given slot
108109 TStopwatch timer;
109110 timer.Start ();
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ class GainCalibDevice : public o2::framework::Task
7272 o2::base::GRPGeomHelper::instance ().checkUpdates (pc);
7373 auto dataGainCalib = pc.inputs ().get <std::vector<int >>(" input" );
7474 o2::base::TFIDInfoHelper::fillTFIDInfo (pc, mCalibrator ->getCurrentTFInfo ());
75- LOG (info ) << " Processing TF " << mCalibrator ->getCurrentTFInfo ().tfCounter << " with " << dataGainCalib.size () << " GainCalibHistos entries" ;
75+ LOG (debug ) << " Processing TF " << mCalibrator ->getCurrentTFInfo ().tfCounter << " with " << dataGainCalib.size () << " GainCalibHistos entries" ;
7676 mCalibrator ->process (dataGainCalib);
7777 if (pc.transitionState () == TransitionHandlingState::Requested) {
7878 LOG (info) << " Run stop requested, finalizing" ;
You can’t perform that action at this time.
0 commit comments