- Mar 10, 2015
-
-
Stephen A. Wood authored
Modify THcFormula and THcParmList to match changes to THaFormula (needed for reports) Small changes in THcInterface and detector classes for compatibility with new OO decoder and podd 1.6
-
- Jan 16, 2015
-
-
Stephen A. Wood authored
For the most part this is making sure that the loop variable in a for loop is of the same type as the variable that it is compared against (Often a UInt_t).
-
- Jan 14, 2015
-
-
Stephen A. Wood authored
This reverts commit e9ce1040. Conflicts: src/THcHallCSpectrometer.cxx
-
- Jan 08, 2015
-
-
Stephen A. Wood authored
For the most part this is making sure that the loop variable in a for loop is of the same type as the variable that it is compared against (Often a UInt_t).
-
- Sep 04, 2014
-
-
Stephen A. Wood authored
Use InitArrays method in THcCherenkov and THcAerogel Null out all array pointers in the InitArrays method and call that method from all constructors so that it is always safe to delete these arrays.
-
- Jan 17, 2014
-
-
Stephen A. Wood authored
-
- Nov 15, 2013
-
-
Edward Brash authored
These were related to a) scope of some variable declarations, and b) use of pre-increment vs. post-increment of non-primitive types (this has a slight performance hit due to the way that pre- vs. post-increment operators are overloaded in C++. Also cleaned up a few places where initialized variables were not being used.
-
- Nov 13, 2013
-
-
Mark Jones authored
1) Need to add fNelem to DBRequest to read parameter arrays. 2) Added optional variable and set to true. Flag in the DBRequest to tell code that parameter is optional and does not have to be found. 3) Move setting of fNelem to before DBRequest for aero_num_pairs so that it can be overwritten by parameter file.
-
- Mar 25, 2013
-
-
Stephen A. Wood authored
-
- Feb 07, 2013
-
-
Stephen A. Wood 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
-
- 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
-