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

#include <G4AblaDataDefs.hh>

Public Member Functions

 G4Volant ()
 
 ~G4Volant ()
 
void dump ()
 

Public Attributes

G4double acv [VOLANTSIZE]
 
G4double zpcv [VOLANTSIZE]
 
G4double pcv [VOLANTSIZE]
 
G4double xcv [VOLANTSIZE]
 
G4double ycv [VOLANTSIZE]
 
G4double zcv [VOLANTSIZE]
 
G4int iv
 

Detailed Description

Evaporation and fission output data.

Definition at line 210 of file G4AblaDataDefs.hh.

Constructor & Destructor Documentation

◆ G4Volant()

G4Volant::G4Volant ( )
inline

Definition at line 213 of file G4AblaDataDefs.hh.

213{};

◆ ~G4Volant()

G4Volant::~G4Volant ( )
inline

Definition at line 214 of file G4AblaDataDefs.hh.

214{};

Member Function Documentation

◆ dump()

void G4Volant::dump ( )
inline

Definition at line 216 of file G4AblaDataDefs.hh.

217 {
218 G4cout <<"i \t ACV \t ZPCV \t PCV" << G4endl;
219 for(G4int i = 0; i <= iv; i++) {
220 G4cout << "volant" << i << "\t" << acv[i] << " \t " << zpcv[i] << " \t " << pcv[i] << G4endl;
221 }
222 }
int G4int
Definition: G4Types.hh:66
#define G4endl
Definition: G4ios.hh:52
G4DLLIMPORT std::ostream G4cout
G4double pcv[VOLANTSIZE]
G4double zpcv[VOLANTSIZE]
G4double acv[VOLANTSIZE]

Member Data Documentation

◆ acv

G4double G4Volant::acv[VOLANTSIZE]

Definition at line 224 of file G4AblaDataDefs.hh.

Referenced by G4Abla::breakItUp(), dump(), G4Abla::evapora(), and G4Abla::translab().

◆ iv

G4int G4Volant::iv

◆ pcv

G4double G4Volant::pcv[VOLANTSIZE]

Definition at line 224 of file G4AblaDataDefs.hh.

Referenced by G4Abla::breakItUp(), dump(), G4Abla::evapora(), and G4Abla::translab().

◆ xcv

G4double G4Volant::xcv[VOLANTSIZE]

Definition at line 224 of file G4AblaDataDefs.hh.

Referenced by G4Abla::breakItUp(), G4Abla::evapora(), and G4Abla::translab().

◆ ycv

G4double G4Volant::ycv[VOLANTSIZE]

Definition at line 225 of file G4AblaDataDefs.hh.

Referenced by G4Abla::breakItUp(), G4Abla::evapora(), and G4Abla::translab().

◆ zcv

G4double G4Volant::zcv[VOLANTSIZE]

Definition at line 225 of file G4AblaDataDefs.hh.

Referenced by G4Abla::breakItUp(), G4Abla::evapora(), and G4Abla::translab().

◆ zpcv

G4double G4Volant::zpcv[VOLANTSIZE]

Definition at line 224 of file G4AblaDataDefs.hh.

Referenced by G4Abla::breakItUp(), dump(), G4Abla::evapora(), and G4Abla::translab().


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