]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ISAJET/isajet/kkgrav.inc
Take the absolute time of the hits into account in the digitization. Needed for pileu...
[u/mrichter/AliRoot.git] / ISAJET / isajet / kkgrav.inc
CommitLineData
0795afa3 1#ifndef CERNLIB_ISAJET_KKGRAV_INC
2#define CERNLIB_ISAJET_KKGRAV_INC
3*
4*
5* kkgrav.inc
6*
7C KKGravity common
8 COMMON/KKGRAV/NEXTRAD,MASSD,KKGSD,SURFD,UVCUT
9 INTEGER NEXTRAD
10 REAL MASSD,KKGSD,SURFD
11 LOGICAL UVCUT
12 SAVE /KKGRAV/
13
14#endif