HowTo to navigate in the input file |
|
There is now an ability to navigate in the input file.
For example, you may
look at the previous event from Event Display window. Use Previous button:
you can skip to desired event by issuing the following commands from the root prompt:
root[0] jump(eventnumber); // jumpt to eventnumber of the current run
root[1] jump(eventnumber,runnumber);
Then press "Next" button or just type continue(1), it will make evd to process
event you've jumped.
For more detailed information how to navigate in the input file look at the Input and Output Modules user guide. |