| 
    Geant4
    10.02.p02
    
   | 
 
#include <G4VMPIseedGenerator.hh>
 Inheritance diagram for G4VMPIseedGenerator:Public Member Functions | |
| G4VMPIseedGenerator () | |
| virtual | ~G4VMPIseedGenerator () | 
| void | SetMasterSeed (G4long aseed) | 
| G4long | GetMasterSeed () const | 
| const std::vector< G4long > & | GetSeedList () const | 
Protected Member Functions | |
| virtual void | GenerateSeeds ()=0 | 
Protected Attributes | |
| G4long | master_seed_ | 
| std::vector< G4long > | seed_list_ | 
Definition at line 34 of file G4VMPIseedGenerator.hh.
| G4VMPIseedGenerator::G4VMPIseedGenerator | ( | ) | 
Definition at line 31 of file G4VMPIseedGenerator.cc.
      
  | 
  virtual | 
Definition at line 37 of file G4VMPIseedGenerator.cc.
      
  | 
  protectedpure virtual | 
Implemented in G4MPIrandomSeedGenerator.
Referenced by SetMasterSeed().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 54 of file G4VMPIseedGenerator.hh.
References master_seed_.
      
  | 
  inline | 
Definition at line 59 of file G4VMPIseedGenerator.hh.
References seed_list_.
| void G4VMPIseedGenerator::SetMasterSeed | ( | G4long | aseed | ) | 
Definition at line 42 of file G4VMPIseedGenerator.cc.
References GenerateSeeds(), and master_seed_.
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 46 of file G4VMPIseedGenerator.hh.
Referenced by GetMasterSeed(), and SetMasterSeed().
      
  | 
  protected | 
Definition at line 47 of file G4VMPIseedGenerator.hh.
Referenced by G4MPIrandomSeedGenerator::CheckDoubleCount(), G4MPIrandomSeedGenerator::GenerateSeeds(), and GetSeedList().