#include <F04RunAction.hh>
Definition at line 42 of file F04RunAction.hh.
 
◆ F04RunAction()
      
        
          | F04RunAction::F04RunAction  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ ~F04RunAction()
  
  
      
        
          | F04RunAction::~F04RunAction  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ BeginOfRunAction()
  
  
      
        
          | void F04RunAction::BeginOfRunAction  | 
          ( | 
          const G4Run *  | 
          aRun | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
Reimplemented from G4UserRunAction.
Definition at line 60 of file F04RunAction.cc.
   73      time_t systime = 
time(NULL);
    74      seeds[0] = (long) systime;
    76      G4Random::setTheSeeds(seeds);
    77      G4Random::showEngineStatus();
    79      G4Random::showEngineStatus();
    84      std::ostringstream os;
    86      G4Random::saveEngineStatus(os.str().c_str());
 
void SetRandomNumberStore(G4bool flag)
 
G4GLOB_DLL std::ostream G4cout
 
static G4RunManager * GetRunManager()
 
void SetRandomNumberStoreDir(const G4String &dir)
 
 
 
 
◆ EndOfRunAction()
  
  
      
        
          | void F04RunAction::EndOfRunAction  | 
          ( | 
          const G4Run *  | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
Reimplemented from G4UserRunAction.
Definition at line 92 of file F04RunAction.cc.
   95      G4Random::showEngineStatus();
    96      std::ostringstream os;
    98      G4Random::saveEngineStatus(os.str().c_str());
 
 
 
 
◆ GetRndmFreq()
  
  
      
        
          | G4int F04RunAction::GetRndmFreq  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ SetAutoSeed()
  
  
      
        
          | void F04RunAction::SetAutoSeed  | 
          ( | 
          const G4bool  | 
          val | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ SetRndmFreq()
  
  
      
        
          | void F04RunAction::SetRndmFreq  | 
          ( | 
          G4int  | 
          val | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ fAutoSeed
  
  
      
        
          | G4bool F04RunAction::fAutoSeed | 
         
       
   | 
  
private   | 
  
 
 
◆ fRunMessenger
◆ fSaveRndm
  
  
      
        
          | G4int F04RunAction::fSaveRndm | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files: