Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
매크로
G4GeneralParticleSourceMessenger.cc 파일 참조
#include "G4GeneralParticleSourceMessenger.hh"
#include "G4PhysicalConstants.hh"
#include "G4SystemOfUnits.hh"
#include "G4Geantino.hh"
#include "G4ThreeVector.hh"
#include "G4ParticleTable.hh"
#include "G4IonTable.hh"
#include "G4UIdirectory.hh"
#include "G4UIcmdWithoutParameter.hh"
#include "G4UIcmdWithAString.hh"
#include "G4UIcmdWithADoubleAndUnit.hh"
#include "G4UIcmdWith3Vector.hh"
#include "G4UIcmdWith3VectorAndUnit.hh"
#include "G4UIcmdWithAnInteger.hh"
#include "G4UIcmdWithADouble.hh"
#include "G4UIcmdWithABool.hh"
#include "G4ios.hh"
#include "G4Tokenizer.hh"
#include "G4SingleParticleSource.hh"
#include "G4GeneralParticleSource.hh"
#include "G4AutoLock.hh"

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

매크로

#define CHECKPG()
 

매크로 문서화

#define CHECKPG ( )
값:
{ if (fParticleGun==NULL) { \
msg << "Command "<< command->GetCommandPath()<<"/";\
msg<<command->GetCommandName() << " used but no particle sources are set.";\
msg <<" Add at least a source with: /gps/source/add.";\
G4Exception("G4GeneralParticleSourceMessenger::SetNewValue","G4GPS003",\
FatalException,msg); return;\
} }
std::ostringstream G4ExceptionDescription
Definition: G4Exception.hh:45
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
Definition: G4Exception.hh:65

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

다음에 의해서 참조됨 : G4GeneralParticleSourceMessenger::SetNewValue().