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

In This Package:

DybDbi::test_mapper Namespace Reference


Functions

def setup
def teardown
def test_peachy
def test_missing
def test_accident

Variables

list ckf = ['status', '_srcline', 'afterPulse', 'sigmaSpe', 'pmtID', 'efficiency', 'darkRate', '_hasblank', 'prePulse', 'speLow', 'timeOffset', 'timeSpread', 'speHigh', 'description']

Function Documentation

def DybDbi::test_mapper::setup (  ) 

Definition at line 8 of file test_mapper.py.

00008            : 
00009     pass
00010 

def DybDbi::test_mapper::teardown (  ) 

Definition at line 11 of file test_mapper.py.

00011               :
00012     pass
00013 
00014 
def test_peachy():

def DybDbi::test_mapper::test_peachy (  ) 

Definition at line 15 of file test_mapper.py.

00015                  :
00016     mpr = Mapper( GCalibPmtSpec, ckf , afterPulse="AfterPulseProb", sigmaSpe="SigmaSpeHigh", prePulse="PrePulseProb", description="Describ" )
00017     assert mpr.is_valid()
00018 
00019 @raises(Exception)
def test_missing():

def DybDbi::test_mapper::test_missing (  ) 

Definition at line 20 of file test_mapper.py.

00020                   :
00021     mpr = Mapper( GCalibPmtSpec, ckf , afterPulse="AfterPulseProb", sigmaSpe="SigmaSpeHigh", prePulse="PrePulseProb",  )
00022 
00023 @raises(Exception)
def test_accident():

def DybDbi::test_mapper::test_accident (  ) 

Definition at line 24 of file test_mapper.py.

00024                    :
00025     mpr = Mapper( GSimPmtSpec, ckf , afterPulse="AfterPulseProb", sigmaSpe="SigmaSpeHigh", prePulse="PrePulseProb",  )
00026 
00027 
00028         
if __name__=='__main__':


Variable Documentation

list DybDbi::test_mapper::ckf = ['status', '_srcline', 'afterPulse', 'sigmaSpe', 'pmtID', 'efficiency', 'darkRate', '_hasblank', 'prePulse', 'speLow', 'timeOffset', 'timeSpread', 'speHigh', 'description'] [static]

Definition at line 6 of file test_mapper.py.

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

Generated on Mon Apr 11 20:17:17 2011 for DybDbi by doxygen 1.4.7