- Jan 21, 2013
-
-
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 20, 2012
-
-
Stephen A. Wood authored
-
- 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 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
-
- 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 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 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 17, 2012
-
-
Mark Jones authored
1) Add test for root version when filling sighit1 2) Fixed line which had wrong order in Set and needed two integer values sighit1->Set(1,(Int_t)(hit->fADC_pos - 470.7));
-
- Aug 09, 2012
-
-
Stephen A. Wood authored
use the run number to determine which parameter and map files to use.
-
Stephen A. Wood authored
string variables from the Hall C style parameter files. String variables are loaded into a THaTextvars object that is held in the THcParmList object. PrintFull will now print all the string variables as well as the numerical variables. Added GetString, AddString and RemoveString methods to access and modify the string variables.
-
- Aug 07, 2012
-
-
Simon Zhamkochyan authored
-
- Jun 29, 2012
-
-
Stephen A. Wood authored
for older ROOT version wasn't working.
-
- Jun 28, 2012
-
-
Stephen A. Wood authored
number of planes and Plane names are still hard wired.
-
- Jun 27, 2012
-
-
Stephen A. Wood authored
function or detector.
-
Stephen A. Wood authored
-
Stephen A. Wood authored
be made either in output.def or by analyzing root tree.
-
- Jun 11, 2012
-
-
Simon Zhamkochyan authored
-
Simon Zhamkochyan authored
-
- Jun 10, 2012
-
-
Simon Zhamkochyan authored
-
- Jun 06, 2012
-
-
Simon Zhamkochyan authored
-
Simon Zhamkochyan authored
-
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 06, 2012
-
-
Stephen A. Wood authored
-
- 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.
-
- May 01, 2012
-
-
Stephen A. Wood authored
TClonesArray ConstructedAt method. Raw hit class for drift chambers and skeleton drift chamber that prints out drift chamber package hits. Move Compare method from THcHodoscopeHit to ThcRawHit since it should work for any derived class. Get detector name -> ID mapping from the map file comments
-
Stephen A. Wood authored
TClonesArray ConstructedAt method.
-