@@ -113,19 +113,19 @@ void NoiseCalibEPNSpec::run(ProcessingContext& pc)
113113 if (mVerbosity > DbgMedium && mModTF > 0 ) {
114114 LOG (info) << " Send intermediate calibration data mProcessed=" << mProcessed << " >= mModTF=" << mModTF ;
115115 }
116- o2::framework::Output outputData (" ZDC" , " NOISECALIBDATA" , 0 , Lifetime::Sporadic );
116+ o2::framework::Output outputData (" ZDC" , " NOISECALIBDATA" , 0 );
117117 pc.outputs ().snapshot (outputData, summary);
118118 for (int ih = 0 ; ih < NChannels; ih++) {
119119 {
120- o2::framework::Output output (" ZDC" , " NOISE_1DH" , ih, Lifetime::Sporadic );
120+ o2::framework::Output output (" ZDC" , " NOISE_1DH" , ih);
121121 pc.outputs ().snapshot (output, mWorker .mH [0 ][ih]->getBase ());
122122 }
123123 {
124- o2::framework::Output output (" ZDC" , " NOISE_1DH_S" , ih, Lifetime::Sporadic );
124+ o2::framework::Output output (" ZDC" , " NOISE_1DH_S" , ih);
125125 pc.outputs ().snapshot (output, mWorker .mH [1 ][ih]->getBase ());
126126 }
127127 {
128- o2::framework::Output output (" ZDC" , " NOISE_1DH_D" , ih, Lifetime::Sporadic );
128+ o2::framework::Output output (" ZDC" , " NOISE_1DH_D" , ih);
129129 pc.outputs ().snapshot (output, mWorker .mH [2 ][ih]->getBase ());
130130 }
131131 }
0 commit comments