Geant4  10.00.p02
G4VITModel Class Reference

Define what to do before stepping and after stepping. More...

#include <G4VITModel.hh>

+ Inheritance diagram for G4VITModel:
+ Collaboration diagram for G4VITModel:

Public Member Functions

 G4VITModel (const G4String &aName="NoName")
 Default constructor. More...
 
virtual ~G4VITModel ()
 Default destructor. More...
 
void IsApplicable (G4ITType &type1, G4ITType &type2)
 
virtual void PrintInfo ()
 
virtual void Initialize ()
 
void SetTimeStepper (G4VITTimeStepper *timeStepper)
 
void SetReactionProcess (G4VITReactionProcess *reactionProcess)
 
G4VITTimeStepperGetTimeStepper ()
 
const G4StringGetName ()
 
G4VITReactionProcessGetReactionProcess ()
 
void SetReactionTable (G4ITReactionTable *)
 
const G4ITReactionTableGetReactionTable ()
 

Protected Member Functions

 G4VITModel (const G4VITModel &other)
 Copy constructor. More...
 
G4VITModeloperator= (const G4VITModel &other)
 Assignment operator. More...
 

Protected Attributes

G4String fName
 
G4VITTimeStepperfpTimeStepper
 
G4VITReactionProcessfpReactionProcess
 
const G4ITReactionTablefpReactionTable
 
G4ITType fType1
 
G4ITType fType2
 

Detailed Description

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 53 of file G4VITModel.hh.

Constructor & Destructor Documentation

G4VITModel::G4VITModel ( const G4String aName = "NoName")

Default constructor.

Definition at line 38 of file G4VITModel.cc.

References fName, fpReactionProcess, fpReactionTable, fpTimeStepper, fType1, and fType2.

G4VITModel::~G4VITModel ( )
virtual

Default destructor.

Definition at line 50 of file G4VITModel.cc.

References fpReactionProcess, and fpTimeStepper.

G4VITModel::G4VITModel ( const G4VITModel other)
protected

Copy constructor.

Parameters
otherObject to copy from

Definition at line 59 of file G4VITModel.cc.

References fName, fpReactionProcess, fpReactionTable, fpTimeStepper, fType1, and fType2.

Member Function Documentation

const G4String & G4VITModel::GetName ( void  )
inline

Definition at line 133 of file G4VITModel.hh.

References fName.

G4VITReactionProcess * G4VITModel::GetReactionProcess ( )
inline

Definition at line 128 of file G4VITModel.hh.

References fpReactionProcess.

Referenced by G4ITModelHandler::RegisterModel().

+ Here is the caller graph for this function:

const G4ITReactionTable * G4VITModel::GetReactionTable ( )
inline

Definition at line 108 of file G4VITModel.hh.

References fpReactionTable.

G4VITTimeStepper * G4VITModel::GetTimeStepper ( )
inline

Definition at line 123 of file G4VITModel.hh.

References fpTimeStepper.

Referenced by G4ITModelProcessor::InitializeStepper(), and G4ITModelHandler::RegisterModel().

+ Here is the caller graph for this function:

void G4VITModel::Initialize ( )
virtual

Reimplemented in G4DNAMolecularStepByStepModel.

Definition at line 95 of file G4VITModel.cc.

References fpReactionProcess, fpReactionTable, fpTimeStepper, G4VITTimeStepper::Initialize(), G4VITReactionProcess::Initialize(), G4VITTimeStepper::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:

void G4VITModel::IsApplicable ( G4ITType type1,
G4ITType type2 
)

Definition at line 88 of file G4VITModel.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:

G4VITModel & G4VITModel::operator= ( const G4VITModel other)
protected

Assignment operator.

Parameters
otherObject to assign from
Returns
A reference to this

Definition at line 71 of file G4VITModel.cc.

References fName, fpReactionProcess, fpReactionTable, fpTimeStepper, fType1, and fType2.

virtual void G4VITModel::PrintInfo ( )
inlinevirtual

Reimplemented in G4DNAMolecularStepByStepModel.

Definition at line 65 of file G4VITModel.hh.

Referenced by IsApplicable().

+ Here is the caller graph for this function:

void G4VITModel::SetReactionProcess ( G4VITReactionProcess reactionProcess)
inline

Definition at line 118 of file G4VITModel.hh.

References fpReactionProcess.

void G4VITModel::SetReactionTable ( G4ITReactionTable table)
inline

Definition at line 103 of file G4VITModel.hh.

References fpReactionTable.

void G4VITModel::SetTimeStepper ( G4VITTimeStepper timeStepper)
inline

Definition at line 113 of file G4VITModel.hh.

References fpTimeStepper.

Member Data Documentation

G4String G4VITModel::fName
protected

Definition at line 81 of file G4VITModel.hh.

Referenced by G4VITModel(), GetName(), and operator=().

G4ITType G4VITModel::fType1
protected
G4ITType G4VITModel::fType2
protected

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