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

#include <G4DNAWaterExcitationStructure.hh>

Public Member Functions

G4double ExcitationEnergy (G4int level)
 
 G4DNAWaterExcitationStructure ()
 
G4int NumberOfLevels ()
 
virtual ~G4DNAWaterExcitationStructure ()
 

Private Attributes

std::vector< G4doubleenergyConstant
 
G4int nLevels
 

Detailed Description

Definition at line 33 of file G4DNAWaterExcitationStructure.hh.

Constructor & Destructor Documentation

◆ G4DNAWaterExcitationStructure()

G4DNAWaterExcitationStructure::G4DNAWaterExcitationStructure ( )

Definition at line 29 of file G4DNAWaterExcitationStructure.cc.

29 : nLevels(5)
30{
31 energyConstant.push_back(8.22*eV);
32 energyConstant.push_back(10.00*eV);
33 energyConstant.push_back(11.24*eV);
34 energyConstant.push_back(12.61*eV);
35 energyConstant.push_back(13.77*eV);
36
37 nLevels = energyConstant.size();
38}
static constexpr double eV
Definition: G4SIunits.hh:201

References energyConstant, eV, and nLevels.

◆ ~G4DNAWaterExcitationStructure()

G4DNAWaterExcitationStructure::~G4DNAWaterExcitationStructure ( )
virtual

Definition at line 41 of file G4DNAWaterExcitationStructure.cc.

42{ }

Member Function Documentation

◆ ExcitationEnergy()

G4double G4DNAWaterExcitationStructure::ExcitationEnergy ( G4int  level)

◆ NumberOfLevels()

G4int G4DNAWaterExcitationStructure::NumberOfLevels ( )
inline

Definition at line 43 of file G4DNAWaterExcitationStructure.hh.

43{ return nLevels; }

References nLevels.

Referenced by G4DNAMillerGreenExcitationModel::Initialise().

Field Documentation

◆ energyConstant

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

◆ nLevels

G4int G4DNAWaterExcitationStructure::nLevels
private

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