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

#include <G4AblaDataDefs.hh>

Public Member Functions

 G4Eenuc ()
 
 ~G4Eenuc ()
 

Data Fields

G4double she [EENUCSIZE]
 
G4double xhe [XHESIZE][EENUCSIZE]
 

Detailed Description

Definition at line 200 of file G4AblaDataDefs.hh.

Constructor & Destructor Documentation

G4Eenuc::G4Eenuc ( )
inline

Definition at line 202 of file G4AblaDataDefs.hh.

References EENUCSIZE, she, xhe, and XHESIZE.

202  {
203  for(G4int i = 0; i < EENUCSIZE; ++i) {
204  she[i] = 0.0;
205  }
206  for(G4int i = 0; i < XHESIZE; ++i) {
207  for(G4int j = 0; j < EENUCSIZE; ++j) {
208  xhe[i][j] = 0.0;
209  }
210  }
211  };
int G4int
Definition: G4Types.hh:78
G4double xhe[XHESIZE][EENUCSIZE]
#define EENUCSIZE
#define XHESIZE
G4double she[EENUCSIZE]
G4Eenuc::~G4Eenuc ( )
inline

Definition at line 212 of file G4AblaDataDefs.hh.

212 {};

Field Documentation

G4double G4Eenuc::she[EENUCSIZE]

Definition at line 212 of file G4AblaDataDefs.hh.

Referenced by G4Eenuc().

G4double G4Eenuc::xhe[XHESIZE][EENUCSIZE]

Definition at line 212 of file G4AblaDataDefs.hh.

Referenced by G4Eenuc().


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