@@ -80,10 +80,10 @@ class RawReaderFT0 : public RawReaderFT0BaseNorm
8080 }
8181 void makeSnapshot (o2::framework::ProcessingContext& pc)
8282 {
83- pc.outputs ().snapshot (o2::framework::Output{o2::header::gDataOriginFT0 , " DIGITSBC" , 0 , o2::framework::Lifetime::Timeframe }, mVecDigits );
84- pc.outputs ().snapshot (o2::framework::Output{o2::header::gDataOriginFT0 , " DIGITSCH" , 0 , o2::framework::Lifetime::Timeframe }, mVecChannelData );
83+ pc.outputs ().snapshot (o2::framework::Output{o2::header::gDataOriginFT0 , " DIGITSBC" , 0 }, mVecDigits );
84+ pc.outputs ().snapshot (o2::framework::Output{o2::header::gDataOriginFT0 , " DIGITSCH" , 0 }, mVecChannelData );
8585 if constexpr (sUseTrgInput ) {
86- pc.outputs ().snapshot (o2::framework::Output{o2::header::gDataOriginFT0 , " TRIGGERINPUT" , 0 , o2::framework::Lifetime::Timeframe }, mVecTriggerInput );
86+ pc.outputs ().snapshot (o2::framework::Output{o2::header::gDataOriginFT0 , " TRIGGERINPUT" , 0 }, mVecTriggerInput );
8787 }
8888 }
8989 bool mDumpData ;
@@ -136,11 +136,11 @@ class RawReaderFT0ext : public RawReaderFT0BaseExt
136136 }
137137 void makeSnapshot (o2::framework::ProcessingContext& pc)
138138 {
139- pc.outputs ().snapshot (o2::framework::Output{o2::header::gDataOriginFT0 , " DIGITSBC" , 0 , o2::framework::Lifetime::Timeframe }, mVecDigits );
140- pc.outputs ().snapshot (o2::framework::Output{o2::header::gDataOriginFT0 , " DIGITSCH" , 0 , o2::framework::Lifetime::Timeframe }, mVecChannelData );
141- pc.outputs ().snapshot (o2::framework::Output{o2::header::gDataOriginFT0 , " DIGITSTRGEXT" , 0 , o2::framework::Lifetime::Timeframe }, mVecTrgExt );
139+ pc.outputs ().snapshot (o2::framework::Output{o2::header::gDataOriginFT0 , " DIGITSBC" , 0 }, mVecDigits );
140+ pc.outputs ().snapshot (o2::framework::Output{o2::header::gDataOriginFT0 , " DIGITSCH" , 0 }, mVecChannelData );
141+ pc.outputs ().snapshot (o2::framework::Output{o2::header::gDataOriginFT0 , " DIGITSTRGEXT" , 0 }, mVecTrgExt );
142142 if constexpr (sUseTrgInput ) {
143- pc.outputs ().snapshot (o2::framework::Output{o2::header::gDataOriginFT0 , " TRIGGERINPUT" , 0 , o2::framework::Lifetime::Timeframe }, mVecTriggerInput );
143+ pc.outputs ().snapshot (o2::framework::Output{o2::header::gDataOriginFT0 , " TRIGGERINPUT" , 0 }, mVecTriggerInput );
144144 }
145145 }
146146 bool mDumpData ;
@@ -153,4 +153,4 @@ class RawReaderFT0ext : public RawReaderFT0BaseExt
153153} // namespace ft0
154154} // namespace o2
155155
156- #endif
156+ #endif
0 commit comments