Versions Compared

Key

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

...

The HPS physics reconstruction is implemented in the HPS Java project as a chain of org.lcsim Drivers operating on lcsim events  which process LCIO Data Format events that are accessed using the EventHeader API.  The driver list is described in an lcsim xml steering file which configures the lcsim job manager.  A driver is simply an event processing component that operates on each event in a record processing loop.  For example, a driver might convert ADC data to a hit class or perform track finding.  

...