Import Geant4 10.7.0.beta source tree
This commit is contained in:
@@ -35,8 +35,6 @@
|
||||
// Henyey-Greenstein phase function
|
||||
// Forward and backward angles are treated separately.
|
||||
//
|
||||
// mail: gum@triumf.ca
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef G4OpMieHG_h
|
||||
@@ -54,8 +52,6 @@ public:
|
||||
G4ProcessType type = fOptical);
|
||||
virtual ~G4OpMieHG();
|
||||
|
||||
public:
|
||||
|
||||
virtual G4bool IsApplicable(const G4ParticleDefinition& aParticleType) override;
|
||||
// Returns true -> 'is applicable' only for an optical photon.
|
||||
|
||||
@@ -73,6 +69,7 @@ private:
|
||||
G4OpMieHG(const G4OpMieHG &right) = delete;
|
||||
G4OpMieHG& operator=(const G4OpMieHG &right) = delete;
|
||||
|
||||
size_t idx_mie = 0;
|
||||
};
|
||||
|
||||
inline
|
||||
|
||||
Reference in New Issue
Block a user