Geant4-11
Public Member Functions | Data Fields
G4DNASecondOrderReaction::SecondOrderReactionState Struct Reference

#include <G4DNASecondOrderReaction.hh>

Inheritance diagram for G4DNASecondOrderReaction::SecondOrderReactionState:
G4VITProcess::G4ProcessState G4ProcessState_Lock

Public Member Functions

template<typename T >
T * GetState ()
 
virtual G4String GetType ()
 
 SecondOrderReactionState ()
 
virtual ~SecondOrderReactionState ()
 

Data Fields

G4double currentInteractionLength
 
G4bool fIsInGoodMaterial
 
G4double fPreviousTimeAtPreStepPoint
 
G4double theInteractionTimeLeft
 
G4double theNumberOfInteractionLengthLeft
 

Detailed Description

Definition at line 108 of file G4DNASecondOrderReaction.hh.

Constructor & Destructor Documentation

◆ SecondOrderReactionState()

G4DNASecondOrderReaction::SecondOrderReactionState::SecondOrderReactionState ( )

◆ ~SecondOrderReactionState()

virtual G4DNASecondOrderReaction::SecondOrderReactionState::~SecondOrderReactionState ( )
inlinevirtual

Definition at line 111 of file G4DNASecondOrderReaction.hh.

111{;}

Member Function Documentation

◆ GetState()

template<typename T >
T * G4VITProcess::G4ProcessState::GetState ( )
inlineinherited

Definition at line 187 of file G4VITProcess.hh.

188 {
189 return dynamic_cast<T*>(this);
190 }

◆ GetType()

virtual G4String G4VITProcess::G4ProcessState::GetType ( )
inlinevirtualinherited

Reimplemented in G4ITTransportation::G4ITTransportationState, G4VITProcess::G4ProcessStateBase< T >, and G4DNABrownianTransportation::G4ITBrownianState.

Definition at line 171 of file G4VITProcess.hh.

172 {
173 return "G4ProcessState";
174 }

Field Documentation

◆ currentInteractionLength

G4double G4VITProcess::G4ProcessState::currentInteractionLength
inherited

Definition at line 183 of file G4VITProcess.hh.

Referenced by G4VITProcess::G4ProcessState::G4ProcessState().

◆ fIsInGoodMaterial

G4bool G4DNASecondOrderReaction::SecondOrderReactionState::fIsInGoodMaterial

Definition at line 113 of file G4DNASecondOrderReaction.hh.

Referenced by SecondOrderReactionState().

◆ fPreviousTimeAtPreStepPoint

G4double G4DNASecondOrderReaction::SecondOrderReactionState::fPreviousTimeAtPreStepPoint

Definition at line 112 of file G4DNASecondOrderReaction.hh.

Referenced by SecondOrderReactionState().

◆ theInteractionTimeLeft

G4double G4VITProcess::G4ProcessState::theInteractionTimeLeft
inherited

Definition at line 180 of file G4VITProcess.hh.

Referenced by G4VITProcess::G4ProcessState::G4ProcessState().

◆ theNumberOfInteractionLengthLeft

G4double G4VITProcess::G4ProcessState::theNumberOfInteractionLengthLeft
inherited

Definition at line 176 of file G4VITProcess.hh.

Referenced by G4VITProcess::G4ProcessState::G4ProcessState().


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