Geant4-11
Public Member Functions | Private Attributes
G4MicroElecSiStructure Class Reference

#include <G4MicroElecSiStructure.hh>

Public Member Functions

G4double Energy (G4int level)
 
 G4MicroElecSiStructure ()
 
G4int NumberOfLevels ()
 
virtual ~G4MicroElecSiStructure ()
 

Private Attributes

std::vector< G4doubleenergyConstant
 
G4int nLevels
 

Detailed Description

Definition at line 51 of file G4MicroElecSiStructure.hh.

Constructor & Destructor Documentation

◆ G4MicroElecSiStructure()

G4MicroElecSiStructure::G4MicroElecSiStructure ( )

Definition at line 46 of file G4MicroElecSiStructure.cc.

46 : nLevels(6)
47{
48 energyConstant.push_back(16.65*eV);
49 energyConstant.push_back(6.52*eV);
50 energyConstant.push_back(13.63*eV);
51 energyConstant.push_back(107.98*eV);
52 energyConstant.push_back(151.55*eV);
53 energyConstant.push_back(1828.5*eV);
54
55 nLevels = energyConstant.size();
56}
static constexpr double eV
Definition: G4SIunits.hh:201
std::vector< G4double > energyConstant

References energyConstant, eV, and nLevels.

◆ ~G4MicroElecSiStructure()

G4MicroElecSiStructure::~G4MicroElecSiStructure ( )
virtual

Definition at line 59 of file G4MicroElecSiStructure.cc.

60{ }

Member Function Documentation

◆ Energy()

G4double G4MicroElecSiStructure::Energy ( G4int  level)

◆ NumberOfLevels()

G4int G4MicroElecSiStructure::NumberOfLevels ( )
inline

Definition at line 61 of file G4MicroElecSiStructure.hh.

61{ return nLevels; }

References nLevels.

Field Documentation

◆ energyConstant

std::vector<G4double> G4MicroElecSiStructure::energyConstant
private

Definition at line 69 of file G4MicroElecSiStructure.hh.

Referenced by Energy(), and G4MicroElecSiStructure().

◆ nLevels

G4int G4MicroElecSiStructure::nLevels
private

Definition at line 67 of file G4MicroElecSiStructure.hh.

Referenced by Energy(), G4MicroElecSiStructure(), and NumberOfLevels().


The documentation for this class was generated from the following files: