Millepede-II V04-16-02
Variables
gmpdata Module Reference

Histogram data. More...

Variables

integer(mpi) lun =7
 unit for output More...
 
integer(mpi) nlimit =500
 max. More...
 
integer(mpi), dimension(numgxy) nstr =0
 initialization flag More...
 
integer(mpi), dimension(numgxy) igtp
 type of XY data More...
 
integer(mpi), dimension(numgxy) lvers
 version More...
 
integer(mpi), dimension(3, numgxy) nst
 counters for GMPMS More...
 
integer(mpi), dimension(5, numgxy) jflc
 meta data More...
 
integer(mpi), dimension(5, numgxy) kflc
 meta data More...
 
real(mps), dimension(10, numgxy) xyplws
 additional data for GMPMS More...
 
real(mps), dimension(numgxy) y1
 first Y (as X) for GMPMS More...
 
real(mps), dimension(:,:), allocatable array
 X,Y. More...
 
real(mps), dimension(:,:), allocatable array4
 X,Y,DX,DY. More...
 
real(mps), dimension(:), allocatable array1
 Y(X) More...
 
character(len=60), dimension(numgxy) gtext
 text More...
 

Detailed Description

Histogram data.

Variable Documentation

◆ array

real(mps), dimension(:,:), allocatable gmpdata::array

X,Y.

Definition at line 693 of file mphistab.f90.

Referenced by gmpdef(), gmprnt(), and gmpwrt().

◆ array1

real(mps), dimension(:), allocatable gmpdata::array1

Y(X)

Definition at line 695 of file mphistab.f90.

Referenced by gmpdef(), gmpms(), gmprnt(), and gmpwrt().

◆ array4

real(mps), dimension(:,:), allocatable gmpdata::array4

X,Y,DX,DY.

Definition at line 694 of file mphistab.f90.

Referenced by gmpdef(), gmpms(), gmprnt(), and gmpwrt().

◆ gtext

character (len=60), dimension(numgxy) gmpdata::gtext

text

Definition at line 696 of file mphistab.f90.

Referenced by gmpdef(), gmprnt(), and gmpwrt().

◆ igtp

integer(mpi), dimension(numgxy) gmpdata::igtp

type of XY data

Definition at line 675 of file mphistab.f90.

Referenced by gmpdef(), gmpms(), gmprnt(), gmpwrt(), gmpxy(), and gmpxyd().

◆ jflc

integer(mpi), dimension(5,numgxy) gmpdata::jflc

meta data

Definition at line 684 of file mphistab.f90.

Referenced by gmpdef(), gmpms(), gmprnt(), gmpwrt(), gmpxy(), and gmpxyd().

◆ kflc

integer(mpi), dimension(5,numgxy) gmpdata::kflc

meta data

Definition at line 685 of file mphistab.f90.

Referenced by gmpdef(), gmpms(), gmprnt(), and gmpwrt().

◆ lun

integer(mpi) gmpdata::lun =7

unit for output

Definition at line 672 of file mphistab.f90.

Referenced by gmplun(), and gmpwrt().

◆ lvers

integer(mpi), dimension(numgxy) gmpdata::lvers

version

Definition at line 681 of file mphistab.f90.

Referenced by gmpdef(), and gmpwrt().

◆ nlimit

integer(mpi) gmpdata::nlimit =500

max.

number of XY pairs

Definition at line 673 of file mphistab.f90.

Referenced by gmpdef().

◆ nst

integer(mpi), dimension(3,numgxy) gmpdata::nst

counters for GMPMS

Definition at line 682 of file mphistab.f90.

Referenced by gmpdef(), gmpms(), gmprnt(), and gmpwrt().

◆ nstr

integer(mpi), dimension(numgxy) gmpdata::nstr =0

initialization flag

Definition at line 674 of file mphistab.f90.

Referenced by gmpdef().

◆ xyplws

real(mps), dimension(10,numgxy) gmpdata::xyplws

additional data for GMPMS

Definition at line 691 of file mphistab.f90.

Referenced by gmpdef(), gmpms(), gmprnt(), and gmpwrt().

◆ y1

real(mps), dimension(numgxy) gmpdata::y1

first Y (as X) for GMPMS

Definition at line 692 of file mphistab.f90.

Referenced by gmpms(), gmprnt(), and gmpwrt().