Back to home page

EIC code displayed by LXR

 
 

    


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

0001 /*
0002  *  c_hcntpar.h  --
0003  *  Define some hbook bank index constants for ntuples
0004  *
0005  *  Original:  6-Dec-1995 14:14
0006  *
0007  *  Author:   Maarten Ballintijn <Maarten.Ballintijn@cern.ch>
0008  *
0009  *  $Id$
0010  *
0011  *  $Log$
0012  *  Revision 1.2  1996/04/23 18:37:45  maartenb
0013  *  - Add RCS keywords
0014  *
0015  *
0016  */
0017 
0018 #ifndef CERN_C_HCNTPAR
0019 #define CERN_C_HCNTPAR
0020 
0021 
0022 #define ZBITS   1
0023 #define ZNDIM   2
0024 #define ZNOENT  3
0025 #define ZNPRIM  4
0026 #define ZLCONT  6
0027 #define ZNRZB   5
0028 #define ZIFCON  7
0029 #define ZIFNAM  4
0030 #define ZIFCHA  5
0031 #define ZIFINT  6
0032 #define ZIFREA  7
0033 #define ZNWTIT  8
0034 #define ZITIT1  9
0035 #define ZNCHRZ  13
0036 #define ZIFBIT  8
0037 #define ZDESC   1
0038 #define ZLNAME  2
0039 #define ZNAME   3
0040 #define ZRANGE  4
0041 #define ZNADDR  12
0042 #define ZARIND  11
0043 #define ZIBLOK  8
0044 #define ZNBLOK  10
0045 #define ZIBANK  9
0046 #define ZIFTMP  11
0047 #define ZID 12
0048 #define ZITMP   10
0049 #define ZNTMP   6
0050 #define ZNTMP1  4
0051 #define ZLINK   6
0052 
0053 #endif  /*  CERN_C_HCNTPAR  */