source:
trunk/stdhep/stdcnt.h@
22
Last change on this file since 22 was 2, checked in by , 16 years ago | |
---|---|
File size: 267 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | /* |
2 | StdHep counting common block | |
3 | */ | |
4 | struct stdcnt { | |
5 | int nstdwrt; /* number of events written */ | |
6 | int nstdrd; /* number of events read */ | |
7 | int nlhwrt; /* number of Les Houches events written */ | |
8 | int nlhrd; /* number of Les Houches events read */ | |
9 | }; |
Note:
See TracBrowser
for help on using the repository browser.