Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Nov 08, 2016
  2. Oct 15, 2016
  3. Jul 11, 2016
  4. May 30, 2016
  5. Feb 22, 2016
  6. Feb 15, 2016
  7. Jan 19, 2016
  8. Oct 05, 2015
  9. Dec 16, 2014
  10. Jun 03, 2014
  11. May 28, 2014
  12. May 21, 2013
  13. Mar 04, 2013
  14. Oct 25, 2011
  15. 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
  16. May 16, 2011
  17. Mar 02, 2011
  18. Mar 01, 2011
  19. Feb 18, 2011
  20. Jan 28, 2011
  21. Jan 12, 2011
  22. Jan 10, 2011
  23. Dec 29, 2010
  24. Dec 10, 2010
  25. Jul 09, 2010
  26. Dec 09, 2009
Loading