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

In This Package:

ACUNeutronCapturePosition Namespace Reference


Classes

class  CapturePositionAlg

Functions

def configure
def run

Variables

int TH1F = 1
int TH2F = 2
 Detector = gbl.DayaBay.Detector
 AdPmtSensor = gbl.DayaBay.AdPmtSensor
 ServiceMode = gbl.ServiceMode
 ReconStatus = gbl.ReconStatus
 XYZPoint = gbl.Gaudi.XYZPoint

Function Documentation

def ACUNeutronCapturePosition::configure (  ) 

Definition at line 161 of file ACUNeutronCapturePosition.py.

00161                :
00162     from StatisticsSvc.StatisticsSvcConf import StatisticsSvc
00163     statsSvc = StatisticsSvc()
00164     statsSvc.Output ={"file0":"CapturePosition.root"}
00165     import DataSvc
00166     DataSvc.Configure()
00167     return
00168 
def run(app):

def ACUNeutronCapturePosition::run (   app  ) 

Configure and add an algorithm to job

Definition at line 169 of file ACUNeutronCapturePosition.py.

00169             :
00170     '''
00171     Configure and add an algorithm to job
00172     '''
00173     app.ExtSvc += ["StaticCableSvc", "StatisticsSvc"]
00174     capturePositionAlg = CapturePositionAlg("MyCapturePosition")
00175     app.addAlgorithm(capturePositionAlg)
00176     pass
00177 


Variable Documentation

int ACUNeutronCapturePosition::TH1F = 1 [static]

Definition at line 13 of file ACUNeutronCapturePosition.py.

int ACUNeutronCapturePosition::TH2F = 2 [static]

Definition at line 14 of file ACUNeutronCapturePosition.py.

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

Definition at line 18 of file ACUNeutronCapturePosition.py.

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

Definition at line 19 of file ACUNeutronCapturePosition.py.

ACUNeutronCapturePosition::ServiceMode = gbl.ServiceMode [static]

Definition at line 20 of file ACUNeutronCapturePosition.py.

ACUNeutronCapturePosition::ReconStatus = gbl.ReconStatus [static]

Definition at line 21 of file ACUNeutronCapturePosition.py.

ACUNeutronCapturePosition::XYZPoint = gbl.Gaudi.XYZPoint [static]

Definition at line 23 of file ACUNeutronCapturePosition.py.

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

Generated on Mon Apr 11 20:11:24 2011 for Calibration by doxygen 1.4.7