MC for simple 100 plane chamber. More...
Go to the source code of this file.
Data Types | |
module | mptest1 |
Parameters and data. More... |
Functions/Subroutines | |
subroutine | mptest |
Generate test files. | |
subroutine | genlin (ip) |
Generate line and measurements. |
MC for simple 100 plane chamber.
No B-field, straight tracks. Selected with command line option '-t'.
Global parameters:
Definition in file mptest1.f90.
subroutine genlin | ( | integer, intent(in) | ip | ) |
Generate line and measurements.
[in] | ip | print flag |
Definition at line 284 of file mptest1.f90.
References gran(), and uran().
Referenced by mptest().
subroutine mptest | ( | ) |
Generate test files.
Create text and binary files.
unit 8: textfile mp2str.txt = steering file unit 9: textfile mp2con.txt = constraint file unit 51: binary file mp2test.bin, written using CALL MILLE(.) existing file are removed
Definition at line 57 of file mptest1.f90.
References genlin(), gran(), and mille().
Referenced by filetc().