Warning, /include/hbook/hcmcpm.inc is written in an unsupported language. File is not indexed.
0001 *
0002 * $Id$
0003 *
0004 * $Log$
0005 * Revision 1.1 1996/01/16 17:07:49 mclareni
0006 * Initial revision
0007 *
0008 *
0009 #ifndef CERNLIB_HBOOK_HCMCPM_INC
0010 #define CERNLIB_HBOOK_HCMCPM_INC
0011 *
0012 *
0013 * hcmcpm.inc
0014 *
0015 *CMZ : 4.20/13 19/10/93 15.38.13 by Roger Barlow, Christine Beeston
0016 *-- Author : Christine Beeston 24/09/93
0017
0018 C some maximum values - max number of bins and dimensions
0019 INTEGER NSRCMX,NSRCMN,NOPTS
0020 PARAMETER(NSRCMX=20,NSRCMN=2,NOPTS=7)
0021
0022 C Numbers of monte carlo and data events, links to data, MC and weight
0023 C histograms, Number of mc sources, options, total number of bins.
0024 C normalisation constants for weight histograms
0025
0026 #if !defined(CERNLIB_DOUBLE)
0027 #include "hbook/hcmcpm1.inc"
0028 #endif
0029 #if defined(CERNLIB_DOUBLE)
0030 #include "hbook/hcmcpm2.inc"
0031 #endif
0032 INTEGER NDATEV,NMCEV(NSRCMX),
0033 + NMCSRC,IOPT(NOPTS),NTOT
0034 COMMON/HINPUTS/NDATEV,NMCEV,NMCSRC,IOPT,NTOT,BJ
0035 C Histogram IDs
0036 INTEGER IDD,IDM(NSRCMX),IDW(NSRCMX)
0037 COMMON/HMCIDS/IDD,IDM,IDW
0038
0039
0040 #endif