Sorry for the very late response, but I totally forgot to merge your patch. Many...
Merge /u/bokubob/robast/ branch master into master
Update README
Add DaviesCotton.C
Remove OkumuraCone.C
Add SchmidtCassegrain.C
Added a tutorial program for HESS1
Add HexOkumuraCone.C
Add OkumuraCone.C
Updated for the ROBAST paper
Add tutorial/Optimize.C which shows how to use ...
Replace "TGLView.h" with "TGLViewer.h"
Add support of conic constant in AGeoAsphericDisk
Fix a build issue that apears with ROOT5 and GCC
Change the camera rotation angles
Added TThread::Initialize in tutorial/multithre...
Reverted $(CC) to $(CXX) because Clang cannot c...
Changed $(CXX) to $(CC) in compiling Konrad's C...
Now supports ROOT 6
Removed several warnings
Now compiles with Clang's CC
Fix a bug in checking the ROOT version number, ...
Added an option to drop multi-threading support...
Fix the performance degradation issue reported ...
Merge remote-tracking branch 'origin3/speedup'
Merge remote-tracking branch 'origin3/master' i...
Remove .* files
Remove .pydevproject
Merge remote-tracking branch 'origin3/master' i...
Remove .pydevproject
Remove .pydevproject
Fix a bug getting an wrong array
Remove debug comments
Remove stored current and next nodes
- Stop using InitTrack repeatedly to save time
Remove stored the current and next nodes, and t...
Remove unnecessary comments, variables, and cal...
Replace tas with white spaces
doesn't work
temporary version to improve the speed of Trace...
Remove (TGeoNavigator* nav, TGeoNode* startNode...
Remove (TGeoNavigator* nav, TGeoNode* startNode...
Rename "start" and "end" in names to "current" ...
Make all tests run in the mutli-thread mode
Added rad() and deg()
- Change the unit of angle used in reflectivity...
Added a comment
Add FitData and MakeGraph
Add a new test for ASellmeierFormula
Add GetAbbeNumber()
Remove an wrong comment on wavelength units
Add GetAbbeNumber()
Updated README file to avoid #include error
Added a new example AshraOptics.C in tutorial
Fixed an inappropriate explanation pointed by D...
Added incident angle dependency of QE
Fixed uninitialized pointers
Added QE
Added a unit test script
Added SnellsLaw
Fixed a bug that added an wrong position after ...
Added SetAbsorptionLength
Added testLimitForSuspended and testMirrorScatt...
Added NULL checks
Added a new example for multi threading
Updated TraceNonSequential, but it still does n...
should work
Added thread lock for TObjArray which is not th...
Probably fixed crash problems in multi thread
multi threaded version
Fixed a bug in DistToParabola that made miscalc...
Removed a critical bug in the absorption proces...
Added one more overload method
Added a Python example which is a translation from
Added an overload method TraceNonSequential to ...