|
- Timestamp:
-
Feb 25, 2016, 10:09:13 PM (9 years ago)
- Author:
-
jweil
- Comment:
-
update documentation to release 2016
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v6
|
v7
|
|
6 | 6 | * E. Boos et al., Generic user process interface for event generators [http://inspirehep.net/record/562546 Inspire]. |
7 | 7 | |
8 | | To generate event output in Les-Houches format, your jobcard should contain a part which sets the switches in the '!LesHouches' namelist: |
| 8 | To generate event output in Les-Houches format, your jobcard should contain a part which sets the switches in the namelist '!EventOutput': |
9 | 9 | |
10 | 10 | {{{ |
11 | | &LesHouches |
12 | | LesHouchesFinalParticles_Real = T ! print out real particle vector |
13 | | LesHouchesFinalParticles_Pert = T ! print out perturbative particle vector |
| 11 | &EventOutput |
| 12 | WriteRealParticles = T ! print out real particle vector |
| 13 | WritePerturbativeParticles = T ! print out perturbative particle vector |
| 14 | EventFormat = 1 ! 1=LesHouches, 2=OSCAR, 3=Shanghai |
14 | 15 | / |
15 | 16 | }}} |
|