Geant4_10
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
G4VITModel Class Reference

#include <G4VITModel.hh>

Inheritance diagram for G4VITModel:
Inheritance graph
[legend]
Collaboration diagram for G4VITModel:
Collaboration graph
[legend]

Public Member Functions

 G4VITModel (const G4String &aName="NoName")
 
virtual ~G4VITModel ()
 
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)
 
G4VITModeloperator= (const G4VITModel &other)
 

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.

G4VITModel::~G4VITModel ( )
virtual

Default destructor

Definition at line 50 of file G4VITModel.cc.

G4VITModel::G4VITModel ( const G4VITModel other)
protected

Copy constructor

Parameters
otherObject to copy from

Definition at line 59 of file G4VITModel.cc.

Member Function Documentation

const G4String & G4VITModel::GetName ( void  )
inline

Definition at line 133 of file G4VITModel.hh.

G4VITReactionProcess * G4VITModel::GetReactionProcess ( )
inline

Definition at line 128 of file G4VITModel.hh.

Here is the caller graph for this function:

const G4ITReactionTable * G4VITModel::GetReactionTable ( )
inline

Definition at line 108 of file G4VITModel.hh.

G4VITTimeStepper * G4VITModel::GetTimeStepper ( )
inline

Definition at line 123 of file G4VITModel.hh.

Here is the caller graph for this function:

void G4VITModel::Initialize ( )
virtual

Reimplemented in G4DNAMolecularStepByStepModel.

Definition at line 95 of file G4VITModel.cc.

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.

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.

virtual void G4VITModel::PrintInfo ( )
inlinevirtual

Reimplemented in G4DNAMolecularStepByStepModel.

Definition at line 65 of file G4VITModel.hh.

Here is the caller graph for this function:

void G4VITModel::SetReactionProcess ( G4VITReactionProcess reactionProcess)
inline

Definition at line 118 of file G4VITModel.hh.

void G4VITModel::SetReactionTable ( G4ITReactionTable table)
inline

Definition at line 103 of file G4VITModel.hh.

void G4VITModel::SetTimeStepper ( G4VITTimeStepper timeStepper)
inline

Definition at line 113 of file G4VITModel.hh.

Member Data Documentation

G4String G4VITModel::fName
protected

Definition at line 81 of file G4VITModel.hh.

G4VITReactionProcess* G4VITModel::fpReactionProcess
protected

Definition at line 84 of file G4VITModel.hh.

const G4ITReactionTable* G4VITModel::fpReactionTable
protected

Definition at line 86 of file G4VITModel.hh.

G4VITTimeStepper* G4VITModel::fpTimeStepper
protected

Definition at line 83 of file G4VITModel.hh.

G4ITType G4VITModel::fType1
protected

Definition at line 88 of file G4VITModel.hh.

G4ITType G4VITModel::fType2
protected

Definition at line 89 of file G4VITModel.hh.


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