source: trunk/stdhep/stdcnt.h@ 10

Last change on this file since 10 was 2, checked in by Pavel Demin, 16 years ago

first commit

File size: 267 bytes
RevLine 
[2]1/*
2 StdHep counting common block
3*/
4struct 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.