79     for(
G4int i = 0; i < VectorSize; i++)
 
void Initialize(void)
Initialize is a common function called by all constructors. 
 
#define G4FFG_SAMPLING_FUNCTIONENTER__
 
G4double G4FindShiftedMean(G4double RequestedMean, G4double RequestedStdDev)
Returns the shifted mean that correlates to a RequestedMean and RequestedStdDev pair. 
 
Verbosity
These are the verbosity levels. 
 
void G4SetVerbosity(G4int WhatVerbosity)
Sets the verbosity levels. 
 
G4ShiftedGaussian(void)
Default constructor. 
 
void G4InsertShiftedMean(G4double ShiftedMean, G4double RequestedMean, G4double RequestedStdDev)
Inserts a ShiftedMean indexed by the RequestedMean and RequestedStdDev. 
 
#define G4FFG_FUNCTIONLEAVE__
 
G4int Verbosity_
Verbosity level. 
 
~G4ShiftedGaussian(void)
Default deconstructor. 
 
#define G4FFG_SAMPLING_FUNCTIONLEAVE__
 
std::vector< std::pair< std::pair< G4double, G4double >, G4double > > ShiftedMean_
Contains the adjusted mean of the POSITIVE only Gaussian distribution associated with a RequestedMean...
 
#define G4FFG_FUNCTIONENTER__
 
static const G4FFGEnumerations::Verbosity Verbosity
Verbosity for the entire package.