ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4INCL::Ranecu Class Reference

#include <geant4/tree/geant4-10.6-release/source/processes/hadronic/models/inclxx/utils/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

G4int iseed1
 
G4int iseed2
 

Detailed Description

Definition at line 53 of file G4INCLRanecu.hh.

View newest version in sPHENIX GitHub at line 53 of file G4INCLRanecu.hh

Constructor & Destructor Documentation

G4INCL::Ranecu::Ranecu ( )

Definition at line 49 of file G4INCLRanecu.cc.

View newest version in sPHENIX GitHub at line 49 of file G4INCLRanecu.cc

References iseed1, and iseed2.

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

Definition at line 54 of file G4INCLRanecu.cc.

View newest version in sPHENIX GitHub at line 54 of file G4INCLRanecu.cc

References setSeeds().

+ Here is the call graph for this function:

G4INCL::Ranecu::~Ranecu ( )
virtual

Definition at line 58 of file G4INCLRanecu.cc.

View newest version in sPHENIX GitHub at line 58 of file G4INCLRanecu.cc

Member Function Documentation

G4double G4INCL::Ranecu::flat ( )
virtual

Implements G4INCL::IRandomGenerator.

Definition at line 60 of file G4INCLRanecu.cc.

View newest version in sPHENIX GitHub at line 60 of file G4INCLRanecu.cc

References iseed1, iseed2, and uscale.

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

Implements G4INCL::IRandomGenerator.

Definition at line 59 of file G4INCLRanecu.hh.

View newest version in sPHENIX GitHub at line 59 of file G4INCLRanecu.hh

References iseed1, and iseed2.

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

Implements G4INCL::IRandomGenerator.

Definition at line 66 of file G4INCLRanecu.hh.

View newest version in sPHENIX GitHub at line 66 of file G4INCLRanecu.hh

References iseed1, and iseed2.

Referenced by Ranecu().

+ Here is the caller graph for this function:

Member Data Documentation

G4int G4INCL::Ranecu::iseed1
private

Definition at line 75 of file G4INCLRanecu.hh.

View newest version in sPHENIX GitHub at line 75 of file G4INCLRanecu.hh

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

G4int G4INCL::Ranecu::iseed2
private

Definition at line 75 of file G4INCLRanecu.hh.

View newest version in sPHENIX GitHub at line 75 of file G4INCLRanecu.hh

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


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