Skip to content

et2rzh.c

Cole Smith edited this page Apr 24, 2017 · 2 revisions

et2rzh


Purpose: Reads Forward Carriage raw data and creates monitoring histograms.
Usage: et2rzh <input> <runno> <sector> <maxev>
Optional arguments: <det> <slot> <thrsh> <nskp> <ymax>
<input>="et" or evio filename
<runno>=Current run number shown in RunControl
<sector>=Sector on which DAQ is running
<maxev>=Maximum events to accumulate
Optional arguments:
<det>=0,1,2 for ecal,pcal,ftof 
<slot>=FADC slot <3-10,13-16 (FTOF,PCAL) 13-18 (ECAL)>
<thrsh>=For at least one channel per slot pulse sum must exceed <thrsh> 
<nskp>=Skip <nskp> events before plotting 
<ymax>=Max y scale of FADC vs. samples  
Output:
  • Creates histo file 'forcar_s<sector>_<runno>.rzh' for use with fcMon.kumac.
  • Displays realtime plots of FADC data in raw mode (optional arguments).
Restrictions:
  • Single sector readout only.
  • DAQ must be running in ET mode.

Clone this wiki locally