Import Geant4 1.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:34:16 +02:00
parent ca1c8cb059
commit 103bda00c8
2654 changed files with 29719 additions and 20203 deletions
@@ -9,9 +9,9 @@
G4VParticleChange* G4GeneratorPrecompoundInterface::
ApplyYourself(const G4Track& aTrack, G4Nucleus& theNucleus)
{
cout << "G4GeneratorPrecompoundInterface: ApplyYourself interface called stand-allone."<< endl;
cout << "This class is only a mediator between generator and precompound"<<endl;
cout << "Please remove from your physics list."<<endl;
G4std::cout << "G4GeneratorPrecompoundInterface: ApplyYourself interface called stand-allone."<< G4endl;
G4std::cout << "This class is only a mediator between generator and precompound"<<G4endl;
G4std::cout << "Please remove from your physics list."<<G4endl;
G4Exception("SEVERE: G4GeneratorPrecompoundInterface model interface called stand-allone.");
return new G4ParticleChange;
}