begin parm constants
proton = 938.272 ; <- Comment character
neutron = 939.57
pion = 139.57
pizero = 134.97
; The following fills an array
offsets = 0.34, 5.7, 0.1, -.4
0.0, .1356, -1.3, 8.6
; array fills may take multiple lines
thmin = -50
thmax = 50
phimin = -40
phimax = 40
; Lines from begin to end are called a block
hbook_filename = 'hist.dat' ; String
report_filename = 'endrun.txt' ; String
end parm constants
In order for the variables of these names to be set in the analyzer, these variables must be registered by the analyzer before this block of parameters is ``booked''.