G4INCL::Geant4RandomGenerator Class Reference

#include <G4INCLGeant4Random.hh>

Inheritance diagram for G4INCL::Geant4RandomGenerator:

G4INCL::IRandomGenerator

Public Member Functions

 Geant4RandomGenerator ()
 Geant4RandomGenerator (const SeedVector &)
virtual ~Geant4RandomGenerator ()
SeedVector getSeeds () const
void setSeeds (const SeedVector &)
G4double flat ()

Detailed Description

Definition at line 49 of file G4INCLGeant4Random.hh.


Constructor & Destructor Documentation

G4INCL::Geant4RandomGenerator::Geant4RandomGenerator (  )  [inline]

Definition at line 51 of file G4INCLGeant4Random.hh.

00051 {};

G4INCL::Geant4RandomGenerator::Geant4RandomGenerator ( const SeedVector  )  [inline]

Definition at line 52 of file G4INCLGeant4Random.hh.

00052 {};

virtual G4INCL::Geant4RandomGenerator::~Geant4RandomGenerator (  )  [inline, virtual]

Definition at line 53 of file G4INCLGeant4Random.hh.

00053 {};


Member Function Documentation

G4double G4INCL::Geant4RandomGenerator::flat (  )  [inline, virtual]

Implements G4INCL::IRandomGenerator.

Definition at line 65 of file G4INCLGeant4Random.hh.

References G4UniformRand.

00065                     {
00066       return G4UniformRand();
00067     }

SeedVector G4INCL::Geant4RandomGenerator::getSeeds (  )  const [inline, virtual]

Implements G4INCL::IRandomGenerator.

Definition at line 55 of file G4INCLGeant4Random.hh.

References WARN.

00055                                 {
00056       WARN("getSeeds not supported.");
00057       SeedVector sv;
00058       return sv;
00059     }

void G4INCL::Geant4RandomGenerator::setSeeds ( const SeedVector  )  [inline, virtual]

Implements G4INCL::IRandomGenerator.

Definition at line 61 of file G4INCLGeant4Random.hh.

References WARN.

00061                                       {
00062       WARN("setSeeds not supported.");
00063     }


The documentation for this class was generated from the following file:
Generated on Mon May 27 17:54:08 2013 for Geant4 by  doxygen 1.4.7