File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Detectors/ITSMFT/ITS/tracking/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -374,6 +374,9 @@ void ITSTrackingInterface::updateTimeDependentParams(framework::ProcessingContex
374374{
375375 o2::base::GRPGeomHelper::instance ().checkUpdates (pc);
376376 static bool initOnceDone = false ;
377+ if (mOverrideBeamEstimation ) {
378+ pc.inputs ().get <o2::dataformats::MeanVertexObject*>(" meanvtx" );
379+ }
377380 if (!initOnceDone) { // this params need to be queried only once
378381 initOnceDone = true ;
379382 pc.inputs ().get <o2::itsmft::TopologyDictionary*>(" itscldict" ); // just to trigger the finaliseCCDB
@@ -402,9 +405,6 @@ void ITSTrackingInterface::getConfiguration(framework::ProcessingContext& pc)
402405{
403406 mVertexer ->getGlobalConfiguration ();
404407 mTracker ->getGlobalConfiguration ();
405- if (mOverrideBeamEstimation ) {
406- pc.inputs ().get <o2::dataformats::MeanVertexObject*>(" meanvtx" );
407- }
408408}
409409
410410void ITSTrackingInterface::finaliseCCDB (ConcreteDataMatcher& matcher, void * obj)
You can’t perform that action at this time.
0 commit comments