CTShower Documentation - Added new LDF and TDF. I updated the Transform Function to a formula which allows theta to go out to 63 degrees. (This formula was already put in the code by Brant, then commented out.) It might be good in the future to have the Transform function automatically selected based on which LDF is being used...
Plots of the transform functions in the code.
The code is up on lancer. However, to get it to work with the web page I had to take out the NearestNeighbors2 code - for some reason this code generates an error when trying to load the library from within ROOT. It would be good to figure out what is going on, but at least that code is not used for anything having to do with shower reconstructions.
Lancer test page (2003 showers only).
Test on May 13, 2003 shower:
Reconstruction, v235Test on June 18, 2003 shower:
Reconstruction, v235 - angle is 51 degrees (official v2.35 reconstruction, which I wasn't able to reproduce, is railed at 54.7 degrees)Not sure how theta can go out to 65 degrees, when it should be limited by the transform function to acos(1/sqrt(5)) = 63 degrees. Maybe there is something I don't understand about how it works?