- May 02, 2013
-
-
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 .
-
- Apr 09, 2013
-
-
Gabriel Niculescu authored
GN: finished debugging the hodoscope start time calculation. Results match 1-to-1 the corresponding "engine" result.
-
- Mar 05, 2013
-
-
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)
-
- Feb 05, 2013
-
-
Gabriel Niculescu authored
hodoscope start time.
-
- Jan 28, 2013
-
-
Gabriel Niculescu authored
-
- Dec 20, 2012
-
-
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.)
-
- Nov 02, 2012
-
-
Stephen A. Wood authored
-
- Aug 28, 2012
-
-
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.
-
- Jun 06, 2012
-
-
Simon Zhamkochyan authored
-
- May 09, 2012
-
-
Stephen A. Wood authored
add simple code to register ADC and TDC hits into global variables so that hit maps can be made.
-
- May 08, 2012
-
-
Stephen A. Wood authored
-
- May 07, 2012
-
-
Stephen A. Wood authored
Add ThcSignalHit class
-
- May 05, 2012
-
-
Stephen A. Wood authored
-
- May 04, 2012
-
-
Stephen A. Wood authored
-
Stephen A. Wood authored
-
- May 03, 2012
-
-
Stephen A. Wood authored
Follow SRC model and make a scintillator plane class.
-