Skip to content
Snippets Groups Projects
  1. Feb 04, 2015
  2. Feb 03, 2015
  3. Jan 28, 2015
  4. Jan 21, 2015
  5. Jan 20, 2015
    • Mark Jones's avatar
      Modify THcHallCSpectrometer · 1c3012e5
      Mark Jones authored
          THcHallCSpectrometer inherits from THaSpectrometer which has method
          GetPcentral and a member fPcentral.
           THcHallCSpectrometer had been using fPCentral but decided to
          use fPcentral.
          Delete fPCentral in THcHallCSpectrometer.h
          Replace all fPCentral  by fPcentral in ReadDatabase and FindVertices methods.
      1c3012e5
    • Mark Jones's avatar
      Modify THcShower.cxx and THcShower.h · 0c2485c9
      Mark Jones authored
          Add variable fEtot= the total energy of the calorimeter which
            is calculated in Decode method
          Add variable fEtotnorm= the total energy of the calorimeter
            divided by central spectrometer which is calculated in Decode method
          Add both to DefineVariables list as etot and etotnorm
      0c2485c9
    • Stephen A. Wood's avatar
      Style cleanup. · 06524efd
      Stephen A. Wood authored
            Declare loop variables in the for statement
            Go back to UInt_t for some variables
            Don't prefix non-member variables with f
      06524efd
    • Zafar Ahmed's avatar
      THcHodoscope and THcCherenkov FineProcess additions · aa38543f
      Zafar Ahmed authored
        Adds tests to THcHodoscope fiducial tracking efficiency
        Adds tests to THcCherenkov for Cerenkov efficiency
      aa38543f
  6. Jan 16, 2015
  7. Jan 14, 2015
  8. Jan 13, 2015
  9. Jan 08, 2015
  10. 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
  11. Dec 22, 2014
  12. Dec 19, 2014
  13. Dec 12, 2014
  14. Dec 05, 2014
  15. Nov 17, 2014
  16. Nov 13, 2014
  17. Oct 24, 2014
  18. Oct 10, 2014
  19. Oct 04, 2014
Loading