@FFT DETAIL
出自 DDCC TCAD TOOL Manual
- Used when reading or outputting photon information. If additional information is the same on each photon, it will be set to .FALSE., so that the data is recorded in one line instead of one by one to save memory.
- Is store as FFT_DETAIL in the fortran code.
example
@FFT_DETAIL .FALSE.
Which means that each photon has the same additional information and will be recorded as a row of data.
additional information has to be added to fortran code before usage!!!