Import Geant4 8.0.0 source tree
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
// * statement, and all its terms. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: G4MuBremsstrahlungModel.hh,v 1.12 2005/04/12 18:12:33 vnivanch Exp $
|
||||
// GEANT4 tag $Name: geant4-07-01 $
|
||||
// $Id: G4MuBremsstrahlungModel.hh,v 1.13 2005/08/04 08:19:04 vnivanch Exp $
|
||||
// GEANT4 tag $Name: geant4-08-00 $
|
||||
//
|
||||
// -------------------------------------------------------------------
|
||||
//
|
||||
@@ -68,6 +68,8 @@ public:
|
||||
|
||||
virtual ~G4MuBremsstrahlungModel();
|
||||
|
||||
void SetParticle(const G4ParticleDefinition*);
|
||||
|
||||
void Initialise(const G4ParticleDefinition*, const G4DataVector&);
|
||||
|
||||
void SetLowestKineticEnergy(G4double e) {lowestKinEnergy = e;};
|
||||
@@ -127,13 +129,15 @@ private:
|
||||
G4MuBremsstrahlungModel & operator=(const G4MuBremsstrahlungModel &right);
|
||||
G4MuBremsstrahlungModel(const G4MuBremsstrahlungModel&);
|
||||
|
||||
G4ParticleDefinition* theGamma;
|
||||
G4ParticleChangeForLoss* fParticleChange;
|
||||
G4ParticleDefinition* theGamma;
|
||||
const G4ParticleDefinition* particle;
|
||||
G4ParticleChangeForLoss* fParticleChange;
|
||||
|
||||
G4double highKinEnergy;
|
||||
G4double lowKinEnergy;
|
||||
G4double lowestKinEnergy;
|
||||
G4double minThreshold;
|
||||
G4double mass;
|
||||
|
||||
// tables for sampling
|
||||
G4int nzdat,ntdat,NBIN;
|
||||
|
||||
Reference in New Issue
Block a user