Skip to content
Snippets Groups Projects
  1. Feb 26, 2014
  2. Feb 18, 2014
  3. Jan 30, 2014
  4. Oct 07, 2013
  5. May 02, 2013
    • Mark Jones's avatar
      1) Add TClone arrays to store the raw scint TDC and ADC paddle and values · 1888bb33
      Mark Jones authored
      The arrays are  frPosTDCHits, frNegTDCHits,frPosADCHits and frNegADCHits
      There are filled in THcScintillatorPlane:ProcessHits
      2) Also modified THcScintillatorPlane::ProcessHits explicitly set variable
      padnum=hit->fCounter and index=padnum-1 so the the TClone arrays for
      scintillator variable set padnum=1,16 while the index=0-15
      Want pdnum=1-16 because it is used in a hitogram fo counts versus
      paddle number
      3) Because of change to filling PaddleNumber in ProcessHits had
      to modify THcScintillatorPlane::PulseHeightCorrection so the
      index variable "j" is set to etPaddleNumber()-1 .
      1888bb33
  6. Apr 09, 2013
  7. Mar 05, 2013
    • Gabriel Niculescu's avatar
      G.N. 2013 · ddd3cf9a
      Gabriel Niculescu authored
      Calculating pulse height correction for the hodoscope.
      Calculating focal plane times for each scintillator plane - (in THcScintillatorPlane)
      Calculating hodoscope start time (average of fp times) - (in THcHodoscope)
      ddd3cf9a
  8. Feb 05, 2013
  9. Jan 28, 2013
  10. Dec 20, 2012
    • Gabriel Niculescu's avatar
      GN: Added variables and procedures for reading hodoscope parameters found in: · 0dc7956d
      Gabriel Niculescu authored
      xhodo.pos and xhodo.param
      THcHodoscope generally holds:
      - singular variables (i.e. central path through the spectrometer, min/max limits for the ADCs, TDCs, etc.)
      - "padded arrays" (i.e. look at the plane with the most scintillators, allocate and array that has max_no_scint * no_of_planes - these are mostly found in the .param file)
      THcScintillatorPlane generally holds:
      - simple variables containing plane-specific info (z-position, scintillator size and spacing)
      - arrays sized appropirately for the specific plane (i.e. individual x (or y) positions for all scintillators in a plane, signal propagation speed in the paddle, etc.)
      0dc7956d
  11. Nov 02, 2012
  12. Aug 30, 2012
  13. Aug 28, 2012
    • Stephen A. Wood's avatar
      Pedestal work. · 6aec21a3
      Stephen A. Wood authored
      Use cut file to determine what is a pedestal event.  Pedestal events
      only proceed to Decode.
      In Decode (Just THcHodoscope for now) loop through each plane and accumulate
      pedestal data.  Calculate the pedestals at the first non-pedestal event.
      Pedestals are just calculated, but nothing is done with them.
      6aec21a3
  14. Aug 07, 2012
  15. Jun 27, 2012
  16. Jun 11, 2012
  17. Jun 06, 2012
  18. May 09, 2012
  19. May 08, 2012
  20. May 07, 2012
  21. May 06, 2012
  22. May 05, 2012
  23. May 04, 2012
  24. May 03, 2012
Loading