Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Oct 05, 2015
  2. Feb 22, 2012
  3. Feb 01, 2012
  4. Dec 09, 2011
  5. Aug 02, 2011
  6. 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
  7. May 20, 2011
  8. Apr 08, 2011
  9. Mar 26, 2011
  10. Mar 02, 2011
  11. Jan 06, 2011
  12. Dec 29, 2010
  13. Nov 02, 2010
  14. Sep 22, 2010
  15. Dec 11, 2009
  16. Sep 04, 2009
Loading