Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
E_isoAng Struct Reference

#include <G4ParticleHPThermalScattering.hh>

Public Member Functions

 E_isoAng ()
 

Public Attributes

G4double energy
 
G4int n
 
std::vector< G4doubleisoAngle
 

Detailed Description

Definition at line 52 of file G4ParticleHPThermalScattering.hh.

Constructor & Destructor Documentation

◆ E_isoAng()

E_isoAng::E_isoAng ( )
inline

Definition at line 57 of file G4ParticleHPThermalScattering.hh.

58 {
59 energy = 0.0;
60 n = 0;
61 };

Member Data Documentation

◆ energy

G4double E_isoAng::energy

Definition at line 54 of file G4ParticleHPThermalScattering.hh.

Referenced by E_isoAng().

◆ isoAngle

std::vector<G4double> E_isoAng::isoAngle

Definition at line 56 of file G4ParticleHPThermalScattering.hh.

◆ n

G4int E_isoAng::n

Definition at line 55 of file G4ParticleHPThermalScattering.hh.

Referenced by E_isoAng().


The documentation for this struct was generated from the following file: