CMS 3D CMS Logo

Classes | Functions
mps_alisetup Namespace Reference

Classes

class  SetupAlignment
 

Functions

def main (argv=None)
 

Function Documentation

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

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