Exemplo n.º 1
0
 def test_testNEST_pos(self):
     detector = nestpy.DetectorExample_XENON10()
     #  test with actual position [0.,0.,0.] and seed(1)
     nestpy.testNEST(detector, 10, 'NR', 100., 120., 10., "0., 0., 10.",
                     "120.", 1., 1, True)
Exemplo n.º 2
0
 def test_testNEST_random_xy(self):
     detector = nestpy.DetectorExample_XENON10()
     #  test with actual position [0.,0.,0.] and randomSeed
     nestpy.testNEST(detector, 10, 'NR', 100., 120., 10., "-999, -999, 10.",
                     "120", 1, 1, True)
Exemplo n.º 3
0
 def test_testNEST_random_pos(self):
     detector = nestpy.DetectorExample_XENON10()
     #  test with -1 for fObs and seed (1)
     nestpy.testNEST(detector, 10, 'NR', 100., 120., 10., "0., 0., 0.",
                     "120.", -1., 1, True)