Scrambler
1
|
Data Types | |
type | HistogramDef |
Public Member Functions | |
subroutine | HistogramInit () |
subroutine | CreateHistogram (Histogram) |
subroutine | DestroyHistogram (Histogram) |
subroutine | AddHistogramToList (Histogram) |
subroutine | ProcessHistograms |
subroutine | ProcessHistogram (Info, Histogram, minvalue, maxvalue, dx) |
subroutine | BinData (data, weight, bins, minvalue, maxvalue, dx) |
subroutine | CollectHistogram (Histogram) |
subroutine | OutputHistogram (Histogram, minvalue, maxvalue, dx) |
CHARACTER(LEN=MAXFIELDSLENGTH) function | WeightName (FieldID) |
Public Attributes | |
TYPE(HistogramDef), pointer | FirstHistogram |
TYPE(HistogramDef), pointer | LastHistogram |
Definition at line 23 of file histograms.f90.
subroutine HistogramInit | ( | ) |
Definition at line 51 of file histograms.f90.
subroutine CreateHistogram | ( | TYPE(HistogramDef), pointer | Histogram | ) |
Definition at line 55 of file histograms.f90.
subroutine DestroyHistogram | ( | TYPE(HistogramDef), pointer | Histogram | ) |
Definition at line 62 of file histograms.f90.
subroutine AddHistogramToList | ( | TYPE(HistogramDef), pointer | Histogram | ) |
Definition at line 68 of file histograms.f90.
subroutine ProcessHistograms | ( | ) |
Definition at line 79 of file histograms.f90.
subroutine ProcessHistogram | ( | TYPE(InfoDef) | Info, |
TYPE(HistogramDef) | Histogram, | ||
REAL(KIND=qPREC) | minvalue, | ||
REAL(KIND=qPREC) | maxvalue, | ||
REAL(KIND=qPREC) | dx | ||
) |
Definition at line 159 of file histograms.f90.
subroutine BinData | ( | REAL(KIND=qPREC) | data, |
REAL(KIND=qPREC) | weight, | ||
REAL(KIND=qPrec), dimension(:) | bins, | ||
REAL(KIND=qPREC) | minvalue, | ||
REAL(KIND=qPREC) | maxvalue, | ||
REAL(KIND=qPREC) | dx | ||
) |
Definition at line 197 of file histograms.f90.
subroutine CollectHistogram | ( | TYPE(HistogramDef), pointer | Histogram | ) |
Definition at line 207 of file histograms.f90.
subroutine OutputHistogram | ( | TYPE(HistogramDef), pointer | Histogram, |
REAL(KIND=qPREC) | minvalue, | ||
REAL(KIND=qPREC) | maxvalue, | ||
REAL(KIND=qPREC) | dx | ||
) |
Definition at line 216 of file histograms.f90.
CHARACTER(LEN=MAXFIELDSLENGTH) function WeightName | ( | INTEGER | FieldID | ) |
Definition at line 233 of file histograms.f90.
TYPE(HistogramDef), pointer FirstHistogram |
Definition at line 48 of file histograms.f90.
TYPE(HistogramDef), pointer LastHistogram |
Definition at line 48 of file histograms.f90.