#include <G4FermiChannels.hh>
Definition at line 39 of file G4FermiChannels.hh.
◆ G4FermiChannels() [1/2]
◆ ~G4FermiChannels()
G4FermiChannels::~G4FermiChannels |
( |
| ) |
|
|
inline |
◆ G4FermiChannels() [2/2]
◆ AddChannel()
◆ GetChannels()
const std::vector< G4FermiPair * > & G4FermiChannels::GetChannels |
( |
| ) |
const |
|
inline |
◆ GetExcitation()
G4double G4FermiChannels::GetExcitation |
( |
| ) |
const |
|
inline |
◆ GetFragment()
◆ GetMass()
G4double G4FermiChannels::GetMass |
( |
| ) |
const |
|
inline |
◆ GetPair()
const G4FermiPair * G4FermiChannels::GetPair |
( |
std::size_t | idx | ) |
const |
|
inline |
Definition at line 51 of file G4FermiChannels.hh.
51 {
52 return (idx < nch) ? fvect[idx] : nullptr;
53 }
◆ GetZ()
G4int G4FermiChannels::GetZ |
( |
| ) |
const |
|
inline |
◆ NumberPairs()
std::size_t G4FermiChannels::NumberPairs |
( |
| ) |
const |
|
inline |
◆ operator!=()
◆ operator=()
◆ operator==()
The documentation for this class was generated from the following file: