Versions Compared

Key

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

...

  1. RawTrackerHitFitterDriver converts SVT raw data into fitted hits collection by fitting ADC vs time signals.
  2. DataTrackerHitDriver creates stereo hit pairs from the fitted strip hits.
  3. HelicalTrackHitDriver creates 3D hit hits (clusters) from input stereo hits.
  4. TrackerReconDriver runs track finding on the 3D hit collection.
    1. Track finding is run multiple times with different tracking strategy files, creating a track collection for each strategy.
  5. The MergeTrackCollections Driver is used to merge the multiple track collections togetherinto a single output collection.
  6. The GBLRefitterDriver refits the tracks using GBL.
  7. TrackDataDriver adds a Generic Object collection containing additional information about the track for persistency.

...