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

File: [HallC] / simc_gfortran / histograms.inc (download)
Revision: 1.1.1.1 (vendor branch), Fri Jan 23 13:33:55 2009 UTC (15 years, 7 months ago) by gaskelld
Branch: gaskelld, MAIN
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines
initial import

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

! Record structures that are only needed for histograms

	integer		nHbins
	parameter	(nHbins=50)

	type hist_entry
	  real*8	bin,min
	  real*8	buf(nHbins)
	end type

	type hist_arm
	    type(hist_entry):: delta, yptar, xptar
        end type

	type hist_arm2
	    type(hist_entry):: delta, yptar, xptar
        end type

	type hist_double_arm 
	  type(hist_arm):: e
	  type(hist_arm2)::p
	  type(hist_entry):: Em, Pm
	end type

	type histograms
	  type(hist_double_arm):: RECON, gen, geni
	end type

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