/usr/include/paw/ntuple/c_hck.h is in libpawlib2-dev 1:2.14.04.dfsg.2-9.
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 | /*
* hck.h --
* Define some hbook bank index constants
*
* Original: 3-Apr-1995 13:33
*
* Author: Maarten Ballintijn <Maarten.Ballintijn@cern.ch>
*
* $Id: c_hck.h,v 1.2 1996/04/23 18:37:44 maartenb Exp $
*
* $Log: c_hck.h,v $
* Revision 1.2 1996/04/23 18:37:44 maartenb
* - Add RCS keywords
*
*
*/
#ifndef CERN_HCK
#define CERN_HCK
#define KNCX 3
#define KXMIN 4
#define KXMAX 5
#define KMIN1 7
#define KMAX1 8
#define KNORM 9
#define KTIT1 10
#define KNCY 7
#define KYMIN 8
#define KYMAX 9
#define KMIN2 6
#define KMAX2 10
#define KSCAL2 11
#define KTIT2 12
#define KNBIT 1
#define KNOENT 2
#define KSTAT1 3
#define KNSDIR 5
#define KNRH 6
#define KCON1 9
#define KCON2 3
#define KBITS 1
#define KNTOT 2
#endif /* CERN_HCK */
|