- Dec 03, 2013
-
-
Mark K Jones authored
Untested SOS tracking code. New flag fHMSStyleChambers to determine if HMS or SOS style tracking should be done. Flag is set on if the spectrometer name begins with 'h'.
-
- Dec 02, 2013
-
-
Stephen A. Wood authored
THcDriftChamber New flag fHMSStyleChambers to determine if HMS or SOS style tracking should be done. Flag is set on if the spectrometer name begins with 'h'. THcDriftChamber::LeftRight fSmallAngleApprox must be set and fHMSStyleChambers must be off to do SOS style. If not HMS style, ignore all the Yplane optimizations THcDC SOS code does "project to chamber" in link stubs. Need to evaluate if this is necessary, or if HMS style should also do it.
-
- Nov 26, 2013
-
-
sawjlab authored
Implement 'scons cppcheck=1' functionality ... plus a few other minor updates
-
- Nov 25, 2013
-
-
Edward Brash authored
Generate cppcheck_report.txt in the top level directory.
-
Edward Brash authored
-
Edward Brash authored
Also added versioned Hall C library to .gitignore
-
- Nov 15, 2013
-
-
Stephen A. Wood authored
-
Stephen A. Wood authored
-
Stephen A. Wood authored
Remove link to engine Remove quick.csh script Undo changes to hodtest.C and hodtest_cuts.def
-
Zafar Ahmed authored
-
Zafar Ahmed authored
just for test purpose.
-
Zafar Ahmed authored
-
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 14, 2013
-
-
Stephen A. Wood authored
-
- Nov 13, 2013
-
-
sawjlab authored
Modified THcAerogel::ReadDatabase
-
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.
-
- Nov 12, 2013
-
-
sawjlab authored
Update SCons compilation instructions in README.md, and improve 'scons -c' procedure.
-
Edward Brash authored
-
- Nov 11, 2013
-
-
Edward Brash authored
-
Edward Brash authored
-
Edward Brash authored
-
Edward Brash authored
-
Edward Brash authored
purposes.
-
Edward Brash authored
-
Edward Brash authored
-
Edward Brash authored
- Add MacOSX-dependent compile options in Hall C LinkDef
-
- Nov 08, 2013
-
-
Stephen A. Wood authored
Clone some DC tests from ENGINE test files to podd style cuts. Make changes to source code to support these tests. Correct hits in plane line in example report file.
-
- Nov 04, 2013
-
-
sawjlab authored
Add fThetaCentralOffset, fOopCentralOffset, fPCentralOffset
-
- Nov 01, 2013
-
-
Mark Jones authored
-
sawjlab authored
Report stuff
-
Mark Jones authored
Add fTheta_lab Do offsets in THcHallCSpectrometer::ReadDatabase
-
Stephen A. Wood authored
If ThcAnalyzer::PrintReport sees a format descriptor with 'd' at the end, then the value is converted to the nearest int before formatting.
-
Stephen A. Wood authored
Added variables using ENGINE names gen_run_number gen_run_starting_event gen_event_id_number
-
- Oct 31, 2013
-
-
Stephen A. Wood authored
-
- Oct 18, 2013
-
-
sawjlab authored
Add missing [fNelem] to comment for fA_Neg and fA_Neg_p declarations.
-
Stephen A. Wood authored
This is magic that allows the size of arrays to passed to the root tree making.
-
sawjlab authored
Add template driven end of run reports to analyzer class
-
Stephen A. Wood authored
Inspired by ENGINE/CTP report generator Reports generated by THcAnalyzer::PrintReport(templatefilename,outputfilename) template is copied to output, {stuff} is replaced by the value of stuff. Value can be formated with c formater, eg. {stuff:%.2f} ThcFormula added to allow more flexibility of variables. Can get number of times cuts pass or are called with: cutname.npassed (or cutname.scaler) and cutname.ncalled
-
- Oct 13, 2013
-
-
Vardan Tadevosyan authored
Re-arrange, modify and make more detailed comments in the Shower*.h header files. Add more comments in the Shower*.cxx files.
-
- Oct 10, 2013
-
-
Vardan Tadevosyan authored
Changed column and row numbering in THcShowerHit.h in order to get rid of warning messages on unsigned and integer comaprisons when compiling; Corrected a debug message in THcShower.cxx.
-