Versions Compared

Key

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

...

The output of JProfiler gives a good idea of what is going on in the code. You can find a call tree graph of EvioToLcio here, and the call tree for only the Drivers for a reconstruction pass here (i,e. doProcess).The following profiles are available:

Click on the arrows to drop down into specific methods. The local time is the time spend in this method, the total time is the time spend in this method and all the methods it calls. The percentage indicates the fraction of total execution time that is represented by the total time.

Documentation 

ComponentMaintainerLocationBrief Description
EvioToLcioJeremy McCormickorg.hps.evioThe main program that converts EVIO to LCIO, performing an LCSim job in the same session. The processed events are then (optionally) written to disk using an LCIOWriter.
LCSimEngRunEventBuilderJeremy McCormickorg.hps.evioThis is the LCSimEventBuilder implementation for the Engineering Run and the Commissioning Run.
EcalEvioReaderSho Uemuraorg.hps.evioConverts various modes of EVIO TDC information into LCSim hit collections.
SvtEvioReaderOmar Morenoorg.hps.evioConverts EVIO SVT data to LCSim hit collections.
Event Reconstruction Steering Files  List of the most important drivers and further documentation on them.

...