Skip to content
Snippets Groups Projects
  1. Jan 16, 2015
  2. Jan 14, 2015
  3. Jan 13, 2015
  4. Jan 08, 2015
  5. Jan 07, 2015
    • Mark Jones's avatar
      Modify THcFormula to properly handle kCutScaler and kCutNCalled. · 7edb1e4b
      Mark Jones authored
      This is a temporary fix for problem that arise when compiling on the
      ifarm machines. In the DefinedValue method when using
      kCutScaler and kCutNCalled the switch statement goes to the default
      case.
      
      On ifarm gcc version 4.4.6 20110731 (Red Hat 4.4.6-3) (GCC)
      There are compiler warnings
       src/THcFormula.cxx: In member function 'virtual Double_t THcFormula::DefinedValue(Int_t)':
      src/THcFormula.cxx:131: warning: case label value exceeds maximum value for type
      src/THcFormula.cxx:134: warning: case label value exceeds maximum value for type
      One permenant fix would be to add kCutScaler and kCutNCalled to the
      enum EVariableType in THaFormula.h.
      7edb1e4b
    • Mark Jones's avatar
      1e5a7655
  6. Dec 22, 2014
  7. Dec 19, 2014
  8. Dec 12, 2014
  9. Dec 05, 2014
  10. Nov 17, 2014
  11. Nov 13, 2014
  12. Oct 24, 2014
  13. Oct 10, 2014
  14. Oct 04, 2014
  15. Sep 26, 2014
  16. Sep 21, 2014
  17. Sep 15, 2014
  18. Sep 12, 2014
  19. Sep 10, 2014
  20. Sep 09, 2014
  21. Sep 08, 2014
Loading