CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
generate2021Geometry.py
Go to the documentation of this file.
3 
4 if __name__ == "__main__":
5  # create geometry generator object w/ 2021 content and run it
6  generator2021 = GeometryGenerator("generate2021Geometry.py",2021,"","",maxSections,allDicts,detectorVersionDict,detectorVersionType=str,deprecatedSubdets=deprecatedSubdets)
7  generator2021.run()
8 
9