Skip to content
Snippets Groups Projects

Cleanup of track container filing code in ProtoTrackCreationAndFitAlg + test improvs

1 unresolved thread

This is a follow up of: !68479 (closed) While working on the issue related to the last ACTS bump I have seen opportunity to simplificationof track container use and also simplifications to the test scirpt (i.e. I need to hack it like in this changeset to enable debugger).

Basically, in the flags system was designed so that in most cases we should not need additional python parsers.

@sabidi @goblirsc

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
72 61 FinalProtoTrackChainTracksKey="TrkProtoTrackChainTestTracks"
73 62 FinalProtoTrackChainxAODTracksKey="xAODProtoTrackChainTestTracks"
74 63
75 ap = SetupArgParser()
76 args = ap.parse_args()
77 64 from AthenaConfiguration.AllConfigFlags import initConfigFlags
78 65 flags = initConfigFlags()
79 66
67 # this job specific flags
68 flags.addFlag("outputNTupleFile", "refits.root")
69
80 70 # Disable calo for this test
81 71 flags.Detector.EnableCalo = False
82 72
83 flags.Input.Files = args.inputRDOFile
73 flags.Input.Files = ["/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/PhaseIIUpgrade/RDO/ATLAS-P2-RUN4-03-00-00/mc21_14TeV.900498.PG_single_muonpm_Pt100_etaFlatnp0_43.recon.RDO.e8481_s4149_r14697/RDO.33675668._000016.pool.root.1"]
Please register or sign in to reply
Loading