(file) Return to histograms_init.inc CVS log (file) (dir) Up to [HallC] / simc_semi

File: [HallC] / simc_semi / histograms_init.inc (download)
Revision: 1.1.1.1 (vendor branch), Fri Apr 23 17:13:18 2004 UTC (20 years, 4 months ago) by gaskelld
Branch: hallc, MAIN
CVS Tags: start, baryon, NoPoltar, HEAD
Changes since 1.1: +0 -0 lines
simc_semi sources

! 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)/nHbins*0./   !removed for Linux-compatibility
	  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