/usr/include/paw/ntuple/c_hcntpar.h is in libpawlib2-dev 1:2.14.04.dfsg.2-7ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | /*
* c_hcntpar.h --
* Define some hbook bank index constants for ntuples
*
* Original: 6-Dec-1995 14:14
*
* Author: Maarten Ballintijn <Maarten.Ballintijn@cern.ch>
*
* $Id: c_hcntpar.h,v 1.2 1996/04/23 18:37:45 maartenb Exp $
*
* $Log: c_hcntpar.h,v $
* Revision 1.2 1996/04/23 18:37:45 maartenb
* - Add RCS keywords
*
*
*/
#ifndef CERN_C_HCNTPAR
#define CERN_C_HCNTPAR
#define ZBITS 1
#define ZNDIM 2
#define ZNOENT 3
#define ZNPRIM 4
#define ZLCONT 6
#define ZNRZB 5
#define ZIFCON 7
#define ZIFNAM 4
#define ZIFCHA 5
#define ZIFINT 6
#define ZIFREA 7
#define ZNWTIT 8
#define ZITIT1 9
#define ZNCHRZ 13
#define ZIFBIT 8
#define ZDESC 1
#define ZLNAME 2
#define ZNAME 3
#define ZRANGE 4
#define ZNADDR 12
#define ZARIND 11
#define ZIBLOK 8
#define ZNBLOK 10
#define ZIBANK 9
#define ZIFTMP 11
#define ZID 12
#define ZITMP 10
#define ZNTMP 6
#define ZNTMP1 4
#define ZLINK 6
#endif /* CERN_C_HCNTPAR */
|