Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v1.3

    * GUI:
        - debug the GUI on MacOS for the latest ROOT versions (position in the canvas were unreadable)
        - patch for icons folder detection on some installations 
        - adding the new Cubix logo (need to add a Cocoa objective-C++ wrapper for macos compatibility)
        - debug transparency plots when opengl is not supported (for error band plots for example)
    
    * Tools:
        - Add an option to save the current histogram in radware ".spe" format
    
    * Peak fitting:
        - changing the way the uncertainties on peak area is calculated. Previously, a very simple $2\times\sqrt{N}$ was used. 
        Now, the area is determined from the analytical function and the uncertainty is computed from the propagation of errors on the fit
        
    * Plots:
        - using default draw options for TGraph "AP" if the "hist col" default one has not been changed
        - debug plot in multiple pad canvases (from the saved list and using copy/paste)
        - replace TGraph::AddPoint to TGraph::SetPoint to keep root 6.20 compatibility (see [the ROOT article](https://root.cern/blog/new-color-schemes/))
        - adding a color wheel including the new advised colors by the ROOT team for 6 and 8 colors 
        - adding a shortcut (press "c" when the mouse is on a histogram) to change the color of an histogram (increment the color in the color wheel)
      
    * Workspace:
        - debug a crash when a graph that is not a TGraphErrors was saved in a workspace
      
    * Calibrations:
        - adding a new tool for calibrating a list of detectors at the same time from a bidim EvsId
        - debug the calibration tool when no offset is used
    
    * Nuclear chart:
        - patch for printing gamma-rays known relatively to an offset in the nuclear chart
  • v1.2

    - Adding the possibility to move on the range of an histogram using the keybord arrows (1D and 2D histograms)
    - Adding the possibility to zoom in Y on 1D histogram using the wheel up/down
    - Adding the possibility to save a current range and re apply it on another histogram
    - correction of a bug in plotting the second isomers lifetime in the nuclear chart
    - correction of a bug happening when mumtiple GxG windows are opened
    - correction of a bug on the limits in FWHM when using the WS manager
    - correction of a bug with the real range used for projection in dynamic mode