Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Java PackageDescriptionNotesModule
org.lcsim.eventdefines physics event interfaces (implemented by LCIO)interfaces used extensively in HPS Java Drivers 
org.lcsim.util.loopevent processing facilitiesextends Freehep loop classes for lcsim usage   
org.lcsim.joblcsim job manager which reads lcsim xml steering files     
    
    
org.lcsim.lcioJava implementation of LCIO file formatimplements event interfaces 
org.lcsim.recon.tracking.seedtrackerSeed Tracker track reconstruction algorithmbasis for HPS Java tracking 
org.lcsim.utilDriver class for event data processing   
    
    
    
    
    
     

External Packages

EVIO Data Conversion

The EvioToLcio utility converts EVIO to LCIO using an LCSimEventBuilder implementation such as LCSimEngRunEventBuilder.  The generated LCIO events can then be optionally written to disk using an LCIODriver.  The physics reconstruction may also be run in the same process.

...