~c-e-pidcott/maus/1389a

« back to all changes in this revision

Viewing changes to src/map/MapCppTOFSpacePoints/test_MapCppTOFSpacePoints.py

  • Committer: Celeste Pidcott
  • Date: 2016-02-17 13:22:56 UTC
  • mfrom: (663.170.48 maus-globalrecon)
  • Revision ID: c.e.pidcott@warwick.ac.uk-20160217132256-tyadq1gm93e2k2wv
merged in from lp:~jan.greis/maus/global-recon-rk

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
        return spill['recon_events'][event]['tof_event']\
71
71
                                            ['tof_space_points']['tof'+str(tof)]
72
72
 
 
73
    @unittest.skip("Disabled pending adjusting for new TOF JSON Processor")
73
74
    def __test_process_tof_0(self, spill_out):
74
75
        """Check the MapCppTOFSpacePoints process function for tof0"""
75
76
        self.assertFalse(self.__get_space_point(spill_out, 0, 0))