During analysis, there are several methods available to navigate to a specific event within the Event Display.
The default navigation mode is sequential.
- By default, the setting
seqModeis set totrue. - The display begins at the first event.
- Users can navigate to the next event in the sequence using the GUI's navigation controls.
The Autoplay option overrides the standard GUI navigation.
- When the "autoplay" checkbox is selected, the display will stream all events sequentially until it reaches the end of the file.
The Event Display GUI includes text entry boxes that allow a user to jump directly to an event by specifying its run and event number.
- Steps to Use (Currently a Placeholder):
- Ensure the display is loaded in
seqMode. - Navigate to the second event using the
NextEvent()function. - Enter the desired run and event number into the text boxes.
- Select the
Go()button, followed immediately byNextEvent().
- Ensure the display is loaded in
Note: This is not the recommended method for navigation and is considered a placeholder feature.
The most robust way to navigate to a specific event is by using the custom script located in this repository: config/EventDisplay.sh.
If you know the name of the dataset containing the event, use the following syntax:
./EventDisplay.sh --run 1201 --subrun 34 --event 15028 --dataset mcs.mu2e.ensembleMDS2cMix1BBTriggered.MDC2020ba_best_v1_3.art```
If you are working with an ntuple, you may not know all the commands to figure out its parent mcs. In this case run:
./EventDisplay.sh --run 1201 --subrun 476 --event 1 --dataset nts.mu2e.ensembleMDS2cMix1BBTriggered.MDC2020ba_best_v1_3_v06_06_00.001201_00000476.root
where the run, subrun and event numbers are identified from your analysis to be an event of interest in that root file.