![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#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 "Randomize.hh"#include "G4Log.hh"
Include dependency graph for G4GeneratorPrecompoundInterface.cc: