#include <vector>
#include "G4UImanager.hh"
#include "G4UImessenger.hh"
#include "G4MuIonisation.hh"
#include "G4ProcessTable.hh"
#include "G4ParticleTable.hh"
#include "G4StepLimiter.hh"
#include "G4PhysListFactory.hh"
#include "G4ParticleDefinition.hh"
#include "G4DecayTable.hh"
#include "G4VDecayChannel.hh"
#include "G4PhaseSpaceDecayChannel.hh"
#include "G4SynchrotronRadiation.hh"
#include "G4GammaConversionToMuons.hh"
#include "BLAssert.hh"
#include "BLPhysics.hh"
#include "BLCommand.hh"
#include "BLManager.hh"
Classes | |
class | BLCMDphysics |
class BLCMDphysics implements a command to select from the geant4 physics lists of physics processes. More... | |
Defines | |
#define | CASE(NAME, SYNOPSIS) if(listName == #NAME) return SYNOPSIS; |
Variables | |
BLCMDphysics | defaultPhysicsCmd |
#define CASE | ( | NAME, | |||
SYNOPSIS | ) | if(listName == #NAME) return SYNOPSIS; |
Referenced by BLCMDphysics::getSynopsis().