Skip to content

v2.2.10

Compare
Choose a tag to compare
@jgalan jgalan released this 25 Dec 05:58
· 5174 commits to master since this release
  1. TRestTools::ReadASCIITable added to load the contents of a text file with values into a vector <vector <Double_t> >.

  2. Improved thisREST.sh to be able to switch REST version in a clean way.

  3. TRestEvent::PrintEvent date is printed now human readable.

  4. TRestMultiFEMINOSToSignalProcess. Important fix affecting the read of time stamp values.

  5. TRestMultiFEMINOSToSignalProcess. Solved problem related to initialisation of fSignalEvent in obsolete BeginOfEventProcess.

  6. TRestRawToSignalProcess. Removed unused Begin,EndOfEventProcess methods.

  7. TRestRawToSignalProcess. Transferred v2.1.7 updates.

  8. TRestStringHelper::GetSubdirectories method added.

  9. TRestStringHelper::SearchFileInPath is now recursive and searches files also in subdirectories.

  10. REST_PATH/data is now a default path where REST will look for files when using SearchFile method.

  11. Few minor bug fixes.