#include <G4MTRandGauss.hh>
 | 
|   | G4MTRandGauss (CLHEP::HepRandomEngine &anEngine, G4double mean=0.0, G4double stdDev=1.0) | 
|   | 
|   | G4MTRandGauss (CLHEP::HepRandomEngine *anEngine, G4double mean=0.0, G4double stdDev=1.0) | 
|   | 
| virtual  | ~G4MTRandGauss () | 
|   | 
| G4double  | fire () | 
|   | 
| G4double  | fire (G4double mean, G4double stdDev) | 
|   | 
| void  | fireArray (const G4int size, G4double *vect) | 
|   | 
| void  | fireArray (const G4int size, G4double *vect, G4double mean, G4double stdDev) | 
|   | 
| virtual G4double  | operator() () | 
|   | 
| virtual G4double  | operator() (G4double mean, G4double stdDev) | 
|   | 
| G4bool  | getF () const | 
|   | 
| void  | setF (G4bool val) | 
|   | 
| G4double  | normal () | 
|   | 
  Public Member Functions inherited from G4MTHepRandom | 
|   | G4MTHepRandom () | 
|   | 
|   | G4MTHepRandom (G4long seed) | 
|   | 
|   | G4MTHepRandom (CLHEP::HepRandomEngine &algorithm) | 
|   | 
|   | G4MTHepRandom (CLHEP::HepRandomEngine *algorithm) | 
|   | 
| virtual  | ~G4MTHepRandom () | 
|   | 
| G4double  | flat () | 
|   | 
| void  | flatArray (const G4int size, G4double *vect) | 
|   | 
| G4double  | flat (CLHEP::HepRandomEngine *theNewEngine) | 
|   | 
| void  | flatArray (CLHEP::HepRandomEngine *theNewEngine, const G4int size, G4double *vect) | 
|   | 
| virtual std::ostream &  | put (std::ostream &os) const | 
|   | 
| virtual std::istream &  | get (std::istream &is) | 
|   | 
 | 
| static G4double  | shoot () | 
|   | 
| static G4double  | shoot (G4double mean, G4double stdDev) | 
|   | 
| static void  | shootArray (const G4int size, G4double *vect, G4double mean=0.0, G4double stdDev=1.0) | 
|   | 
| static G4double  | shoot (CLHEP::HepRandomEngine *anEngine) | 
|   | 
| static G4double  | shoot (CLHEP::HepRandomEngine *anEngine, G4double mean, G4double stdDev) | 
|   | 
| static void  | shootArray (CLHEP::HepRandomEngine *anEngine, const G4int size, G4double *vect, G4double mean=0.0, G4double stdDev=1.0) | 
|   | 
| static G4bool  | getFlag () | 
|   | 
| static void  | setFlag (G4bool val) | 
|   | 
| static G4double  | getVal () | 
|   | 
| static void  | setVal (G4double nextVal) | 
|   | 
  Static Public Member Functions inherited from G4MTHepRandom | 
| static void  | setTheSeed (G4long seed, G4int lux=3) | 
|   | 
| static G4long  | getTheSeed () | 
|   | 
| static void  | setTheSeeds (const G4long *seeds, G4int aux=-1) | 
|   | 
| static const G4long *  | getTheSeeds () | 
|   | 
| static void  | getTheTableSeeds (G4long *seeds, G4int index) | 
|   | 
| static G4MTHepRandom *  | getTheGenerator () | 
|   | 
| static void  | setTheEngine (CLHEP::HepRandomEngine *theNewEngine) | 
|   | 
| static CLHEP::HepRandomEngine *  | getTheEngine () | 
|   | 
| static void  | saveEngineStatus (const char filename[]="Config.conf") | 
|   | 
| static void  | restoreEngineStatus (const char filename[]="Config.conf") | 
|   | 
| static std::ostream &  | saveFullState (std::ostream &os) | 
|   | 
| static std::istream &  | restoreFullState (std::istream &is) | 
|   | 
| static std::ostream &  | saveDistState (std::ostream &os) | 
|   | 
| static std::istream &  | restoreDistState (std::istream &is) | 
|   | 
| static std::ostream &  | saveStaticRandomStates (std::ostream &os) | 
|   | 
| static std::istream &  | restoreStaticRandomStates (std::istream &is) | 
|   | 
| static void  | showEngineStatus () | 
|   | 
| static G4int  | createInstance () | 
|   | 
| static G4int  | createInstanceOnce () | 
|   | 
Definition at line 40 of file G4MTRandGauss.hh.
 
◆ G4MTRandGauss() [1/2]
◆ G4MTRandGauss() [2/2]
◆ ~G4MTRandGauss()
  
  
      
        
          | virtual G4MTRandGauss::~G4MTRandGauss  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ fire() [1/2]
◆ fire() [2/2]
◆ fireArray() [1/2]
      
        
          | void G4MTRandGauss::fireArray  | 
          ( | 
          const G4int  | 
          size,  | 
        
        
           | 
           | 
          G4double *  | 
          vect  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ fireArray() [2/2]
◆ getF()
  
  
      
        
          | G4bool G4MTRandGauss::getF  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ getFlag()
  
  
      
        
          | static G4bool G4MTRandGauss::getFlag  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
◆ getVal()
  
  
      
        
          | static G4double G4MTRandGauss::getVal  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
◆ normal()
◆ operator()() [1/2]
  
  
      
        
          | virtual G4double G4MTRandGauss::operator()  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ operator()() [2/2]
◆ setF()
  
  
      
        
          | void G4MTRandGauss::setF  | 
          ( | 
          G4bool  | 
          val | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ setFlag()
  
  
      
        
          | static void G4MTRandGauss::setFlag  | 
          ( | 
          G4bool  | 
          val | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
◆ setVal()
  
  
      
        
          | static void G4MTRandGauss::setVal  | 
          ( | 
          G4double  | 
          nextVal | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
◆ shoot() [1/4]
  
  
      
        
          | static G4double G4MTRandGauss::shoot  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ shoot() [2/4]
◆ shoot() [3/4]
◆ shoot() [4/4]
◆ shootArray() [1/2]
◆ shootArray() [2/2]
◆ defaultMean
◆ defaultStdDev
◆ deleteEngine
  
  
      
        
          | G4bool G4MTRandGauss::deleteEngine | 
         
       
   | 
  
private   | 
  
 
 
◆ localEngine
◆ nextGauss
◆ nextGauss_st
◆ set
◆ set_st
The documentation for this class was generated from the following file: