Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4GeneralParticleSourceMessenger.cc File Reference

Go to the source code of this file.

Macros

#define CHECKPG()
 

Macro Definition Documentation

◆ CHECKPG

#define CHECKPG ( )
Value:
{ if (fParticleGun==nullptr) { \
msg << "Command "<< command->GetCommandPath()<<"/";\
msg << command->GetCommandName(); \
msg << " used but no particle sources are set.";\
msg <<" Add at least a source with: /gps/source/add.";\
G4Exception("G4GeneralParticleSourceMessenger::SetNewValue","G4GPS003",\
FatalException,msg); return;\
} }
@ FatalException
std::ostringstream G4ExceptionDescription

Definition at line 689 of file G4GeneralParticleSourceMessenger.cc.

689#define CHECKPG() { if (fParticleGun==nullptr) { \
690 G4ExceptionDescription msg; \
691 msg << "Command "<< command->GetCommandPath()<<"/";\
692 msg << command->GetCommandName(); \
693 msg << " used but no particle sources are set.";\
694 msg <<" Add at least a source with: /gps/source/add.";\
695 G4Exception("G4GeneralParticleSourceMessenger::SetNewValue","G4GPS003",\
696 FatalException,msg); return;\
697 } }

Referenced by G4GeneralParticleSourceMessenger::SetNewValue().