| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

PrintAdTemp.py

Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 ## Check out this script and run:
00003 ## nuwa.py PrintAdTemp.py
00004 
00005 import os
00006 os.environ.setdefault("DBCONF","testdb")
00007 
00008 #Force loading of DBI row reflex dictionaries
00009 from GaudiPython import *
00010 DaqRunInfo = gbl.DaqRunInfo
00011 DcsAdTemp = gbl.DcsAdTemp
00012 
00013 runNo = 1576
00014 fileName = ""
00015 #fileName = "daq.NoTag.0000800.Physics.SAB-AD1.SFO-1._0001.data"
00016 verbose = "simple"
00017 ## verbose = simple: print simple list of run configuration (~100 lines)
00018 ## verbose = simple: print simple list of run configuration (~100 lines)
00019 outputFile = "temp1576.txt"
00020 
00021 from DcsDataSvc.DcsDataSvcConf import PrintAdTempAlg
00022 alg = PrintAdTempAlg()
00023 alg.fileName = fileName
00024 alg.runNo = runNo
00025 alg.outputFile = outputFile
00026 
00027 from Gaudi.Configuration import ApplicationMgr
00028 theApp = ApplicationMgr()
00029 theApp.TopAlg.append(alg)
00030 
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:16:48 2011 for DcsDataSvc by doxygen 1.4.7