ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
G4PartialWidthTable (const G4double *energies, G4int entries) | |
virtual | ~G4PartialWidthTable () |
G4bool | operator== (const G4PartialWidthTable &right) const |
G4bool | operator!= (const G4PartialWidthTable &right) const |
G4int | NumberOfChannels () const |
const G4PhysicsVector * | Width (const G4String &name1, const G4String &name2) const |
void | AddWidths (const G4double *widths, const G4String &name1, const G4String &name2) |
void | Dump () const |
Private Member Functions | |
G4PartialWidthTable (const G4PartialWidthTable &right) | |
const G4PartialWidthTable & | operator= (const G4PartialWidthTable &right) |
Private Attributes | |
G4int | nEnergies |
std::vector< G4double > | energy |
std::vector < G4PhysicsFreeVector * > | widths |
std::vector< G4String > | daughter1 |
std::vector< G4String > | daughter2 |
Definition at line 50 of file G4PartialWidthTable.hh.
View newest version in sPHENIX GitHub at line 50 of file G4PartialWidthTable.hh
Definition at line 49 of file G4PartialWidthTable.cc.
View newest version in sPHENIX GitHub at line 49 of file G4PartialWidthTable.cc
|
virtual |
Definition at line 61 of file G4PartialWidthTable.cc.
View newest version in sPHENIX GitHub at line 61 of file G4PartialWidthTable.cc
|
private |
void G4PartialWidthTable::AddWidths | ( | const G4double * | widths, |
const G4String & | name1, | ||
const G4String & | name2 | ||
) |
Definition at line 105 of file G4PartialWidthTable.cc.
View newest version in sPHENIX GitHub at line 105 of file G4PartialWidthTable.cc
References daughter1, daughter2, e, energy, GeV, nEnergies, G4PhysicsFreeVector::PutValue(), width, and widths.
void G4PartialWidthTable::Dump | ( | ) | const |
Definition at line 125 of file G4PartialWidthTable.cc.
View newest version in sPHENIX GitHub at line 125 of file G4PartialWidthTable.cc
References daughter1, daughter2, e, energy, G4cout, G4endl, G4PhysicsVector::GetValue(), nEnergies, w, width, and widths.
G4int G4PartialWidthTable::NumberOfChannels | ( | ) | const |
Definition at line 77 of file G4PartialWidthTable.cc.
View newest version in sPHENIX GitHub at line 77 of file G4PartialWidthTable.cc
References widths.
G4bool G4PartialWidthTable::operator!= | ( | const G4PartialWidthTable & | right | ) | const |
Definition at line 71 of file G4PartialWidthTable.cc.
View newest version in sPHENIX GitHub at line 71 of file G4PartialWidthTable.cc
|
private |
G4bool G4PartialWidthTable::operator== | ( | const G4PartialWidthTable & | right | ) | const |
Definition at line 65 of file G4PartialWidthTable.cc.
View newest version in sPHENIX GitHub at line 65 of file G4PartialWidthTable.cc
const G4PhysicsVector * G4PartialWidthTable::Width | ( | const G4String & | name1, |
const G4String & | name2 | ||
) | const |
Definition at line 83 of file G4PartialWidthTable.cc.
View newest version in sPHENIX GitHub at line 83 of file G4PartialWidthTable.cc
|
private |
Definition at line 82 of file G4PartialWidthTable.hh.
View newest version in sPHENIX GitHub at line 82 of file G4PartialWidthTable.hh
Referenced by AddWidths(), Dump(), and Width().
|
private |
Definition at line 83 of file G4PartialWidthTable.hh.
View newest version in sPHENIX GitHub at line 83 of file G4PartialWidthTable.hh
Referenced by AddWidths(), Dump(), and Width().
|
private |
Definition at line 80 of file G4PartialWidthTable.hh.
View newest version in sPHENIX GitHub at line 80 of file G4PartialWidthTable.hh
Referenced by AddWidths(), Dump(), and G4PartialWidthTable().
|
private |
Definition at line 79 of file G4PartialWidthTable.hh.
View newest version in sPHENIX GitHub at line 79 of file G4PartialWidthTable.hh
Referenced by AddWidths(), and Dump().
|
private |
Definition at line 81 of file G4PartialWidthTable.hh.
View newest version in sPHENIX GitHub at line 81 of file G4PartialWidthTable.hh
Referenced by AddWidths(), Dump(), NumberOfChannels(), and Width().