11.01.2015 Views

Geant4 Simulations for the Radon Electric Dipole Moment Search at

Geant4 Simulations for the Radon Electric Dipole Moment Search at

Geant4 Simulations for the Radon Electric Dipole Moment Search at

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

11 %warning('m1 + m2 + m3 must equal zero.');<br />

12 out = 0;<br />

13 return;<br />

14 end<br />

15 if ( j1 + j2 + j3 ≠ floor(j1 + j2 + j3) )<br />

16 %warning('2*j1 and 2*m1 must have <strong>the</strong> same parity');<br />

17 out = 0;<br />

18 return;<br />

19 end<br />

20 if j3 > j1 + j2 || j3 < abs(j1 − j2)<br />

21 %warning('j3 is out of bounds.');<br />

22 out = 0;<br />

23 return;<br />

24 end<br />

25 if abs(m1) > j1<br />

26 %warning('m1 is out of bounds.');<br />

27 out = 0;<br />

28 return;<br />

29 end<br />

30 if abs(m2) > j2<br />

31 %warning('m2 is out of bounds.');<br />

32 out = 0;<br />

33 return;<br />

34 end<br />

35 if abs(m3) > j3<br />

36 %warning('m3 is out of bounds.');<br />

37 out = 0;<br />

38 return;<br />

39 end<br />

40 % //////////<br />

97

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!