Import Geant4 10.3.0.beta source tree
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4RegularXTRadiator.hh 68037 2013-03-13 14:15:08Z gcosmo $
|
||||
// $Id: G4RegularXTRadiator.hh 97385 2016-06-02 09:59:53Z gcosmo $
|
||||
//
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
@@ -51,16 +51,18 @@ class G4RegularXTRadiator : public G4VXTRenergyLoss
|
||||
{
|
||||
public:
|
||||
|
||||
G4RegularXTRadiator (G4LogicalVolume *anEnvelope,G4Material*,G4Material*,
|
||||
explicit G4RegularXTRadiator (G4LogicalVolume *anEnvelope,
|
||||
G4Material*,G4Material*,
|
||||
G4double,G4double,G4int,
|
||||
const G4String & processName = "XTRegularRadiator");
|
||||
~G4RegularXTRadiator ();
|
||||
|
||||
G4double SpectralXTRdEdx(G4double energy);
|
||||
G4double SpectralXTRdEdx(G4double energy) override;
|
||||
|
||||
// Pure virtual function from base class
|
||||
|
||||
G4double GetStackFactor( G4double energy, G4double gamma, G4double varAngle);
|
||||
G4double GetStackFactor( G4double energy, G4double gamma,
|
||||
G4double varAngle) override;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user