Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
Public 멤버 함수 | Protected 타입 | Protected 속성 | Private 멤버 함수 | Private 속성 | 모든 멤버 목록
G4VITSteppingVerbose 클래스 참조abstract

#include <G4VITSteppingVerbose.hh>

G4VITSteppingVerbose에 대한 상속 다이어그램 :
G4UImessenger G4ITSteppingVerbose

Public 멤버 함수

 G4VITSteppingVerbose ()
 
virtual ~G4VITSteppingVerbose ()
 
virtual void TrackingStarted (G4Track *track)
 
virtual void TrackingEnded (G4Track *track)
 
virtual void DoItStarted ()=0
 
virtual void PreStepVerbose (G4Track *)=0
 
virtual void PostStepVerbose (G4Track *)=0
 
virtual void NewStep ()=0
 
void CopyState ()
 
virtual void StepInfoForLeadingTrack ()=0
 
virtual void AtRestDoItInvoked ()=0
 
virtual void AtRestDoItOneByOne ()=0
 
virtual void PostStepDoItAllDone ()=0
 
virtual void PostStepDoItOneByOne ()=0
 
virtual void AlongStepDoItAllDone ()=0
 
virtual void AlongStepDoItOneByOne ()=0
 
virtual void StepInfo ()=0
 
virtual void DPSLStarted ()=0
 
virtual void DPSLUserLimit ()=0
 
virtual void DPSLPostStep ()=0
 
virtual void DPSLAlongStep ()=0
 
virtual void VerboseTrack ()=0
 
virtual void VerboseParticleChange ()=0
 
void SetVerbose (int flag)
 
G4int GetVerbose ()
 
virtual void SetNewValue (G4UIcommand *command, G4String newValue)
 
virtual G4String GetCurrentValue (G4UIcommand *command)
 
void SetStepProcessor (const G4ITStepProcessor *stepProcessor)
 
void TrackBanner (G4Track *track, const G4String &message)
 

Protected 타입

typedef std::vector< G4intG4SelectedAtRestDoItVector
 
typedef std::vector< G4intG4SelectedAlongStepDoItVector
 
typedef std::vector< G4intG4SelectedPostStepDoItVector
 

Protected 속성

const G4ITStepProcessorfpStepProcessor
 
G4UIcmdWithAnIntegerfpVerboseUI
 
G4ITStepProcessorStatefpState
 
const ProcessGeneralInfofpProcessGeneralInfo
 
G4double PhysicalStep
 
G4StepStatus fStepStatus
 
const G4VParticleChangefParticleChange
 
const G4TrackfTrack
 
const G4TrackVectorfSecondary
 
const G4StepfStep
 
G4StepPointfPreStepPoint
 
G4StepPointfPostStepPoint
 
const G4VPhysicalVolumefCurrentVolume
 
const G4VITProcessfCurrentProcess
 
G4ProcessVectorfAtRestDoItVector
 
G4ProcessVectorfAlongStepDoItVector
 
G4ProcessVectorfPostStepDoItVector
 
G4ProcessVectorfAtRestGetPhysIntVector
 
G4ProcessVectorfAlongStepGetPhysIntVector
 
G4ProcessVectorfPostStepGetPhysIntVector
 
size_t MAXofAtRestLoops
 
size_t MAXofAlongStepLoops
 
size_t MAXofPostStepLoops
 
size_t fAtRestDoItProcTriggered
 
size_t fPostStepDoItProcTriggered
 
G4int fN2ndariesAtRestDoIt
 
G4int fN2ndariesAlongStepDoIt
 
G4int fN2ndariesPostStepDoIt
 
G4int fVerboseLevel
 
G4SelectedAtRestDoItVectorfSelectedAtRestDoItVector
 
G4SelectedPostStepDoItVectorfSelectedPostStepDoItVector
 
G4double fPreviousStepSize
 
G4TouchableHandle fTouchableHandle
 
G4double physIntLength
 
G4ForceCondition fCondition
 
G4GPILSelection fGPILSelection
 

Private 멤버 함수

G4bool operator== (const G4UImessenger &messenger) const
 
G4String ItoS (G4int i)
 
G4String DtoS (G4double a)
 
G4String BtoS (G4bool b)
 
G4int StoI (G4String s)
 
G4double StoD (G4String s)
 
G4bool StoB (G4String s)
 
void AddUIcommand (G4UIcommand *newCommand)
 
void CreateDirectory (const G4String &path, const G4String &dsc, G4bool commandsToBeBroadcasted=true)
 
template<typename T >
T * CreateCommand (const G4String &cname, const G4String &dsc)
 
G4bool CommandsShouldBeInMaster () const
 

Private 속성

G4UIdirectorybaseDir
 
G4String baseDirName
 
G4bool commandsShouldBeInMaster
 

상세한 설명

G4VITSteppingVerbose.hh 파일의 67 번째 라인에서 정의되었습니다.

멤버 타입정의 문서화

G4VITSteppingVerbose.hh 파일의 183 번째 라인에서 정의되었습니다.

G4VITSteppingVerbose.hh 파일의 182 번째 라인에서 정의되었습니다.

G4VITSteppingVerbose.hh 파일의 184 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

G4VITSteppingVerbose::G4VITSteppingVerbose ( )
G4VITSteppingVerbose::~G4VITSteppingVerbose ( )
virtual

G4VITSteppingVerbose.cc 파일의 99 번째 라인에서 정의되었습니다.

다음을 참조함 : fpVerboseUI.

멤버 함수 문서화

void G4UImessenger::AddUIcommand ( G4UIcommand newCommand)
protectedinherited

G4UImessenger.cc 파일의 118 번째 라인에서 정의되었습니다.

다음을 참조함 : G4cerr, G4endl, G4UIcommand::GetCommandPath().

virtual void G4VITSteppingVerbose::AlongStepDoItAllDone ( )
pure virtual

G4ITSteppingVerbose에서 구현되었습니다.

virtual void G4VITSteppingVerbose::AlongStepDoItOneByOne ( )
pure virtual

G4ITSteppingVerbose에서 구현되었습니다.

virtual void G4VITSteppingVerbose::AtRestDoItInvoked ( )
pure virtual

G4ITSteppingVerbose에서 구현되었습니다.

virtual void G4VITSteppingVerbose::AtRestDoItOneByOne ( )
pure virtual

G4ITSteppingVerbose에서 구현되었습니다.

G4String G4UImessenger::BtoS ( G4bool  b)
protectedinherited

G4UImessenger.cc 파일의 82 번째 라인에서 정의되었습니다.

G4bool G4UImessenger::CommandsShouldBeInMaster ( ) const
inlineinherited

G4UImessenger.hh 파일의 95 번째 라인에서 정의되었습니다.

다음을 참조함 : G4UImessenger::commandsShouldBeInMaster.

void G4VITSteppingVerbose::CopyState ( )

G4VITSteppingVerbose.cc 파일의 106 번째 라인에서 정의되었습니다.

다음을 참조함 : fAlongStepDoItVector, fAlongStepGetPhysIntVector, fAtRestDoItProcTriggered, fAtRestDoItVector, fAtRestGetPhysIntVector, fCondition, fCurrentProcess, fCurrentVolume, fGPILSelection, fN2ndariesAlongStepDoIt, fN2ndariesAtRestDoIt, fN2ndariesPostStepDoIt, ProcessGeneralInfo::fpAlongStepDoItVector, ProcessGeneralInfo::fpAlongStepGetPhysIntVector, fParticleChange, ProcessGeneralInfo::fpAtRestDoItVector, ProcessGeneralInfo::fpAtRestGetPhysIntVector, fPostStepDoItProcTriggered, fPostStepDoItVector, fPostStepGetPhysIntVector, fPostStepPoint, ProcessGeneralInfo::fpPostStepDoItVector, ProcessGeneralInfo::fpPostStepGetPhysIntVector, fpProcessGeneralInfo, fPreStepPoint, G4ITStepProcessorState::fPreviousStepSize, fPreviousStepSize, fpState, fpStepProcessor, fSecondary, G4ITStepProcessorState::fSelectedAtRestDoItVector, fSelectedAtRestDoItVector, G4ITStepProcessorState::fSelectedPostStepDoItVector, fSelectedPostStepDoItVector, fStep, G4ITStepProcessorState::fStepStatus, fStepStatus, G4ITStepProcessorState::fTouchableHandle, fTouchableHandle, fTrack, G4ITStepProcessor::GetAtRestDoItProcTriggered(), G4ITStepProcessor::GetCondition(), G4ITStepProcessor::GetCurrentProcess(), G4ITStepProcessor::GetCurrentProcessInfo(), G4ITStepProcessor::GetCurrentVolume(), G4ITStepProcessor::GetGPILSelection(), G4ITStepProcessor::GetN2ndariesAlongStepDoIt(), G4ITStepProcessor::GetN2ndariesAtRestDoIt(), G4ITStepProcessor::GetN2ndariesPostStepDoIt(), G4ITStepProcessor::GetParticleChange(), G4ITStepProcessor::GetPhysIntLength(), G4ITStepProcessor::GetPostStepDoItProcTriggered(), G4Step::GetPostStepPoint(), G4Step::GetPreStepPoint(), G4ITStepProcessor::GetProcessorState(), G4ITStepProcessor::GetSecondaries(), G4ITStepProcessor::GetStep(), G4ITStepProcessor::GetTrack(), ProcessGeneralInfo::MAXofAlongStepLoops, MAXofAlongStepLoops, ProcessGeneralInfo::MAXofAtRestLoops, MAXofAtRestLoops, ProcessGeneralInfo::MAXofPostStepLoops, MAXofPostStepLoops, PhysicalStep, physIntLength.

template<typename T >
T * G4UImessenger::CreateCommand ( const G4String cname,
const G4String dsc 
)
protectedinherited

G4UImessenger.hh 파일의 100 번째 라인에서 정의되었습니다.

다음을 참조함 : G4UImessenger::baseDirName.

void G4UImessenger::CreateDirectory ( const G4String path,
const G4String dsc,
G4bool  commandsToBeBroadcasted = true 
)
protectedinherited
virtual void G4VITSteppingVerbose::DoItStarted ( )
pure virtual

G4ITSteppingVerbose에서 구현되었습니다.

virtual void G4VITSteppingVerbose::DPSLAlongStep ( )
pure virtual

G4ITSteppingVerbose에서 구현되었습니다.

다음에 의해서 참조됨 : G4ITStepProcessor::DoDefinePhysicalStepLength().

virtual void G4VITSteppingVerbose::DPSLPostStep ( )
pure virtual

G4ITSteppingVerbose에서 구현되었습니다.

다음에 의해서 참조됨 : G4ITStepProcessor::DoDefinePhysicalStepLength().

virtual void G4VITSteppingVerbose::DPSLStarted ( )
pure virtual

G4ITSteppingVerbose에서 구현되었습니다.

다음에 의해서 참조됨 : G4ITStepProcessor::DoDefinePhysicalStepLength().

virtual void G4VITSteppingVerbose::DPSLUserLimit ( )
pure virtual

G4ITSteppingVerbose에서 구현되었습니다.

G4String G4UImessenger::DtoS ( G4double  a)
protectedinherited

G4UImessenger.cc 파일의 75 번째 라인에서 정의되었습니다.

다음을 참조함 : a.

다음에 의해서 참조됨 : G4ScoreQuantityMessenger::FilterCommands(), G4UIcontrolMessenger::SetNewValue().

G4String G4VITSteppingVerbose::GetCurrentValue ( G4UIcommand command)
virtual

G4UImessenger(으)로부터 재구현되었습니다.

G4VITSteppingVerbose.cc 파일의 179 번째 라인에서 정의되었습니다.

다음을 참조함 : G4UIcommand::ConvertToString(), fVerboseLevel.

G4int G4VITSteppingVerbose::GetVerbose ( )
inline

G4VITSteppingVerbose.hh 파일의 112 번째 라인에서 정의되었습니다.

다음을 참조함 : fVerboseLevel.

다음에 의해서 참조됨 : G4ITTrackingInteractivity::GetSteppingVerboseLevel().

G4String G4UImessenger::ItoS ( G4int  i)
protectedinherited

G4UImessenger.cc 파일의 68 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4ParticleGunMessenger::GetCurrentValue().

virtual void G4VITSteppingVerbose::NewStep ( )
pure virtual

G4ITSteppingVerbose에서 구현되었습니다.

G4bool G4UImessenger::operator== ( const G4UImessenger messenger) const
inherited

G4UImessenger.cc 파일의 64 번째 라인에서 정의되었습니다.

virtual void G4VITSteppingVerbose::PostStepDoItAllDone ( )
pure virtual

G4ITSteppingVerbose에서 구현되었습니다.

virtual void G4VITSteppingVerbose::PostStepDoItOneByOne ( )
pure virtual

G4ITSteppingVerbose에서 구현되었습니다.

virtual void G4VITSteppingVerbose::PostStepVerbose ( G4Track )
pure virtual

G4ITSteppingVerbose에서 구현되었습니다.

virtual void G4VITSteppingVerbose::PreStepVerbose ( G4Track )
pure virtual

G4ITSteppingVerbose에서 구현되었습니다.

void G4VITSteppingVerbose::SetNewValue ( G4UIcommand command,
G4String  newValue 
)
virtual

G4UImessenger(으)로부터 재구현되었습니다.

G4VITSteppingVerbose.cc 파일의 169 번째 라인에서 정의되었습니다.

다음을 참조함 : fpVerboseUI, fVerboseLevel, G4UIcmdWithAnInteger::GetNewIntValue().

void G4VITSteppingVerbose::SetStepProcessor ( const G4ITStepProcessor stepProcessor)
inline

G4VITSteppingVerbose.hh 파일의 127 번째 라인에서 정의되었습니다.

다음을 참조함 : fpStepProcessor.

다음에 의해서 참조됨 : G4ITStepProcessor::Initialize().

void G4VITSteppingVerbose::SetVerbose ( int  flag)
inline

G4VITSteppingVerbose.hh 파일의 107 번째 라인에서 정의되었습니다.

다음을 참조함 : fVerboseLevel.

다음에 의해서 참조됨 : G4ITTrackingInteractivity::SetSteppingVerboseLevel().

virtual void G4VITSteppingVerbose::StepInfo ( )
pure virtual

G4ITSteppingVerbose에서 구현되었습니다.

virtual void G4VITSteppingVerbose::StepInfoForLeadingTrack ( )
pure virtual

G4ITSteppingVerbose에서 구현되었습니다.

G4bool G4UImessenger::StoB ( G4String  s)
protectedinherited

G4UImessenger.cc 파일의 107 번째 라인에서 정의되었습니다.

다음을 참조함 : G4String::toUpper().

다음에 의해서 참조됨 : G4LocalThreadCoutMessenger::SetNewValue(), G4CascadeParamMessenger::SetNewValue(), G4ScoreQuantityMessenger::SetNewValue().

G4double G4UImessenger::StoD ( G4String  s)
protectedinherited
G4int G4UImessenger::StoI ( G4String  s)
protectedinherited
void G4VITSteppingVerbose::TrackBanner ( G4Track track,
const G4String message 
)

G4VITSteppingVerbose.cc 파일의 219 번째 라인에서 정의되었습니다.

다음을 참조함 : G4cout, G4endl, G4Track::GetDefinition(), G4Track::GetParentID(), G4ParticleDefinition::GetParticleName(), G4Track::GetTrackID(), message().

다음에 의해서 참조됨 : TrackingEnded(), TrackingStarted().

void G4VITSteppingVerbose::TrackingEnded ( G4Track track)
virtual

G4ITSteppingVerbose에서 재구현되었습니다.

G4VITSteppingVerbose.cc 파일의 203 번째 라인에서 정의되었습니다.

다음을 참조함 : fVerboseLevel, track, TrackBanner().

다음에 의해서 참조됨 : G4ITTrackingManager::EndTracking(), G4ITTrackingManager::EndTrackingWOKill().

void G4VITSteppingVerbose::TrackingStarted ( G4Track track)
virtual

G4ITSteppingVerbose에서 재구현되었습니다.

G4VITSteppingVerbose.cc 파일의 186 번째 라인에서 정의되었습니다.

다음을 참조함 : fVerboseLevel, track, TrackBanner().

다음에 의해서 참조됨 : G4ITTrackingManager::StartTracking().

virtual void G4VITSteppingVerbose::VerboseParticleChange ( )
pure virtual

G4ITSteppingVerbose에서 구현되었습니다.

virtual void G4VITSteppingVerbose::VerboseTrack ( )
pure virtual

G4ITSteppingVerbose에서 구현되었습니다.

멤버 데이타 문서화

G4UIdirectory* G4UImessenger::baseDir
protectedinherited

G4UImessenger.hh 파일의 85 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4UImessenger::CreateDirectory(), G4UImessenger::~G4UImessenger().

G4String G4UImessenger::baseDirName
protectedinherited

G4UImessenger.hh 파일의 86 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4UImessenger::CreateCommand(), G4UImessenger::CreateDirectory().

G4bool G4UImessenger::commandsShouldBeInMaster
protectedinherited

G4UImessenger.hh 파일의 93 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4UImessenger::CommandsShouldBeInMaster().

G4ProcessVector* G4VITSteppingVerbose::fAlongStepDoItVector
protected

G4VITSteppingVerbose.hh 파일의 158 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CopyState(), G4VITSteppingVerbose().

G4ProcessVector* G4VITSteppingVerbose::fAlongStepGetPhysIntVector
protected

G4VITSteppingVerbose.hh 파일의 162 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CopyState(), G4VITSteppingVerbose().

size_t G4VITSteppingVerbose::fAtRestDoItProcTriggered
protected

G4VITSteppingVerbose.hh 파일의 169 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CopyState(), G4VITSteppingVerbose().

G4ProcessVector* G4VITSteppingVerbose::fAtRestDoItVector
protected

G4VITSteppingVerbose.hh 파일의 157 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CopyState(), G4VITSteppingVerbose().

G4ProcessVector* G4VITSteppingVerbose::fAtRestGetPhysIntVector
protected

G4VITSteppingVerbose.hh 파일의 161 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CopyState(), G4VITSteppingVerbose().

G4ForceCondition G4VITSteppingVerbose::fCondition
protected

G4VITSteppingVerbose.hh 파일의 195 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CopyState(), G4VITSteppingVerbose().

const G4VITProcess* G4VITSteppingVerbose::fCurrentProcess
protected

G4VITSteppingVerbose.hh 파일의 153 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CopyState(), G4VITSteppingVerbose().

const G4VPhysicalVolume* G4VITSteppingVerbose::fCurrentVolume
protected

G4VITSteppingVerbose.hh 파일의 151 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CopyState(), G4VITSteppingVerbose().

G4GPILSelection G4VITSteppingVerbose::fGPILSelection
protected

G4VITSteppingVerbose.hh 파일의 196 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CopyState(), G4VITSteppingVerbose().

G4int G4VITSteppingVerbose::fN2ndariesAlongStepDoIt
protected

G4VITSteppingVerbose.hh 파일의 173 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CopyState(), G4VITSteppingVerbose().

G4int G4VITSteppingVerbose::fN2ndariesAtRestDoIt
protected

G4VITSteppingVerbose.hh 파일의 172 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CopyState(), G4VITSteppingVerbose().

G4int G4VITSteppingVerbose::fN2ndariesPostStepDoIt
protected

G4VITSteppingVerbose.hh 파일의 174 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CopyState(), G4VITSteppingVerbose().

const G4VParticleChange* G4VITSteppingVerbose::fParticleChange
protected

G4VITSteppingVerbose.hh 파일의 144 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CopyState(), G4VITSteppingVerbose().

size_t G4VITSteppingVerbose::fPostStepDoItProcTriggered
protected

G4VITSteppingVerbose.hh 파일의 170 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CopyState(), G4VITSteppingVerbose().

G4ProcessVector* G4VITSteppingVerbose::fPostStepDoItVector
protected

G4VITSteppingVerbose.hh 파일의 159 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CopyState(), G4VITSteppingVerbose().

G4ProcessVector* G4VITSteppingVerbose::fPostStepGetPhysIntVector
protected

G4VITSteppingVerbose.hh 파일의 163 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CopyState(), G4VITSteppingVerbose().

G4StepPoint* G4VITSteppingVerbose::fPostStepPoint
protected

G4VITSteppingVerbose.hh 파일의 149 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CopyState(), G4VITSteppingVerbose().

const ProcessGeneralInfo* G4VITSteppingVerbose::fpProcessGeneralInfo
protected

G4VITSteppingVerbose.hh 파일의 139 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CopyState(), G4VITSteppingVerbose().

G4StepPoint* G4VITSteppingVerbose::fPreStepPoint
protected

G4VITSteppingVerbose.hh 파일의 148 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CopyState(), G4VITSteppingVerbose().

G4double G4VITSteppingVerbose::fPreviousStepSize
protected

G4VITSteppingVerbose.hh 파일의 188 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CopyState(), G4VITSteppingVerbose().

G4ITStepProcessorState* G4VITSteppingVerbose::fpState
protected

G4VITSteppingVerbose.hh 파일의 138 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CopyState(), G4VITSteppingVerbose().

const G4ITStepProcessor* G4VITSteppingVerbose::fpStepProcessor
protected

G4VITSteppingVerbose.hh 파일의 135 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CopyState(), G4VITSteppingVerbose(), SetStepProcessor().

G4UIcmdWithAnInteger* G4VITSteppingVerbose::fpVerboseUI
protected

G4VITSteppingVerbose.hh 파일의 137 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4VITSteppingVerbose(), SetNewValue(), ~G4VITSteppingVerbose().

const G4TrackVector* G4VITSteppingVerbose::fSecondary
protected

G4VITSteppingVerbose.hh 파일의 146 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CopyState(), G4VITSteppingVerbose().

G4SelectedAtRestDoItVector* G4VITSteppingVerbose::fSelectedAtRestDoItVector
protected

G4VITSteppingVerbose.hh 파일의 185 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CopyState(), G4VITSteppingVerbose().

G4SelectedPostStepDoItVector* G4VITSteppingVerbose::fSelectedPostStepDoItVector
protected

G4VITSteppingVerbose.hh 파일의 186 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CopyState(), G4VITSteppingVerbose().

const G4Step* G4VITSteppingVerbose::fStep
protected

G4VITSteppingVerbose.hh 파일의 147 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CopyState(), G4VITSteppingVerbose().

G4StepStatus G4VITSteppingVerbose::fStepStatus
protected

G4VITSteppingVerbose.hh 파일의 142 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CopyState(), G4VITSteppingVerbose().

G4TouchableHandle G4VITSteppingVerbose::fTouchableHandle
protected

G4VITSteppingVerbose.hh 파일의 190 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CopyState(), G4VITSteppingVerbose().

const G4Track* G4VITSteppingVerbose::fTrack
protected

G4VITSteppingVerbose.hh 파일의 145 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CopyState(), G4VITSteppingVerbose().

G4int G4VITSteppingVerbose::fVerboseLevel
protected

G4VITSteppingVerbose.hh 파일의 180 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4VITSteppingVerbose(), GetCurrentValue(), GetVerbose(), SetNewValue(), SetVerbose(), TrackingEnded(), TrackingStarted().

size_t G4VITSteppingVerbose::MAXofAlongStepLoops
protected

G4VITSteppingVerbose.hh 파일의 166 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CopyState(), G4VITSteppingVerbose().

size_t G4VITSteppingVerbose::MAXofAtRestLoops
protected

G4VITSteppingVerbose.hh 파일의 165 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CopyState(), G4VITSteppingVerbose().

size_t G4VITSteppingVerbose::MAXofPostStepLoops
protected

G4VITSteppingVerbose.hh 파일의 167 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CopyState(), G4VITSteppingVerbose().

G4double G4VITSteppingVerbose::PhysicalStep
protected

G4VITSteppingVerbose.hh 파일의 141 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CopyState(), G4VITSteppingVerbose().

G4double G4VITSteppingVerbose::physIntLength
protected

G4VITSteppingVerbose.hh 파일의 194 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CopyState(), G4VITSteppingVerbose().


이 클래스에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.: