Skip to content

v2.3.5

Compare
Choose a tag to compare
@jgalan jgalan released this 11 Apr 11:57
· 2712 commits to master since this release
  • Zenodo reference has been added to the README.md

  • TRestRawSignalChannelActivity bug fixing and added to validation pipeline.

  • Added a new restRootMacros alias that loads restRoot with macros available.

  • Project migrated to C++14 standards.

  • TRestStringHelper. Added few new Trim methods.

  • TRestEventSelectionProcess has been implemented. It will allow to define few rules on a pre-processed ROOT file analysisTree, to re-process the original event file with a specific/reduced event selection fulfilling the conditions. It also accepts a text file with a list of event IDs.

  • Updating institutional logos, and re-organized miscellaneous directory.

  • TRestMetadata::ReadAllParameters has been split into GetParameterList and ReadParameterList.

  • TRestEventProcess::InitFromConfigFile now will attempt to replace metadata members inside the parameters space. I.e. using [TRestDetector::fSampling]. See trexdm-quickAna repository, inside autoAnalysis/RMLs/03_hits.rml for an example.

  • New ValidateDetectorParams.C macro to validate the reading of detector parameters from filename.

  • TRestRun::ReplaceMetadataMembers << >> delimiters changed by [ ].

  • Fixed many bugs and errors.

    • Important fix related to resizing of window.
    • Fixed an issue when defining analysisTree conditions using &&. Now we define && and || inside RMLs as AND and OR.

Library, packages and project updates (Check their respective repositories to know about changes there):