Classes | |
| class | TestAlg |
Functions | |
| def | configure |
| def | run |
Variables | |
| Detector = gbl.DayaBay.Detector | |
| ServiceMode = gbl.ServiceMode | |
| Context = gbl.Context | |
| Site = gbl.Site | |
| DetectorId = gbl.DetectorId | |
| SimFlag = gbl.SimFlag | |
| TimeStamp = gbl.TimeStamp | |
| string | cableSvcName = "DbiCableSvc" |
| string | pmtCalibSvcName = "DbiCalibDataSvc" |
| def DbiDataSvc::TestDbiDataSvc::configure | ( | argv = [] |
) |
Definition at line 86 of file TestDbiDataSvc.py.
00086 : 00087 global cableSvcName 00088 import getopt 00089 opts,args = getopt.getopt(argv,"",["cableSvc-name=","calibSvc-name="]) 00090 for opt,arg in opts: 00091 if opt == "--cableSvc-name": 00092 cableSvcName = arg 00093 if opt == "--calibSvc-name": 00094 calibSvcName = arg 00095 import DataSvc 00096 DataSvc.Configure( cableSvc = cableSvcName, calibDataSvcName = pmtCalibSvcName ) 00097 return 00098 def run(app):
| def DbiDataSvc::TestDbiDataSvc::run | ( | app | ) |
Definition at line 99 of file TestDbiDataSvc.py.
00099 : 00100 global cableSvcName 00101 global pmtCalibSvcName 00102 app.ExtSvc += [ cableSvcName ] 00103 app.ExtSvc += [ pmtCalibSvcName ] 00104 testAlg = TestAlg("TestAlg") 00105 testAlg.cableSvcName = cableSvcName 00106 testAlg.pmtCalibSvcName = pmtCalibSvcName 00107 app.addAlgorithm( testAlg ) 00108 return return
Definition at line 11 of file TestDbiDataSvc.py.
Definition at line 12 of file TestDbiDataSvc.py.
DbiDataSvc::TestDbiDataSvc::Context = gbl.Context [static] |
Definition at line 13 of file TestDbiDataSvc.py.
DbiDataSvc::TestDbiDataSvc::Site = gbl.Site [static] |
Definition at line 14 of file TestDbiDataSvc.py.
Definition at line 15 of file TestDbiDataSvc.py.
DbiDataSvc::TestDbiDataSvc::SimFlag = gbl.SimFlag [static] |
Definition at line 16 of file TestDbiDataSvc.py.
Definition at line 17 of file TestDbiDataSvc.py.
string DbiDataSvc::TestDbiDataSvc::cableSvcName = "DbiCableSvc" [static] |
Definition at line 83 of file TestDbiDataSvc.py.
string DbiDataSvc::TestDbiDataSvc::pmtCalibSvcName = "DbiCalibDataSvc" [static] |
Definition at line 84 of file TestDbiDataSvc.py.
1.4.7