- Mar 08, 2013
-
-
Stephen A. Wood authored
It has not been check that we are getting a good start time yet. Drift time and distance added to tree Change DC plane names from 1, 2, 3, ... to 1x1, 1y1, ... This is so that the parameters holding the time to distance maps can be found. (The parameters are e.g. hwc1x1fract) Need to find a way not to have to hard code these plane names. Either use wire angles (alpha) or some kind of parameter name mapping Changed output.def to match new plane names
-
- 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 09, 2013
-
-
Stephen A. Wood authored
-
- Feb 07, 2013
-
-
Stephen A. Wood authored
-
Stephen A. Wood authored
-
Stephen A. Wood authored
-
Stephen A. Wood authored
-
Stephen A. Wood authored
-
Stephen A. Wood authored
-
- Feb 05, 2013
-
-
Gabriel Niculescu authored
hodoscope start time.
- Jan 29, 2013
-
-
Stephen A. Wood authored
Pass a start time computed in THcHodoscope to THcDriftChamberPlane. A dummy value for the start time is used until the Hodoscope code actually computes the start time.
-
- Jan 28, 2013
-
-
Gabriel Niculescu authored
-
Gabriel Niculescu authored
-
- Jan 21, 2013
-
-
Stephen A. Wood authored
Define constants (e.g. plane counts) that are not defined in the ENGINE parameter files so that the detector classes can be more generic. Hodoscope and Aerogel now pick up plane and tube counts from this file
-
Stephen A. Wood authored
-
Stephen A. Wood authored
Start adding to the drift chamber code. Setup a class structure similar to what podd uses for the VDCs. Raw hit class renamed to THcRawDCHit. Signal hits are how THcDCHit, modeled after podd hits. Add THcDCWire, and classes for time to distance conversion. Time to distnace conversion doesn't do anything yet. Find some improved DC parameter files so that min and max TDC limits are good for the run we are using. THcDriftChamberPlane asks ThcDriftChamber for many parameters.
-
- Dec 21, 2012
-
-
Stephen A. Wood authored
-
- Dec 20, 2012
-
-
Stephen A. Wood authored
-
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.)
-
- Dec 07, 2012
-
-
Stephen A. Wood authored
Register some more variables for the tree Clear fNelem of some arrays, not fNhits. Print method to print Aerogel pedestals. Make Pedestal analysis a bit more like the ENGINE. Initialize counters
-
- Nov 07, 2012
-
- Nov 05, 2012
-
-
Stephen A. Wood authored
-
Stephen A. Wood authored
Added haero.param to general.param.
-
Stephen A. Wood authored
-
- Nov 02, 2012
-
-
Stephen A. Wood authored
-
- Oct 11, 2012
-
-
Ole Hansen authored
locations (e.g. via rpm) instead of under a common ROOTSYS.
-
- Sep 19, 2012
-
-
Stephen A. Wood authored
Change shower plane names from 1z, 2z, 3z, 4z to 1pr, 2ta, 3ta, 4ta to match the names used in the parameters. Fix up histogram names for new plane names. Get rid of duplicate THaNonTrackingDetector::Init call.
-
- Sep 17, 2012
-
-
Stephen A. Wood authored
-
- Sep 16, 2012
-
-
Simon Zhamkochyan authored
-
- Sep 07, 2012
-
-
Stephen A. Wood authored
-
Stephen A. Wood authored
Use DBRequest inside of loops over planes, using Form to construct variables names that have the plane lable in them (e.g. 1x, 1y, 2x, 2y)
-
- Sep 06, 2012
-
-
Stephen A. Wood authored
prepended to all variables in the DBRequest list.
-
- Aug 30, 2012
-
-
Stephen A. Wood authored
detector parameters from the gHcParms (THcParmList).
-
- Aug 29, 2012
-
-
Stephen A. Wood authored
pedestal event analysis at Decode, no cut needed on histograms need to assure that events with HMS (evtype 1 and 3) get histogrammed.
-
- 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.
-
- Aug 23, 2012
-
-
Stephen A. Wood authored
-
- Aug 20, 2012
-
-
Stephen A. Wood authored
-