Import Geant4 3.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:55:53 +02:00
parent e7d7193284
commit cfcb558cfe
3050 changed files with 91703 additions and 48310 deletions
@@ -2,6 +2,10 @@
#define G4IsoParticleChange_h
#include "G4Nucleus.hh"
// Class Description
// THis is the class you can retrieve from the hadronic process, that contains
// the isotope production information/
// Class Description - End
class G4IsoParticleChange
{
@@ -14,6 +18,9 @@ public:
void SetMotherNucleus(const G4Nucleus & aTarget) {theTarget = aTarget; }
void SetProducer(const G4String & aProducer) { theProducer = aProducer; }
public:// With description
// This is the information you can retrieve.
G4String GetIsotope() {return theIsotope;}
G4ThreeVector GetProductionPosition() {return thePosition;}
G4double GetProductionTime() {return theProductionTime;}