v2.2.23
-
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 inTRestG4Metadata::fSaveEmptyTracks
that isOFF
by default. -
TRestGas::GetDriftVelocity(E)
and similar are now private.