File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Detectors/TPC/workflow/src Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ void MIPTrackFilterDevice::init(framework::InitContext& ic)
106106
107107void MIPTrackFilterDevice::run (ProcessingContext& pc)
108108{
109+ o2::base::GRPGeomHelper::instance ().checkUpdates (pc);
109110 const auto currentTF = processing_helpers::getCurrentTF (pc);
110111 if ((mTFCounter ++ % mProcessEveryNthTF ) && (currentTF >= mProcessNFirstTFs )) {
111112 LOGP (info, " Skipping TF {}" , currentTF);
@@ -115,7 +116,6 @@ void MIPTrackFilterDevice::run(ProcessingContext& pc)
115116 }
116117 return ;
117118 }
118- o2::base::GRPGeomHelper::instance ().checkUpdates (pc);
119119
120120 const auto tracks = pc.inputs ().get <gsl::span<TrackTPC>>(" tracks" );
121121 const auto nTracks = tracks.size ();
You can’t perform that action at this time.
0 commit comments