#include <G4FermiConfiguration.hh>
Definition at line 39 of file G4FermiConfiguration.hh.
G4FermiConfiguration::G4FermiConfiguration |
( |
const std::vector< const G4VFermiFragment * > & |
v | ) |
|
Definition at line 39 of file G4FermiConfiguration.cc.
45 for(
size_t i=0; i<
nn; ++i) {
46 totalA += v[i]->GetA();
47 totalZ += v[i]->GetZ();
48 totalMass += v[i]->GetTotalEnergy();
G4FermiConfiguration::~G4FermiConfiguration |
( |
| ) |
|
G4int G4FermiConfiguration::GetA |
( |
void |
| ) |
const |
|
inline |
const std::vector< const G4VFermiFragment * > * G4FermiConfiguration::GetFragmentList |
( |
| ) |
const |
|
inline |
G4double G4FermiConfiguration::GetMass |
( |
| ) |
const |
|
inline |
G4int G4FermiConfiguration::GetZ |
( |
void |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: