v2.2.10
-
TRestTools::ReadASCIITable
added to load the contents of a text file with values into avector <vector <Double_t> >
. -
Improved thisREST.sh to be able to switch REST version in a clean way.
-
TRestEvent::PrintEvent
date is printed now human readable. -
TRestMultiFEMINOSToSignalProcess
.Important fix
affecting the read of time stamp values. -
TRestMultiFEMINOSToSignalProcess
. Solved problem related to initialisation offSignalEvent
in obsoleteBeginOfEventProcess
. -
TRestRawToSignalProcess
. Removed unusedBegin,EndOfEventProcess
methods. -
TRestRawToSignalProcess
. Transferred v2.1.7 updates. -
TRestStringHelper::GetSubdirectories
method added. -
TRestStringHelper::SearchFileInPath
is now recursive and searches files also in subdirectories. -
REST_PATH/data
is now a default path where REST will look for files when usingSearchFile
method. -
Few minor bug fixes.