HowTo select out about a dozen events and use evd to show them |
|
The best way to select out about a dozen events and use evd to show event displays of those events is to run over that entire dataset and create a file with just those events. Then you could scan those events in the file at your leisure using evd. That is significantly easier, and in the end quicker, than to run evd
on a large file and ask it to pick out the special events
(mainly because you will likely want to make a second pass, and a third,
and so on).
All you need to do to make a file with specific run and
event numbers in it from a single large file is to use
AC++dump, with a command like:
If you want to run off of multiple input files, get rid of the "-i input.root"
part of the command and instead use a tcl file like
|