From 2e7fa037410a9af639ca18f35555f42d2c183109 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Sat, 3 Jul 2021 12:55:06 -0500 Subject: [PATCH] Fix description in checkOverlaps.py --- scripts/checkOverlaps.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/checkOverlaps.py b/scripts/checkOverlaps.py index e093bedb..d7fabdaf 100755 --- a/scripts/checkOverlaps.py +++ b/scripts/checkOverlaps.py @@ -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") -- GitLab