Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Data Fields
G4Ec2sub Class Reference

#include <G4AblaDataDefs.hh>

Public Member Functions

 G4Ec2sub ()
 
 ~G4Ec2sub ()
 
void dump ()
 

Data Fields

G4double ecnz [EC2SUBROWS][EC2SUBCOLS]
 

Detailed Description

Definition at line 82 of file G4AblaDataDefs.hh.

Constructor & Destructor Documentation

G4Ec2sub::G4Ec2sub ( )
inline

Definition at line 84 of file G4AblaDataDefs.hh.

84 {};
G4Ec2sub::~G4Ec2sub ( )
inline

Definition at line 86 of file G4AblaDataDefs.hh.

86 {};

Member Function Documentation

void G4Ec2sub::dump ( )
inline

Dump the contents of the ecnz data table.

Definition at line 93 of file G4AblaDataDefs.hh.

References EC2SUBCOLS, and EC2SUBROWS.

93  {
94  for(G4int i = 0; i < EC2SUBROWS; i++) {
95  for(G4int j = 0; j < EC2SUBCOLS; j++) {
96  //G4cout << ecnz[i][j] << " ";
97  }
98  // G4cout << G4endl;
99  }
100  }
int G4int
Definition: G4Types.hh:78
#define EC2SUBROWS
#define EC2SUBCOLS

Field Documentation

G4double G4Ec2sub::ecnz[EC2SUBROWS][EC2SUBCOLS]

Definition at line 86 of file G4AblaDataDefs.hh.

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


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