CMS 3D CMS Logo

generateRun4Geometry.py
Go to the documentation of this file.
3 
4 if __name__ == "__main__":
5  # create geometry generator object w/ Run4 content and run it
6  generatorRun4 = GeometryGenerator("generateRun4Geometry.py",999,"D","Run4",maxSections,allDicts,detectorVersionDict,deprecatedDets,deprecatedSubdets)
7  generatorRun4.run()