Skip to content

Draft: FPGATrackSim -> xAOD conversion package

Federica Piazza requested to merge piazza/athena:FPGAConversion into main

Conversion of FPGATrackSim objects into xAOD.

The conversion algorithm Trigger/EFTracking/FPGATrkConverter/FPGAConversionAlgorithm.h is based on:

  • Trigger/EFTracking/FPGATrkConverter/FPGAClusterConverter.h : tool for FPGATrackSimHit / FPGATrackSimCluster -> xAODPixel/StripCluster conversion
  • Trigger/EFTracking/FPGATrkConverter/FPGAActsTrkConverter.h: tool for ActsTrk::ProtoTrack finding from FPGATrackSimClusters

The algorithm is scheduled in FPGATrackSimAnalysisConfig.py, if the Trigger.FPGATrackSim.doEDMConversion flag is set to True (default is False)

@jahreda @tbold @sabidi @imaznas

Edited by Federica Piazza

Merge request reports