Skip to content
Snippets Groups Projects
Commit 2e7fa037 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

Fix description in checkOverlaps.py

parent 05388c01
No related branches found
No related tags found
No related merge requests found
......@@ -5,10 +5,10 @@ import logging
import argparse
parser = argparse.ArgumentParser(
prog='convert_to_gdml.py',
description='''Convert DD4Hep description to GDML''',
prog='checkOverlaps.py',
description='''Check for overlaps using Geant4''',
epilog='''
This program converts the compact detector file to a single GDML file.
This program checks the compact detector file for overlaps using Geant4.
''')
parser.add_argument("-c", "--compact", help="compact detector file",default="athena.xml")
parser.add_argument("-r", "--resolution", help="number of points on surface",default="10000")
......
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