HowTo set processName |
|
CdfTrackView::defTracks interface has been changed. The important consequence is that now defTrack takes an argument and by default it is PROD. For the on-line EventDisplay (mon.exe) this argument is set from the script, it is L3. There is a talk-to parameter which allows you to propagate the type of process into RootEventDisplay.
root [0] .q
root [1]
AC++> talk evd
evd> processName set UNKN
evd> show processName
Current value of item(s) in the "evd" module:
Value of processName for module evd is UNKN
evd> exit
AC++> root
root [1]
|