Classes | |
class | PrintRawDataAlg |
Functions | |
def | configure |
def | run |
Variables | |
int | TH1F = 1 |
TimeStamp = gbl.TimeStamp | |
FeeChannelId = gbl.DayaBay.FeeChannelId | |
Detector = gbl.DayaBay.Detector |
def PrintRawData::configure | ( | argv = [] |
) |
Example of processing raw data
Definition at line 166 of file PrintRawData.py.
00166 : 00167 """ Example of processing raw data """ 00168 00169 # Setup root file for output histograms 00170 from StatisticsSvc.StatisticsSvcConf import StatisticsSvc 00171 statsSvc = StatisticsSvc() 00172 statsSvc.Output = {"file1":"rawDataResult.root"} 00173 return 00174 def run(app):
def PrintRawData::run | ( | app | ) |
Configure and add the algorithm to job
Definition at line 175 of file PrintRawData.py.
00175 : 00176 ''' 00177 Configure and add the algorithm to job 00178 ''' 00179 app.ExtSvc += ["StatisticsSvc"] 00180 myAlg = PrintRawDataAlg("MyPrintRawDataAlg") 00181 app.addAlgorithm(myAlg) 00182 pass 00183
int PrintRawData::TH1F = 1 [static] |
Definition at line 20 of file PrintRawData.py.
PrintRawData::TimeStamp = gbl.TimeStamp [static] |
Definition at line 21 of file PrintRawData.py.
Definition at line 22 of file PrintRawData.py.
PrintRawData::Detector = gbl.DayaBay.Detector [static] |
Definition at line 23 of file PrintRawData.py.