Fork me on GitHub

source: svn/trunk/Utilities/stdhep/stdcnt.h@ 309

Last change on this file since 309 was 3, checked in by Xavier Rouby, 16 years ago

first commit

File size: 267 bytes
Line 
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.