Skip to content
Snippets Groups Projects
Commit 4639943a authored by Andre Sailer's avatar Andre Sailer
Browse files

DDSim: bring back the command line content to the runheader

parent ba6477a6
No related branches found
No related tags found
No related merge requests found
......@@ -128,6 +128,11 @@ class DD4hepSimulation(object):
self.steeringFile = parsed.steeringFile
self.readSteeringFile()
## readSteeringFile will set self._argv to None if there is a steering file
if self._argv is None:
self._argv = list(argv) if argv else list(sys.argv)
parser.add_argument("--compactFile", action="store", default=self.compactFile,
help="The compact XML file")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment