HelloWorld: Cible.php
| File Cible.php, 475 bytes (added by , 14 years ago) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | class Cible |
| 4 | { |
| 5 | var $épaisseur; |
| 6 | |
| 7 | function Cible ($épaisseur) |
| 8 | { |
| 9 | $this->épaisseur = $épaisseur; |
| 10 | } |
| 11 | |
| 12 | function interaction ($faisceau) |
| 13 | { |
| 14 | $sortie = array(); |
| 15 | |
| 16 | $sortie[] = new Faisceau ("electrons", $faisceau->twiss, $faisceau->énergie); |
| 17 | $sortie[] = new Faisceau ("photons", $faisceau->twiss, $faisceau->énergie); |
| 18 | $sortie[] = new Faisceau ("positrons", $faisceau->twiss, $faisceau->énergie); |
| 19 | |
| 20 | return ($sortie); |
| 21 | } |
| 22 | |
| 23 | }; |
| 24 | |
| 25 | ?> |
![(please configure the [header_logo] section in trac.ini)](/PSPA/chrome/site/pspa.gif)