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

In This Package:

PrintReconData Namespace Reference


Classes

class  PrintReconDataAlg

Functions

def configure
def run

Variables

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

Function Documentation

def PrintReconData::configure (   argv = []  ) 

Example of processing reconstructed data 

Definition at line 120 of file PrintReconData.py.

00120                         :
00121     """ Example of processing reconstructed data """
00122 
00123     # Setup root file for output histograms
00124     from StatisticsSvc.StatisticsSvcConf import StatisticsSvc
00125     statsSvc = StatisticsSvc()
00126     statsSvc.Output = {"file1":"reconDataResult.root"}
00127     return
00128 
def run(app):

def PrintReconData::run (   app  ) 

Configure and add the algorithm to job

Definition at line 129 of file PrintReconData.py.

00129             :
00130     '''
00131     Configure and add the algorithm to job
00132     '''
00133     app.ExtSvc += ["StatisticsSvc"]
00134     myAlg = PrintReconDataAlg("MyPrintReconDataAlg")
00135     app.addAlgorithm(myAlg)
00136     pass
00137 


Variable Documentation

int PrintReconData::TH1F = 1 [static]

Definition at line 20 of file PrintReconData.py.

PrintReconData::TimeStamp = gbl.TimeStamp [static]

Definition at line 21 of file PrintReconData.py.

PrintReconData::FeeChannelId = gbl.DayaBay.FeeChannelId [static]

Definition at line 22 of file PrintReconData.py.

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

Definition at line 23 of file PrintReconData.py.

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

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