Import Geant4 9.6.0 source tree
This commit is contained in:
@@ -23,8 +23,7 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: G4AdjointBremsstrahlungModel.hh,v 1.5 2010-11-11 11:51:56 ldesorgh Exp $
|
||||
// GEANT4 tag $Name: not supported by cvs2svn $
|
||||
// $Id$
|
||||
//
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
// Class: G4AdjointBremsstrahlungModel
|
||||
@@ -66,6 +65,7 @@ class G4AdjointBremsstrahlungModel: public G4VEmAdjointModel
|
||||
{
|
||||
public:
|
||||
|
||||
G4AdjointBremsstrahlungModel(G4VEmModel* aModel);
|
||||
G4AdjointBremsstrahlungModel();
|
||||
~G4AdjointBremsstrahlungModel();
|
||||
virtual void SampleSecondaries(const G4Track& aTrack,
|
||||
@@ -101,33 +101,14 @@ public:
|
||||
|
||||
|
||||
private:
|
||||
G4eBremsstrahlungModel* theDirectStdBremModel;
|
||||
G4EmModelManager* theEmModelManagerForFwdModels;
|
||||
G4bool isDirectModelInitialised ;
|
||||
//G4PenelopeBremsstrahlungModel* theDirectPenelopeBremModel;
|
||||
|
||||
G4VEmModel* theDirectStdBremModel;
|
||||
G4EmModelManager* theEmModelManagerForFwdModels;
|
||||
G4bool isDirectModelInitialised ;
|
||||
|
||||
G4double highKinEnergy;
|
||||
G4double lowKinEnergy;
|
||||
|
||||
|
||||
G4double lowKinEnergy, lastCZ;
|
||||
std::vector<G4DataVector*> partialSumSigma;
|
||||
|
||||
|
||||
|
||||
std::vector<float> SigmaPerAtom;
|
||||
|
||||
|
||||
G4double MigdalConstant;
|
||||
G4double lastCZ;
|
||||
|
||||
|
||||
/*
|
||||
G4bool UsePenelopeModel;
|
||||
G4EmModelManager* theEmModelManagerForFwdModels;
|
||||
G4bool isPenelopeModelInitialised ;
|
||||
*/
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user