/usr/share/paw-demos/pawex24.kumac is in paw-demos 1:2.14.04.dfsg.2-9.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | MACRO PAWEX24
**************************************************************************
* PAW TUTORIAL EXAMPLE 24 *
* Operations on histograms (Keep and Update) *
**************************************************************************
Exec ALLDEF
histogram/file 1 pawhists.hbook
Zone 1 2
opt grid
set grid 1003
set htyp 245
h/pl 120 k
set grid
set htyp 254
h/pl 110
set htyp
h/pl 110 +
set htyp 144
hi/pl 130 +
zone
close 1
RETURN
|