You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Introduction

These pages help with the overview of the code itself and more detailed documentation of the code itself.

There is Java Documentation that is generated automatically by the code.  This is only as useful as the comments the coder added.

Profiler Output

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).

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.

 

 

  • No labels