source:
trunk/stdhep/stdcnt.h@
23
Last change on this file since 23 was 2, checked in by , 16 years ago | |
---|---|
File size: 267 bytes |
Line | |
---|---|
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.