Skip to content

v2.2.23

Compare
Choose a tag to compare
@jgalan jgalan released this 25 Dec 05:22
  • TRestAnalysisTree added two method of setting observable value: set with any wrapper and with template method. The later one would be quicker.

  • TRestProcessRunner enabled switches for test run and observable validation. If turned off observable validation, the process speed would be higher.

  • TRestDetector now follows metadata philosophy.

  • TRestRun now supports name pattern reading for the format like Vm[TRestDetector::fAmplificationVoltage]

  • Global parameters are now stored in map REST_ARGS. No longer in TRestDetector

  • Fixes in pipeline validations.

  • Fixed a seg.fault in TRestG4EventViewer when trying to add a parent track non existing. This was not observed before because we were always saving empty tracks. Now there is an option in TRestG4Metadata::fSaveEmptyTracks that is OFF by default.

  • TRestGas::GetDriftVelocity(E) and similar are now private.