Starting PAW Tutorial

Starting PAW Tutorial
MACRO PAWLOGON
Mess '*************************************************************'
Mess '* *'
Mess '* Starting PAW tutorial *'
Mess '* *'
Mess '*************************************************************'
This tutorial present the basic principles of PAW using a set of examples
(PAW macros). It try to cover the most frequently used basic functions of
PAW. Some of the examples are extracted from the PAW manual
(Edition - October 1993).
All the references (page numbers) point to the PAW reference manual given
with this tutorial.
In the examples, the highlighted points are written in UPPERCASE with a
reference in the left margin. This reference point to a comment after the
listing of the macro.
If the example produce a graphics output, it is given on
the page behind the example. Under each figure, the name of the
corresponding macro is given.
This example shows what could be the MACRO PAWLOGON (in the file
PAWLOGON.KUMAC ) which is automatically executed (if it exists) at the
beginning of each PAW session.
In this tutorial we assume that the macro ALDDEF is executed before
each example.
alldef.kumac
MACRO ALLDEF
Size 18 24
Next
Set * ; Option *
Size 18 24
Histogram/Delete * ; Vector/Delete *
Title_global ' '
Title_global ' ' U
Option NBOX
Option NGRI
Set HWID 1
Set FWID 1
Set BWID 1
Set PWID 1
Set LWID 1
Set CSIZ 0.25
Set VSIZ 0.25
Set TSIZ 0.32
Set XMGL 1.2
Set XMGR 1.2
Set YMGU 0.5
Set YMGL 1.5
Set GSIZ 0.1
Set YHTI 0.7
Set KSIZ 0.15
Set MTYP 1
Zone 1 1
Next
Return
Last update: 96/05/24 17.17 Olivier.Couet@Cern.Ch