Geant4  10.00.p02
G4INCL::Ranecu Class Reference

#include <G4INCLRanecu.hh>

+ Inheritance diagram for G4INCL::Ranecu:
+ Collaboration diagram for G4INCL::Ranecu:

Public Member Functions

 Ranecu ()
 
 Ranecu (const Random::SeedVector &sv)
 
virtual ~Ranecu ()
 
Random::SeedVector getSeeds ()
 
void setSeeds (const Random::SeedVector &sv)
 
G4double flat ()
 
- Public Member Functions inherited from G4INCL::IRandomGenerator
 IRandomGenerator ()
 
virtual ~IRandomGenerator ()
 

Private Attributes

long iseed1
 
long iseed2
 

Detailed Description

Definition at line 52 of file G4INCLRanecu.hh.

Constructor & Destructor Documentation

G4INCL::Ranecu::Ranecu ( )

Definition at line 48 of file G4INCLRanecu.cc.

References iseed1, and iseed2.

G4INCL::Ranecu::Ranecu ( const Random::SeedVector sv)

Definition at line 53 of file G4INCLRanecu.cc.

References setSeeds().

+ Here is the call graph for this function:

G4INCL::Ranecu::~Ranecu ( )
virtual

Definition at line 57 of file G4INCLRanecu.cc.

Member Function Documentation

G4double G4INCL::Ranecu::flat ( )
virtual

Implements G4INCL::IRandomGenerator.

Definition at line 59 of file G4INCLRanecu.cc.

References iseed1, iseed2, and iz.

Random::SeedVector G4INCL::Ranecu::getSeeds ( )
inlinevirtual

Implements G4INCL::IRandomGenerator.

Definition at line 58 of file G4INCLRanecu.hh.

References iseed1, iseed2, and G4INCL::Random::SeedVector::push_back().

+ Here is the call graph for this function:

void G4INCL::Ranecu::setSeeds ( const Random::SeedVector sv)
inlinevirtual

Implements G4INCL::IRandomGenerator.

Definition at line 65 of file G4INCLRanecu.hh.

References G4INCL::Random::SeedVector::at(), iseed1, and iseed2.

Referenced by Ranecu().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

long G4INCL::Ranecu::iseed1
private

Definition at line 74 of file G4INCLRanecu.hh.

Referenced by flat(), getSeeds(), Ranecu(), and setSeeds().

long G4INCL::Ranecu::iseed2
private

Definition at line 74 of file G4INCLRanecu.hh.

Referenced by flat(), getSeeds(), Ranecu(), and setSeeds().


The documentation for this class was generated from the following files: