Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4Ec2sub Class Reference

#include <G4AblaDataDefs.hh>

Public Member Functions

 G4Ec2sub ()
 
 ~G4Ec2sub ()
 
void dump ()
 

Public Attributes

G4double ecnz [EC2SUBROWS][EC2SUBCOLS]
 

Detailed Description

Definition at line 98 of file G4AblaDataDefs.hh.

Constructor & Destructor Documentation

◆ G4Ec2sub()

G4Ec2sub::G4Ec2sub ( )
inline

Definition at line 100 of file G4AblaDataDefs.hh.

100{};

◆ ~G4Ec2sub()

G4Ec2sub::~G4Ec2sub ( )
inline

Definition at line 102 of file G4AblaDataDefs.hh.

102{};

Member Function Documentation

◆ dump()

void G4Ec2sub::dump ( )
inline

Dump the contents of the ecnz data table.

Definition at line 109 of file G4AblaDataDefs.hh.

109 {
110 for(G4int i = 0; i < EC2SUBROWS; i++) {
111 for(G4int j = 0; j < EC2SUBCOLS; j++) {
112 //G4cout << ecnz[i][j] << " ";
113 }
114 // G4cout << G4endl;
115 }
116 }
#define EC2SUBROWS
#define EC2SUBCOLS
int G4int
Definition: G4Types.hh:85

Member Data Documentation

◆ ecnz

G4double G4Ec2sub::ecnz[EC2SUBROWS][EC2SUBCOLS]

Definition at line 104 of file G4AblaDataDefs.hh.

Referenced by G4Abla::initEvapora(), and G4Abla::mglms().


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