The JavaTracker and Java Ecal applets are tests of the usability of Java for accessing persistent HEP objects which are stored in an Objectivity/DB database.
We have taken the Irwin/Sijin ooTracker prototype C++ code, which simulates the central particle tracking detector in CMS, and converted it so that the tracker layers and hits are made persistent in an Objectivity database. Using the persistent hits, we have modified the code to allow the reconstruction of particle trajectories (tracks) in the detector, which in their turn are made persistent.
The Applet functions by opening the Objectivity database, extracting the tracker geometrical information, and plotting the positions of the detector layers. Tracker layers in the barrel region are colour-coded blue, those in the end-cap region are colour-coded red. The detector is shown in side and end projections. The intersections of particle tracks with the detector (hits) are shown in green. In the third image, reconstructed tracks are shown in white, and only those hits which are associated with tracks are plotted.
The pictures shown above are for a single event. The pictures at the foot of the page are for an accumulation of many events.
We have also used ideas from the Behner ECAL prototype C++ code to generate our own cluster reconstruction for the Ecal detector. These clusters are generated from Theta/Phi maps of the Ecal energy distribution. The map from an example event is shown below:
There are some limitations and problems with the Java implementations:
The JavaTracker code.