Skip to content
Snippets Groups Projects
  1. Dec 04, 2016
  2. Nov 28, 2016
  3. Nov 23, 2016
  4. Nov 22, 2016
  5. Nov 21, 2016
  6. Nov 20, 2016
  7. Nov 18, 2016
  8. Nov 17, 2016
  9. Nov 15, 2016
  10. Nov 14, 2016
  11. Nov 09, 2016
  12. Nov 02, 2016
    • Adrien Matta's avatar
      * Fixing seg fault when reloading geometry multiple time · c76a05a5
      Adrien Matta authored
              - Modification of all existing detector class
              - Modification of Detector Skeleton
              - Branch is now called only if Branch does not exist
              - Cosmetic change to display when reloading geometry
      
      * Restaure NPTool style (previous one was broken)
      c76a05a5
  13. Oct 25, 2016
  14. Oct 13, 2016
  15. Oct 12, 2016
  16. Oct 11, 2016
  17. Oct 10, 2016
    • Philip Adsley's avatar
      Fix filepath for NMR fileread · 826d8930
      Philip Adsley authored
      I found that the filepath for the NMR Splitpole files wasn't being reproduced correctly. It was used to load the Rmn directory to read the files in but then (at least for me), it looked in the current directory to try to find the Rmn files.
      
      I have (in a fairly ugly manner) fixed this problem by introducing a new TString (FileToRead) which is used to construct the whole path to the Rmn files.
      826d8930
    • Philip Adsley's avatar
      Fix logic error in W1 strip matching · 733768bf
      Philip Adsley authored
      The condition was:
      
       if (m_PreTreatedData->GetFrontTStripNbr(couple[i].X()) == m_PreTreatedData->GetFrontTStripNbr(t) ||
                      m_PreTreatedData->GetFrontTDetectorNbr(couple[i].X()) == m_PreTreatedData->GetFrontTDetectorNbr(t))
      
      i.e., if the strip number is the same or the detector number is the same.
      
      This has been modified to:
      
       if (m_PreTreatedData->GetFrontTStripNbr(couple[i].X()) == m_PreTreatedData->GetFrontTStripNbr(t) &&
                      m_PreTreatedData->GetFrontTDetectorNbr(couple[i].X()) == m_PreTreatedData->GetFrontTDetectorNbr(t))
      
      i.e. the strip number and detector number should both be the same.
      733768bf
  18. Sep 30, 2016
  19. Jul 28, 2016
  20. Jul 26, 2016
  21. Jul 25, 2016
  22. Jul 23, 2016
  23. Jul 22, 2016
  24. Jul 19, 2016
  25. Jul 15, 2016
Loading