Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
LArLite event display (evd) at NevisTo set up the event display using the bash![]() | ||||||||
Changed: | ||||||||
< < | source /a/share/amsterdam/evd/setup.sh | |||||||
> > | source /nevis/amsterdam/share/evd/setup.sh | |||||||
After that, you can run evd.py -u <filename> ; e.g., | ||||||||
Changed: | ||||||||
< < | evd.py -u /a/data/riverside/afadeeva/OutSN/compressedWFs_dat_14.root | |||||||
> > | evd.py -u /nevis/riverside/data/afadeeva/OutSN/compressedWFs_dat_14.root | |||||||
Notes | ||||||||
Changed: | ||||||||
< < | The event display set-up in /a/share/amsterdam/evd/setup.sh includes commands that customize the shell environment (e.g., module load root qt ). This set-up includes custom versions of ROOT![]() ![]() ![]() ![]() ![]() ![]() | |||||||
> > | The event display set-up in /nevis/amsterdam/share/evd/setup.sh includes commands that customize the shell environment (e.g., module load root qt ). This set-up includes custom versions of ROOT![]() ![]() ![]() ![]() ![]() ![]() | |||||||
This means that evd must be run in an environment that does not include any other set-up commands, include those of LArSoft. If you're having trouble running evd.py , check that you do not have set-up commands (such as setup or module ) in your shell's start-up files, include .profile , .bashrc , and .myprofile in your home directory.
The reason for this restriction is that official![]() |