]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ISAJET/isajet/totals.inc
First commit.
[u/mrichter/AliRoot.git] / ISAJET / isajet / totals.inc
CommitLineData
0795afa3 1#ifndef CERNLIB_ISAJET_TOTALS_INC
2#define CERNLIB_ISAJET_TOTALS_INC
3*
4*
5* totals.inc
6*
7 COMMON/TOTALS/NKINPT,NWGEN,NKEEP,SUMWT,WT
8 SAVE /TOTALS/
9 INTEGER NKINPT,NWGEN,NKEEP
10 REAL SUMWT,WT
11
12#endif