G4UserTimeStepAction is used by G4ITStepManager.  
 More...
#include <G4UserTimeStepAction.hh>
G4UserTimeStepAction is used by G4ITStepManager. 
- StartProcessing called before processing
 
- TimeStepAction called at every global step
 
- UserReactionAction called when a reaction occurs
 
- EndProcessing called after processing 
 
Definition at line 54 of file G4UserTimeStepAction.hh.
 
      
        
          | G4UserTimeStepAction::G4UserTimeStepAction  | 
          ( | 
           | ) | 
           | 
        
      
 
 
  
  
      
        
          | G4UserTimeStepAction::~G4UserTimeStepAction  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | virtual void G4UserTimeStepAction::EndProcessing  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
  
  
      
        
          | virtual void G4UserTimeStepAction::StartProcessing  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
  
  
      
        
          | virtual void G4UserTimeStepAction::TimeStepAction  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
In this method, the user can use : G4ITStepManager::Instance()->GetGlobalTime(), to know the current simulation time G4ITStepManager::Instance()->GetMinTime(), to know the selected minimum time WARNING : The call of this method happens before the call of DoIT methods. 
Definition at line 68 of file G4UserTimeStepAction.hh.
 
 
The documentation for this class was generated from the following files: