GET library
GET library release notes

may 2020: version 5.0

  • corrected bug in GETHitMask copy (REC thresholds were not copied) march 2020: version 5.0
  • added an option flag not to process CoBo frames, for faster reading of events (check events and frames in file)
  • memorization of bad data read from the frames in GETSystem
  • included a correction of bad data in the CoBo frames processing of GETSystem
  • added the correction of bad data in the data number check analysis of GETSystemAnalyser feb 2020: version 5.0
  • corrected error in pads RMS histogram of noise analysis
  • the GETActarEventReader class has been modified:
    • virtual inheritance from GETActarTpc so that it is possible to create derived classes from GETActarEventReader that inherits from a derived class of GETActarTpc (the derived class must also inherit virtually from GETActarTpc)
    • modified constructor with an option to avoid construction of the GUI (when it needs to be postponed at creation of a derived class)
    • definition of selected events files creation based on filters oct 2019: version 5.0
  • corrected a bug in calibration process that was working only for degree 1 polynome
  • corrected a bug in GETSystemAnalyser::CumulChannelsSummaryHisto and GETSystemAnalyser::FillChannelsSummaryHisto (bad incrementation of channel histo bin in case of saturation)
  • added bad event chech in GETRunAsAdMean and GETRunAsAdRMS (src/Tools) functions
  • improved pads and channels histograms creation in GETActarReader program / class. july 2019: version 5.0
  • compatible with ROOT 6.xx (modified compilation), which requires:
    • GRootTools6.2
    • Analysis8.0 (for GETActarReader)

march 2019: version 4.0

  • config option for readout of unmerged frames in GETActarReader november 2018: version 4.0
  • IMPORTANT BUG FIX: in CFD algorithm, some intermediate samples were not deleted, resulting in a constant increase of used memory
  • added processing of reconstructed signals:
    • bugs corrected
    • specific configuration commands in GETSystemAnalyser (and GETActarReader): OUT/REC signal to be analysed and OUT/REC validation threshold
  • added analyser configuration for analysis selection: raw data, corrected data, reconstructed data, or none
  • added Data-0 and Data-N correction (Data-0 correction is needed for runs with reduced readout depth and data-0 problem):
  • creation of an ACTAR TPC raw data reading class and program (as a separated optional library - requires event analysis library) october 2017: version 4.0
  • new class GETActarTpc; the GETActarDem inherits from it.
  • adapted GETSystem and GETActarTpc initialization
  • definition of specific analyser classes (GETActarTpcAnalyser) july 2017: version 4.0
  • added resolution anlysis for constant signal

april 2017

  • updated for GRootTools6.0 (and ROOT 6.xx)
  • GETActarDem class replaces the GETDemonstrator class
  • data analysis is deported to specific classes deriving from GETSystemAnalyser for easier portability
  • the events related histograms are moved from the GET system classes to the analyser classes
  • added Off-Track correction of data to the GETActarDem class
  • added option to skip first events in analysis

december 2016: version 3.0

  • added channels hit multiplicity count functions for GETObject(s)
  • modified hit channels count for hit masks: channels above threshold and valid channels

april 2016: version 3.0

  • added hit mask and lookup tables
  • corrected for compilation on CentOS (acquisition station)
  • use of environment variables to access XercesC library: the variables XERCESC_INC and XERCESC_LIB must be defined in the shell configuration

february 2016: version 2.2

  • use of MFM library (version from GRU 15_10_22c) for samples readout
  • updated ReadEvent function from GETSystem (from current DAQ version)
  • added GETDemonstrator class
  • added programs for splitting and merging CoBo frames november 2015: version 2.2
  • use of MFM library (version from GRU 15_02_00) for R-CoBo samples readout
  • added half-chip 2-FPN correction option for RCoBo event read
  • corrected bugs in channel processing functions

june 2015: version 2.1

  • requires
    • GRootTools5.1 (Root version 5.34)

april 2015: version 2.0

  • basic description of GET system structure
  • not interfaced to real configuration files
  • additionnal library for ROOT sessions analysis
  • requires
    • GCpp1.0
    • GRootTools5.0 (Root version 5.xx)
    • GFFT1.1