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

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