Geant4-11
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 233 of file G4AblaDataDefs.hh.

Constructor & Destructor Documentation

◆ G4Eenuc()

G4Eenuc::G4Eenuc ( )
inline

Definition at line 235 of file G4AblaDataDefs.hh.

235 {
236 for(G4int i = 0; i < EENUCSIZE; ++i) {
237 she[i] = 0.0;
238 }
239 for(G4int i = 0; i < XHESIZE; ++i) {
240 for(G4int j = 0; j < EENUCSIZE; ++j) {
241 xhe[i][j] = 0.0;
242 }
243 }
244 };
#define EENUCSIZE
#define XHESIZE
int G4int
Definition: G4Types.hh:85
G4double xhe[XHESIZE][EENUCSIZE]
G4double she[EENUCSIZE]

References EENUCSIZE, she, xhe, and XHESIZE.

◆ ~G4Eenuc()

G4Eenuc::~G4Eenuc ( )
inline

Definition at line 245 of file G4AblaDataDefs.hh.

245{};

Field Documentation

◆ she

G4double G4Eenuc::she[EENUCSIZE]

Definition at line 247 of file G4AblaDataDefs.hh.

Referenced by G4Eenuc().

◆ xhe

G4double G4Eenuc::xhe[XHESIZE][EENUCSIZE]

Definition at line 247 of file G4AblaDataDefs.hh.

Referenced by G4Eenuc().


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