Skip to content
Snippets Groups Projects
  1. Feb 12, 2015
  2. Feb 11, 2015
  3. Feb 10, 2015
    • Stephen A. Wood's avatar
      Add "Global variables" to reports. · 8669a94e
      Stephen A. Wood authored
        Variable found in a report template is first tested to see if it is a
        Hall C style parameter (in gHcParms).  If not, then tested to see if it
        is a global variable (in gHaVars).
      8669a94e
  4. Feb 04, 2015
  5. Feb 03, 2015
  6. Jan 28, 2015
  7. Jan 21, 2015
  8. 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
  9. Jan 16, 2015
  10. Jan 14, 2015
  11. Jan 13, 2015
  12. Jan 08, 2015
  13. 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
  14. Dec 22, 2014
  15. Dec 19, 2014
  16. Dec 12, 2014
  17. Dec 05, 2014
  18. Nov 17, 2014
  19. Nov 13, 2014
Loading