Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Jan 26, 2016
  2. Dec 11, 2015
  3. Oct 12, 2015
  4. Oct 05, 2015
  5. May 27, 2015
  6. Dec 16, 2014
  7. Jun 03, 2014
  8. May 28, 2014
  9. Mar 28, 2014
  10. Mar 26, 2014
  11. May 13, 2013
  12. Mar 01, 2013
  13. Mar 14, 2012
  14. Feb 01, 2012
  15. Oct 25, 2011
  16. Oct 11, 2011
  17. Aug 29, 2011
  18. Aug 25, 2011
  19. Aug 02, 2011
  20. Jul 08, 2011
    • Janik Zikovsky's avatar
      - Refs #3203: Implemented ISpectrum. It is the base class of EventList and... · 0c5e87e9
      Janik Zikovsky authored
      - Refs #3203: Implemented ISpectrum. It is the base class of EventList and Histogram and contains the spectrum number and list of detector IDs for a given spectrum.
      - ISpectrum return X/Y/E vectors. EventList, e.g. calculates the histogram on the fly.
      - Moved the EventWorkspace MRU list of histograms to be contained within the EventList; better code separation. Made a EventWorkspaceMRU class to encapsulate this more easily.
      - Workspaces must implement getSpectrum (const/not const) to return a ISpectrum object. dataX(i), etc. methods on MatrixWorkspaces no longer need to be overridden since they call getSpectrum()
      - Got rid of EventWorkspace::getEventListatPixelID() and doneLoadingData()
      - replaceSpectraMap() methods offers backwards-compatibility with SpectraDetectorMaps by setting the specNo and detector list when called. Must be called AFTER creating all the spectra in a workspace.
      - Refs #3318: maskWorkspaceIndex() implemented as part of ISpectrum.
      
      
      
      0c5e87e9
  21. Jun 10, 2011
  22. May 23, 2011
  23. May 13, 2011
  24. Mar 02, 2011
  25. Mar 01, 2011
  26. Dec 29, 2010
  27. Dec 22, 2010
  28. Dec 02, 2010
  29. Nov 09, 2010
  30. Nov 05, 2010
  31. Oct 04, 2010
  32. Sep 13, 2010
  33. Jul 08, 2010
Loading