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. Dec 16, 2014
  3. Jun 03, 2014
  4. May 28, 2014
  5. Feb 03, 2014
  6. Jan 30, 2014
  7. Feb 25, 2013
  8. Feb 15, 2013
  9. Jan 02, 2013
  10. Jun 01, 2012
  11. Mar 14, 2012
  12. Dec 29, 2011
  13. Oct 25, 2011
  14. Oct 18, 2011
  15. Aug 08, 2011
  16. Aug 02, 2011
  17. Aug 01, 2011
  18. 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
  19. Jun 14, 2011
  20. May 23, 2011
  21. May 18, 2011
  22. May 16, 2011
  23. May 13, 2011
  24. May 11, 2011
  25. Mar 02, 2011
  26. Mar 01, 2011
  27. Dec 29, 2010
  28. Dec 22, 2010
  29. Jul 14, 2010
Loading