Skip to content
Snippets Groups Projects

FPGATrackSim: Implemented use of a layer map to make slice dependent layer assignments

Merged Elliot Lipeles requested to merge lipeles/athena:lipeles_dev3 into main
All threads resolved!
4 files
+ 81
16
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -220,6 +220,9 @@ def FPGATrackSimRoadUnionToolGenScanCfg(flags):
for (cut,val) in cutset.items():
setattr(tool,cut,val)
# set layer map
tool.layerMapFile = flags.Trigger.FPGATrackSim.GenScan.layerMapFile
# even though we are not actually doing a Union, we need the
# RoadUnionTool because mapping is now there
RoadUnion = CompFactory.FPGATrackSimRoadUnionTool()
Loading