(file) Return to histograms.inc CVS log (file) (dir) Up to [HallC] / Poltar

File: [HallC] / Poltar / histograms.inc (download)
Revision: 1.1.1.1 (vendor branch), Wed Oct 22 13:58:53 2003 UTC (20 years, 11 months ago) by jones
Branch: poltar, MAIN
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines
 Import simc poltar

! HISTOGRAMS.INC
! Storage space for the SIMULATE histogram arrays

! Record structures that are only needed for histograms

	integer		nHbins
	parameter	(nHbins=50)
	structure /hist_entry/
	  real*8	bin,min
	  real*8	buf(nHbins)
	end structure

	structure /hist_double_arm/
	  structure /hist_arm/ e
	    record /hist_entry/ delta, yptar, xptar
	  end structure
	  structure /hist_arm2/ p
	    record /hist_entry/ delta, yptar, xptar
	  end structure
	  record /hist_entry/ Em, Pm
	end structure

	structure /histograms/
	  record /hist_double_arm/ RECON, gen, geni
	end structure

Analyzer/Replay: Mark Jones, Documents: Stephen Wood
Powered by
ViewCVS 0.9.2-cvsgraph-1.4.0