CALL HMERGE (NFILES,CHFIN,CHFOUT)
Action: Merges two or more HBOOK files with identical objects and directories into a new file. Histograms are added and Ntuples are combined. Works for CWN's and RWN's.
Input parameter description:
CHARACTER*8 CHFIN(10)
for 10
files whose names are not longer than 8 characters)
containing the name(s) of the file(s) to be merged.
Action: Identical to HMERGE but the routine prompts interactively for the names of the input and output files. The PAW command NTUPLE/HMERGE
Action: Scratch (delete) a histogram from the current directory in the direct access file.
ID=0
means scratch all histograms in the current directory.
ICYCLE=0
then all cycles are deleted.
Action:
Closes a direct access file if is not needed anymore or
when the options 'N'
or 'U'
are specified in HRFILE.
Remark:
A Fortran CLOSE
statement should follow a call to HREND.