Skip to content

Commit dcbdaec

Browse files
pnwkwshahor02
authored andcommitted
Fix run number display
1 parent 40862e2 commit dcbdaec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EventVisualisation/View/src/EventManager.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ void EventManager::displayCurrentEvent()
8080
}
8181
// displayCalorimeters(displayList[0].first);
8282

83-
MultiView::getInstance()->getAnnotation()->SetText(TString::Format("Run: %d", displayList[0].first.getRunNumber()));
83+
MultiView::getInstance()->getAnnotation()->SetText(TString::Format("Run: %d", getDataSource()->getRunNumber()));
8484
}
8585
MultiView::getInstance()->redraw3D();
8686
}

0 commit comments

Comments
 (0)