/search.css" rel="stylesheet" type="text/css"/> /search.js">
Classes | |
class | CalibStats |
Functions | |
def | configure |
def | run |
def Tagger::CalibStats::configure | ( | argv = [] | ) |
Definition at line 108 of file CalibStats.py.
def Tagger::CalibStats::run | ( | app | ) |
Definition at line 115 of file CalibStats.py.
00115 : 00116 app.ExtSvc += ["PmtGeomInfoSvc"] 00117 myAlg = CalibStats("CalibStats") 00118 app.addAlgorithm(myAlg) 00119