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

In This Package:

PrintCalibData Namespace Reference


Classes

class  PrintCalibDataAlg

Functions

def configure
def run

Variables

int TH1F = 1
 TimeStamp = gbl.TimeStamp
 AdPmtSensor = gbl.DayaBay.AdPmtSensor
 Detector = gbl.DayaBay.Detector

Function Documentation

def PrintCalibData::configure (   argv = []  ) 

Example of processing calibrated data 

Definition at line 127 of file PrintCalibData.py.

00127                         :
00128     """ Example of processing calibrated data """
00129 
00130     # Setup root file for output histograms
00131     from StatisticsSvc.StatisticsSvcConf import StatisticsSvc
00132     statsSvc = StatisticsSvc()
00133     statsSvc.Output = {"file1":"calibDataResult.root"}
00134 
00135     return
00136 
def run(app):

def PrintCalibData::run (   app  ) 

Configure and add the algorithm to job

Definition at line 137 of file PrintCalibData.py.

00137             :
00138     '''
00139     Configure and add the algorithm to job
00140     '''
00141     app.ExtSvc += ["StatisticsSvc"]
00142     myAlg = PrintCalibDataAlg("MyPrintCalibDataAlg")
00143     app.addAlgorithm(myAlg)
00144     pass
00145 


Variable Documentation

int PrintCalibData::TH1F = 1 [static]

Definition at line 20 of file PrintCalibData.py.

PrintCalibData::TimeStamp = gbl.TimeStamp [static]

Definition at line 21 of file PrintCalibData.py.

PrintCalibData::AdPmtSensor = gbl.DayaBay.AdPmtSensor [static]

Definition at line 22 of file PrintCalibData.py.

PrintCalibData::Detector = gbl.DayaBay.Detector [static]

Definition at line 23 of file PrintCalibData.py.

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

Generated on Mon Apr 11 20:11:13 2011 for Quickstart by doxygen 1.4.7