Import Geant4 9.5.0 source tree
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4NeutronHPInelasticBaseFS.hh,v 1.12 2007/06/06 12:45:13 ahoward Exp $
|
||||
// GEANT4 tag $Name: geant4-09-02 $
|
||||
// $Id: G4NeutronHPInelasticBaseFS.hh,v 1.12 2007-06-06 12:45:13 ahoward Exp $
|
||||
// GEANT4 tag $Name: not supported by cvs2svn $
|
||||
//
|
||||
#ifndef G4NeutronHPInelasticBaseFS_h
|
||||
#define G4NeutronHPInelasticBaseFS_h 1
|
||||
@@ -53,6 +53,7 @@ class G4NeutronHPInelasticBaseFS : public G4NeutronHPFinalState
|
||||
theFinalStatePhotons = 0;
|
||||
theEnergyAngData = 0;
|
||||
theAngularDistribution = 0;
|
||||
|
||||
}
|
||||
virtual ~G4NeutronHPInelasticBaseFS()
|
||||
{
|
||||
@@ -63,7 +64,7 @@ class G4NeutronHPInelasticBaseFS : public G4NeutronHPFinalState
|
||||
if(theAngularDistribution!=0) delete theAngularDistribution;
|
||||
}
|
||||
|
||||
void Init (G4double A, G4double Z, G4String & dirName, G4String & bit);
|
||||
void Init (G4double A, G4double Z, G4int M, G4String & dirName, G4String & bit);
|
||||
void BaseApply(const G4HadProjectile & theTrack, G4ParticleDefinition ** theDefs, G4int nDef);
|
||||
void InitGammas(G4double AR, G4double ZR);
|
||||
virtual G4HadFinalState * ApplyYourself(const G4HadProjectile & theTrack) = 0;
|
||||
@@ -87,5 +88,6 @@ class G4NeutronHPInelasticBaseFS : public G4NeutronHPFinalState
|
||||
G4NeutronHPDeExGammas theGammas;
|
||||
G4String gammaPath;
|
||||
|
||||
private:
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user