| 
    Geant4
    10.01.p03
    
   | 
 
Define what to do before stepping and after stepping. More...
#include <G4VITStepModel.hh>
 Inheritance diagram for G4VITStepModel:
 Collaboration diagram for G4VITStepModel:Public Member Functions | |
| G4VITStepModel (const G4String &aName="NoName") | |
| Default constructor.  More... | |
| virtual | ~G4VITStepModel () | 
| Default destructor.  More... | |
| void | IsApplicable (G4ITType &type1, G4ITType &type2) | 
| virtual void | PrintInfo () | 
| virtual void | Initialize () | 
| void | SetTimeStepper (G4VITTimeStepComputer *timeStepper) | 
| void | SetReactionProcess (G4VITReactionProcess *reactionProcess) | 
| G4VITTimeStepComputer * | GetTimeStepper () | 
| const G4String & | GetName () | 
| G4VITReactionProcess * | GetReactionProcess () | 
| void | SetReactionTable (G4ITReactionTable *) | 
| const G4ITReactionTable * | GetReactionTable () | 
Protected Member Functions | |
| G4VITStepModel (const G4VITStepModel &other) | |
| Copy constructor.  More... | |
| G4VITStepModel & | operator= (const G4VITStepModel &other) | 
| Assignment operator.  More... | |
Protected Attributes | |
| G4String | fName | 
| G4VITTimeStepComputer * | fpTimeStepper | 
| G4VITReactionProcess * | fpReactionProcess | 
| const G4ITReactionTable * | fpReactionTable | 
| G4ITType | fType1 | 
| G4ITType | fType2 | 
Define what to do before stepping and after stepping.
The concrete implementation of G4VITModel defines the interaction between two G4IT types. The type might be just equal like : Molecule + Molecule, or different : Molecule + Atom.
Definition at line 62 of file G4VITStepModel.hh.
| G4VITStepModel::G4VITStepModel | ( | const G4String & | aName = "NoName" | ) | 
Default constructor.
Definition at line 38 of file G4VITStepModel.cc.
References fName, fpReactionProcess, fpReactionTable, fpTimeStepper, fType1, and fType2.
      
  | 
  virtual | 
Default destructor.
Definition at line 50 of file G4VITStepModel.cc.
References fpReactionProcess, and fpTimeStepper.
      
  | 
  protected | 
Copy constructor.
| other | Object to copy from | 
Definition at line 59 of file G4VITStepModel.cc.
References fName, fpReactionProcess, fpReactionTable, fpTimeStepper, fType1, and fType2.
      
  | 
  inline | 
Definition at line 142 of file G4VITStepModel.hh.
References fName.
      
  | 
  inline | 
Definition at line 137 of file G4VITStepModel.hh.
References fpReactionProcess.
Referenced by G4ITModelHandler::RegisterModel().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 117 of file G4VITStepModel.hh.
References fpReactionTable.
      
  | 
  inline | 
Definition at line 132 of file G4VITStepModel.hh.
References fpTimeStepper.
Referenced by G4Scheduler::ExtractTimeStepperData(), G4ITModelProcessor::InitializeStepper(), and G4ITModelHandler::RegisterModel().
 Here is the caller graph for this function:
      
  | 
  virtual | 
Reimplemented in G4DNAMolecularStepByStepModel.
Definition at line 95 of file G4VITStepModel.cc.
References fpReactionProcess, fpReactionTable, fpTimeStepper, G4VITTimeStepComputer::Initialize(), G4VITReactionProcess::Initialize(), G4VITTimeStepComputer::SetReactionTable(), and G4VITReactionProcess::SetReactionTable().
Referenced by G4ITModelManager::Initialize(), and G4DNAMolecularStepByStepModel::Initialize().
 Here is the call graph for this function:
 Here is the caller graph for this function:Definition at line 88 of file G4VITStepModel.cc.
References fType1, fType2, and PrintInfo().
Referenced by G4ITModelHandler::RegisterModel().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Assignment operator.
| other | Object to assign from | 
Definition at line 71 of file G4VITStepModel.cc.
References fName, fpReactionProcess, fpReactionTable, fpTimeStepper, fType1, and fType2.
      
  | 
  inlinevirtual | 
Reimplemented in G4DNAMolecularStepByStepModel.
Definition at line 74 of file G4VITStepModel.hh.
Referenced by IsApplicable().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 127 of file G4VITStepModel.hh.
References fpReactionProcess.
      
  | 
  inline | 
Definition at line 112 of file G4VITStepModel.hh.
References fpReactionTable.
Referenced by G4DNAMolecularStepByStepModel::Initialize().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 122 of file G4VITStepModel.hh.
References fpTimeStepper.
      
  | 
  protected | 
Definition at line 90 of file G4VITStepModel.hh.
Referenced by G4VITStepModel(), GetName(), and operator=().
      
  | 
  protected | 
Definition at line 93 of file G4VITStepModel.hh.
Referenced by G4DNAMolecularStepByStepModel::G4DNAMolecularStepByStepModel(), G4VITStepModel(), GetReactionProcess(), Initialize(), G4DNAMolecularStepByStepModel::Initialize(), operator=(), SetReactionProcess(), and ~G4VITStepModel().
      
  | 
  protected | 
Definition at line 95 of file G4VITStepModel.hh.
Referenced by G4DNAMolecularStepByStepModel::G4DNAMolecularStepByStepModel(), G4VITStepModel(), GetReactionTable(), Initialize(), G4DNAMolecularStepByStepModel::Initialize(), operator=(), and SetReactionTable().
      
  | 
  protected | 
Definition at line 92 of file G4VITStepModel.hh.
Referenced by G4DNAMolecularStepByStepModel::G4DNAMolecularStepByStepModel(), G4VITStepModel(), GetTimeStepper(), Initialize(), G4DNAMolecularStepByStepModel::Initialize(), operator=(), SetTimeStepper(), and ~G4VITStepModel().
      
  | 
  protected | 
Definition at line 97 of file G4VITStepModel.hh.
Referenced by G4DNAMolecularStepByStepModel::G4DNAMolecularStepByStepModel(), G4VITStepModel(), IsApplicable(), and operator=().
      
  | 
  protected | 
Definition at line 98 of file G4VITStepModel.hh.
Referenced by G4DNAMolecularStepByStepModel::G4DNAMolecularStepByStepModel(), G4VITStepModel(), IsApplicable(), and operator=().