RHBrc file

RHB FILES

.RHBrc

The .RHBrc resources file is used to configure RHB options at startup. These options are divided in many sections described below :

General options

  • ConfigFile: MyDeclarationsFile.facqConf
      • Name of your facqConf file
        Define the RHB file used to load and save all the parameters and histograms
  • SaveHistos: true
      • true or false
        All your histograms will be saved automatically (or not) when closing RHB.

Input Data reading (From network)

  • DataReader: 
      •  FIPFasterDataReader
        Define the source of your input data.
  • FFasterDataReader.ParamDescFile:
      •  RawParametersDescriptionFile.pid
        Define the RHB file used to load the FASTER raw parameters.
  • Device: 
      •  FIPDevice
        Define the type of the device.
  • FIPDevice.Protocol:
      • Always UDP
        The Protocol between FASTER an RHB is UDP.
  • FIPDevice.Server:
      •  $FASTER_SRC
      • localhost or 192.168.1.2 (for example)
        Define the IP address of the FASTER computer.
  • FIPDevice.Port:
      • Always 6666
        Define the listenning port.

Root Histogram Viewer options (for RHB -r only)

  • RHV.WithEditor: true
    • Editor booklet wil be availaible on the RHV graphical user interface.
  • RHV.WithOscillograms: true
    • OSC booklet will be availiable on the RHV graphical user interface.
  • RHV.ConfigFileMyRHVConfigFile.rhvConf
    • Define the RHB file used to load and save RHV environment.

More options (not neccessary with FASTER) can be used and are described in this document.