.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

    Name of your facqConf file

    Define the RHB file used to load and save all the parameters and histograms.
    : MyDeclarationsFile.facqConf
  • SaveHistos

    true or false

    All your histograms will be saved automatically (or not) when closing RHB.
    : true

Input Data reading (From network)

  • DataReader:

    FIPFasterDataReader

    Define the source of your input data.
    FIPFasterDataReader
  • FFasterDataReader.ParamDescFile:Define the RHB file used to load the FASTER raw parameters.
    RawParametersDescriptionFile.pid
  • Device:

    FIPDevice

    Define the type of the device.
    FIPDevice
  • FIPDevice.Protocol:

    Always UDP

    The Protocol between FASTER an RHB is UDP.
    UDP
  • FIPDevice.Server:

    localhost or 192.168.1.2 (for example)

    Define the IP address of the FASTER computer.
    $FASTER_SRC
  • FIPDevice.Port:

    Always 6666

    Define the listenning port.
    6666

Root Histogram Viewer options (for RHB -r only)

  • RHV.WithEditorEditor booklet wil be availaible on the RHV graphical user interface.
    : true
  • RHV.WithOscillogramsOSC booklet will be availiable on the RHV graphical user interface.
    : true
  • RHV.ConfigFileDefine the RHB file used to load and save RHV environment.
    : MyRHVConfigFile.rhvConf

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