|
Geant4
10.00.p03
|
#include <algorithm>#include <vector>#include "G4GeneratorPrecompoundInterface.hh"#include "G4PhysicalConstants.hh"#include "G4SystemOfUnits.hh"#include "G4DynamicParticleVector.hh"#include "G4KineticTrackVector.hh"#include "G4Proton.hh"#include "G4Neutron.hh"#include "G4Deuteron.hh"#include "G4Triton.hh"#include "G4He3.hh"#include "G4Alpha.hh"#include "G4V3DNucleus.hh"#include "G4Nucleon.hh"#include "G4AntiProton.hh"#include "G4AntiNeutron.hh"#include "G4AntiDeuteron.hh"#include "G4AntiTriton.hh"#include "G4AntiHe3.hh"#include "G4AntiAlpha.hh"#include "G4FragmentVector.hh"#include "G4ReactionProduct.hh"#include "G4ReactionProductVector.hh"#include "G4PreCompoundModel.hh"#include "G4ExcitationHandler.hh"#include "G4DecayKineticTracks.hh"#include "G4HadronicInteractionRegistry.hh"
Include dependency graph for G4GeneratorPrecompoundInterface.cc:Go to the source code of this file.
Macros | |
| #define | exactExcitationEnergy |
| #define exactExcitationEnergy |
Definition at line 108 of file G4GeneratorPrecompoundInterface.cc.