33 #ifndef G4SHIFTEDGAUSSIAN_HH
34 #define G4SHIFTEDGAUSSIAN_HH
void Initialize(void)
Initialize is a common function called by all constructors.
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.
G4ShiftedGaussian is a class for storing the shifted values used for sampling a Gaussian distribution...
G4int Verbosity_
Verbosity level.
~G4ShiftedGaussian(void)
Default deconstructor.
std::vector< std::pair< std::pair< G4double, G4double >, G4double > > ShiftedMean_
Contains the adjusted mean of the POSITIVE only Gaussian distribution associated with a RequestedMean...