PAW HTML Recording


Features

This imprementation of PAW can record some chosen commands as well as related plots in a PAW session to a specified directory in HTML format. Featuring:
  1. Recording nt/pl, nt/loop, hi/pl, hi/fit, kuip/mess commands
  2. For nt/pl, nt/loop, it also records translated cut variables and functions, shows the current working directory
  3. For hi/fit, records fitting results
  4. For hi/pl, shows histogram title
  5. Choice of directory you want to put the record files
  6. Mutiple plots recording
  7. nt/print will print out the total number of events for a chain
Following is the specific changes related to PIAF server at D0

How to Use

Currently, PAW HTML is only available in D0 SGI clusters and Challenge A and B

Example of Using: Suppose your user name is john and you are in d0sgi0.


  d0sgi0% setup d0paw
  d0sgi0% paw++ -w0

  PAW [1] record on /d0sgi0/usr0/john/work
	you have to specify the full path name where you want to put
	your HTML files, if no path, default is current working directory
  PAW [2] record mp_on
	turn on multi-plots recording, if you don't do this, each plot is
	recorded in a single meta-file.
  PAW [3] zone 2 2
  PAW [4] exec my-chain
  PAW [5] cd //chain
  PAW [6] nt/pl 1.x select.f77(1.) -10
  PAW [7] ...
  PAW [8] record mp_off
	turn off multi-plots option. Reset zone to 1x1.
  PAW [9] exit

Now, in /d0sgi0/usr0/john/work/, there is a directory called par_1 corresponding to the PAW session you just worked on. There are two HTML files and some PostScript files there. In top.html, it records the selected commands you just typed. In ref.html, it contains links pointing to some useful information.

Now, start Netscape or Mosaic, open file /d0sgi0/usr0/john/work/par_1/top.html and look what you have done.

Have fun.


dongzhao@fnal.gov