Import Geant4 10.3.0.beta source tree
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4ForwardXrayTR.hh 68037 2013-03-13 14:15:08Z gcosmo $
|
||||
// $Id: G4ForwardXrayTR.hh 97385 2016-06-02 09:59:53Z gcosmo $
|
||||
//
|
||||
// G4ForwardXrayTR
|
||||
//
|
||||
@@ -69,11 +69,11 @@ public:
|
||||
|
||||
// Constructors
|
||||
|
||||
G4ForwardXrayTR( const G4String& matName1, // G4Material* pMat1,
|
||||
explicit G4ForwardXrayTR( const G4String& matName1, // G4Material* pMat1,
|
||||
const G4String& matName2, // G4Material* pMat2,
|
||||
const G4String& processName="XrayTR" );
|
||||
|
||||
G4ForwardXrayTR( const G4String& processName="XrayTR" );
|
||||
explicit G4ForwardXrayTR( const G4String& processName="XrayTR" );
|
||||
|
||||
// Destructor // virtual
|
||||
|
||||
@@ -84,10 +84,10 @@ public:
|
||||
void BuildXrayTRtables();
|
||||
|
||||
G4double GetMeanFreePath(const G4Track&, G4double,
|
||||
G4ForceCondition* condition);
|
||||
G4ForceCondition* condition) override;
|
||||
|
||||
G4VParticleChange* PostStepDoIt( const G4Track& aTrack,
|
||||
const G4Step& aStep );
|
||||
G4VParticleChange* PostStepDoIt( const G4Track& aTrack,
|
||||
const G4Step& aStep ) override;
|
||||
|
||||
G4double GetEnergyTR(G4int iMat, G4int jMat, G4int iTkin) const;
|
||||
|
||||
@@ -98,7 +98,7 @@ public:
|
||||
//
|
||||
|
||||
G4double SpectralAngleTRdensity( G4double energy,
|
||||
G4double varAngle ) const;
|
||||
G4double varAngle ) const override;
|
||||
|
||||
G4double AngleDensity( G4double energy,
|
||||
G4double varAngle ) const;
|
||||
@@ -176,9 +176,9 @@ G4double fSigma2; // plasma energy Sq of matter2
|
||||
private:
|
||||
// Operators
|
||||
|
||||
G4ForwardXrayTR(const G4ForwardXrayTR& right) ;
|
||||
G4ForwardXrayTR(const G4ForwardXrayTR& right) = delete;
|
||||
|
||||
G4ForwardXrayTR& operator=(const G4ForwardXrayTR& right);
|
||||
G4ForwardXrayTR& operator=(const G4ForwardXrayTR& right) = delete;
|
||||
|
||||
// G4int operator==(const G4ForwardXrayTR& right)const;
|
||||
// G4int operator!=(const G4ForwardXrayTR& right)const;
|
||||
|
||||
Reference in New Issue
Block a user