「@REG TIME UNIT」:修訂間差異
跳至導覽
跳至搜尋
已建立頁面,內容為 "*It means [that if the time exceeds this value, a second table will be formed to store events. When the events in the first table are processed and cleared, the data..." |
無編輯摘要 |
||
| (未顯示同一使用者於中間所作的 1 次修訂) | |||
| 第1行: | 第1行: | ||
*It means | *It means that if the time exceeds this value, a second table will be formed to store events. When the events in the first table are processed and cleared, the data of the second table will be calculated and the events will be arranged into the first table. Repeat. | ||
*Is store as '''REG_TIME_UNIT''' in the fortran code. | *Is store as '''REG_TIME_UNIT''' in the fortran code. | ||
| 第6行: | 第6行: | ||
500000000 | 500000000 | ||
Which mean the event table is up to | Which mean the event table is up to 500,000,000(ps). | ||
於 2024年9月2日 (一) 09:35 的最新修訂
- It means that if the time exceeds this value, a second table will be formed to store events. When the events in the first table are processed and cleared, the data of the second table will be calculated and the events will be arranged into the first table. Repeat.
- Is store as REG_TIME_UNIT in the fortran code.
example
@REG_TIME_UNIT 500000000
Which mean the event table is up to 500,000,000(ps).