close
Warning:
Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.
- Timestamp:
-
Dec 21, 2016, 11:33:58 AM (8 years ago)
- Author:
-
Clarence Wret
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v6
|
v7
|
|
21 | 21 | |
22 | 22 | Some things are good to specify though, and here's a list for generating all modes on T2K H2O. We can specify how many events we want, the incoming neutrino type, the flux file, number of bound protons and neutrons and free protons, what interaction modes, and so on. |
23 | | ``` |
24 | | C Number of events ; EVCT-NEVT |
25 | | EVCT-NEVT 100000 |
26 | | C |
27 | | C Particle Code ; EVCT-IDPT |
28 | | EVCT-IDPT 14 |
| 23 | |
| 24 | The "C" at the start of each line is just a comment and will not be parsed by NEUT. |
| 25 | |
| 26 | `C Number of events ; EVCT-NEVT` |
| 27 | `EVCT-NEVT 100000` |
| 28 | `C` |
| 29 | `C Particle Code ; EVCT-IDPT` |
| 30 | `EVCT-IDPT 14` |
29 | 31 | EVCT-MPOS 2 |
30 | 32 | EVCT-RAD 100. |