Status

This project is pre-alpha.

  • We succeeded in reading the MarlinReco/examples/top_vxd01.slcio file provided in the MarlinReco cvs checkout using the Java LCIO library or the Java org.LCSIM library and running it through the C++ VTXDigitizer and the C++ VertexTracking. We read the RunHeader and processed 10 events.

    While doing this, the VTXDigitizer adds C++ objects to the Java Event. The Java Event (now mixed Java and C++) is consequently accessed by the VertexTracking.

    • PandoraPFA was added to the list of processors and compiled using SWIG into the MarlinJava shareable library. The LDC00_3x3HCalExample was translated from its XML version and tried on a sample file.