hstDisplay

I- Overall commands

The DAQ program fills histograms which are stored in a shared memory file called HstGeneric.map which exists in the online directory. The hstDisplay program accesses this file and so can display the histograms while the run is progressing. The histograms are all identified using their ROOT labels. The classes used by hstDisplay are all daquser/inc/hst/*.C. The sections below explain more detail on the different displaynames.

II- HstList

HstList is used to print a list of the ROOT labels of all existing histograms in the shared memory file to the screen.

III- HstTH1F and HstTH2F

These are basic routines to simply display a single histogram using its ROOT label.

IV- HstRecord

This display shows records sizes, record rates and data rates.

V- HstCrcNoise

This displays mean and rms values for each CRC channel.

VI- HstCheck

This displays results of comparisons of configuration data written to the hardware and read back from the hardware.

VII- HstLc1176

This displays plots of the LeCroy 1176 TDC data.

VIII- Offline viewing of online histograms

It is possible to run the online monitoring code on a previous run. This is useful if you want to compare the current run histograms with an earlier run.