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 25 of file mps_alisetup.py.

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