CMS 3D CMS Logo

Classes | Functions
mps_alisetup Namespace Reference

Classes

class  SetupAlignment
 

Functions

def main (argv=None)
 

Function Documentation

◆ main()

def mps_alisetup.main (   argv = None)
Main routine. Not called, if this module is loaded via `import`.

Arguments:
- `argv`: Command line arguments passed to the script.

Definition at line 26 of file mps_alisetup.py.

26 def main(argv = None):
27  """Main routine. Not called, if this module is loaded via `import`.
28 
29  Arguments:
30  - `argv`: Command line arguments passed to the script.
31  """
32 
33  if argv == None:
34  argv = sys.argv[1:]
35 
36  setup_alignment = SetupAlignment(argv)
37  setup_alignment.setup()
38 
39 
mps_alisetup.main
def main(argv=None)
Definition: mps_alisetup.py:26