Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
네임스페이스 | 매크로 | 함수
G4OpticalPhysics.cc 파일 참조
#include "G4OpticalPhysics.hh"
#include "G4OpAbsorption.hh"
#include "G4OpRayleigh.hh"
#include "G4OpMieHG.hh"
#include "G4OpBoundaryProcess.hh"
#include "G4OpWLS.hh"
#include "G4Scintillation.hh"
#include "G4Cerenkov.hh"
#include "G4LossTableManager.hh"
#include "G4EmSaturation.hh"
#include "G4GenericMessenger.hh"
#include "G4PhysicsConstructorFactory.hh"
#include "G4OpticalPhoton.hh"
#include "G4Threading.hh"
#include "G4ParticleDefinition.hh"
#include "G4ProcessManager.hh"
#include "G4AutoDelete.hh"

이 파일의 소스 코드 페이지로 가기

네임스페이스

 UIhelpers
 

매크로

#define DIR_CMDS   "/process/optical"
 
#define GUIDANCE   "Commands related to the optical physics simulation engine for "
 

함수

 G4_DECLARE_PHYSCONSTR_FACTORY (G4OpticalPhysics)
 
template<class T >
void UIhelpers::buildCommands (T *proc, const char *dir, const char *guidance)
 
void UIhelpers::buildCommands (G4OpWLS *op)
 
void UIhelpers::buildCommands (G4Scintillation *ScintillationProcess)
 
void UIhelpers::buildCommands (G4Cerenkov *CerenkovProcess)
 

매크로 문서화

#define DIR_CMDS   "/process/optical"

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

다음에 의해서 참조됨 : UIhelpers::buildCommands(), G4OpticalPhysics::ConstructProcess().

#define GUIDANCE   "Commands related to the optical physics simulation engine for "

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

다음에 의해서 참조됨 : UIhelpers::buildCommands(), G4OpticalPhysics::ConstructProcess().

함수 문서화

G4_DECLARE_PHYSCONSTR_FACTORY ( G4OpticalPhysics  )