|
||||
File indexing completed on 2024-04-06 11:56:36
0001 #!/usr/bin/env python3 0002 import Alignment.MillePedeAlignmentAlgorithm.mpslib.Mpslibclass as mpslib 0003 import os 0004 0005 #use mps_update.py in shell and push output to nirvana 0006 os.system("mps_update.py >| /dev/null") #add >| /dev/null 0007 0008 lib = mpslib.jobdatabase() #create object of class jobdatabase 0009 lib.read_db() #read mps.db into the jobdatabase 0010 lib.print_memdb() #print the jobdatabase in memory
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |