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

In This Package:

SimGe68wBG::PositionerAlg Class Reference

List of all members.

Public Member Functions

def initialize

Public Attributes

 posToolConf
 posTool

Private Member Functions

def _init_

Detailed Description

Definition at line 18 of file SimGe68wBG.py.


Member Function Documentation

def SimGe68wBG::PositionerAlg::_init_ (   self,
  name 
) [private]

Definition at line 20 of file SimGe68wBG.py.

00020                          :
00021         DybPython._init_(self,name)
00022         print "Making PositionerAlg",name
00023         self.posToolConf = None
00024 
    def initialize(self):

def SimGe68wBG::PositionerAlg::initialize (   self  ) 

Definition at line 25 of file SimGe68wBG.py.

00025                         :
00026         status = DybPythonAlg.initialize(self)
00027         print "getFullName = ",self.posToolConf.getFullName()
00028         self.posTool = self.tool('IPositionerTool',self.posToolConf.getFullName())
00029 
00030         # Place volume
00031         status = self.posTool.placeVolume()
00032         return status
00033 
00034 
def configure(argv = []):


Member Data Documentation

SimGe68wBG::PositionerAlg::posToolConf

Definition at line 23 of file SimGe68wBG.py.

SimGe68wBG::PositionerAlg::posTool

Definition at line 28 of file SimGe68wBG.py.


The documentation for this class was generated from the following file:
| 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