Classes | |
class | Histograms |
class | PerChannelHistograms |
class | ChannelSummaryHistograms |
class | PerReadoutHistograms |
class | OnlineOfflineAlg |
Functions | |
def | channel_index |
def | configure |
def | run |
Variables | |
int | TH1F = 1 |
TimeStamp = gbl.TimeStamp | |
FeeChannelId = gbl.DayaBay.FeeChannelId | |
Detector = gbl.DayaBay.Detector |
def DataQuality::OnlineOfflineTestRefactored::channel_index | ( | chid | ) |
Definition at line 45 of file OnlineOfflineTestRefactored.py.
00045 : 00046 return chid.board()*16 + chid.connector() 00047 class Histograms(object):
def DataQuality::OnlineOfflineTestRefactored::configure | ( | argv = None |
) |
Definition at line 290 of file OnlineOfflineTestRefactored.py.
00290 : 00291 from StatisticsSvc.StatisticsSvcConf import StatisticsSvc 00292 statsSvc = StatisticsSvc() 00293 histfile = "onlineOfflineResult.root" 00294 if argv: histfile = argv[0] 00295 statsSvc.Output ={"file1":histfile} 00296 return 00297 def run(app):
def DataQuality::OnlineOfflineTestRefactored::run | ( | app | ) |
Configure and add an algorithm to job
Definition at line 298 of file OnlineOfflineTestRefactored.py.
00298 : 00299 ''' 00300 Configure and add an algorithm to job 00301 ''' 00302 app.ExtSvc += ["StaticCableSvc", "StatisticsSvc"] 00303 myAlg = OnlineOfflineAlg("OnlineOfflineTestRefactored") 00304 app.addAlgorithm(myAlg) 00305 pass 00306
int DataQuality::OnlineOfflineTestRefactored::TH1F = 1 [static] |
Definition at line 33 of file OnlineOfflineTestRefactored.py.
Definition at line 34 of file OnlineOfflineTestRefactored.py.
Definition at line 35 of file OnlineOfflineTestRefactored.py.
Definition at line 36 of file OnlineOfflineTestRefactored.py.