Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-02-21 10:05:28

0001 /*
0002  *  hck.h  --
0003  *  Define some hbook bank index constants
0004  *
0005  *  Original:  3-Apr-1995 13:33
0006  *
0007  *  Author:   Maarten Ballintijn <Maarten.Ballintijn@cern.ch>
0008  *
0009  *  $Id$
0010  *
0011  *  $Log$
0012  *  Revision 1.2  1996/04/23 18:37:44  maartenb
0013  *  - Add RCS keywords
0014  *
0015  *
0016  */
0017 
0018 #ifndef CERN_HCK
0019 #define CERN_HCK
0020 
0021 
0022 #define KNCX    3
0023 #define KXMIN   4
0024 #define KXMAX   5
0025 #define KMIN1   7
0026 #define KMAX1   8
0027 #define KNORM   9
0028 #define KTIT1   10
0029 #define KNCY    7
0030 #define KYMIN   8
0031 #define KYMAX   9
0032 #define KMIN2   6
0033 #define KMAX2   10
0034 #define KSCAL2  11
0035 #define KTIT2   12
0036 #define KNBIT   1
0037 #define KNOENT  2
0038 #define KSTAT1  3
0039 #define KNSDIR  5
0040 #define KNRH    6
0041 #define KCON1   9
0042 #define KCON2   3
0043 #define KBITS   1
0044 #define KNTOT   2
0045 
0046 
0047 #endif  /*  CERN_HCK    */