ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
G4VCoulombBarrier (G4int anA, G4int aZ) | |
virtual | ~G4VCoulombBarrier () |
virtual G4double | GetCoulombBarrier (G4int ARes, G4int ZRes, G4double U) const =0 |
virtual G4double | BarrierPenetrationFactor (G4int Eexc) const =0 |
void | SetParameters (G4double rho, G4double r0) |
G4int | GetA (void) const |
G4int | GetZ (void) const |
G4double | GetRho (void) const |
G4double | GetR0 (void) const |
Private Member Functions | |
G4VCoulombBarrier (const G4VCoulombBarrier &right)=delete | |
const G4VCoulombBarrier & | operator= (const G4VCoulombBarrier &right)=delete |
G4bool | operator== (const G4VCoulombBarrier &right) const =delete |
G4bool | operator!= (const G4VCoulombBarrier &right) const =delete |
Private Attributes | |
G4int | theA |
G4int | theZ |
G4double | theRho |
G4double | theR0 |
Definition at line 36 of file G4VCoulombBarrier.hh.
View newest version in sPHENIX GitHub at line 36 of file G4VCoulombBarrier.hh
Definition at line 33 of file G4VCoulombBarrier.cc.
View newest version in sPHENIX GitHub at line 33 of file G4VCoulombBarrier.cc
References CLHEP::fermi, theA, theR0, theRho, and theZ.
|
virtual |
Definition at line 41 of file G4VCoulombBarrier.cc.
View newest version in sPHENIX GitHub at line 41 of file G4VCoulombBarrier.cc
|
privatedelete |
Definition at line 50 of file G4VCoulombBarrier.hh.
View newest version in sPHENIX GitHub at line 50 of file G4VCoulombBarrier.hh
References theA.
Referenced by G4CoulombBarrier::BarrierPenetrationFactor(), and G4GEMCoulombBarrier::CalcCompoundRadius().
|
pure virtual |
Implemented in G4CoulombBarrier, and G4GEMCoulombBarrier.
Referenced by G4GEMProbability::GetCoulombBarrier(), G4GEMChannelVI::GetEmissionProbability(), and G4GEMChannel::GetEmissionProbability().
Definition at line 53 of file G4VCoulombBarrier.hh.
View newest version in sPHENIX GitHub at line 53 of file G4VCoulombBarrier.hh
References theR0.
Definition at line 52 of file G4VCoulombBarrier.hh.
View newest version in sPHENIX GitHub at line 52 of file G4VCoulombBarrier.hh
References theRho.
Referenced by G4CoulombBarrier::GetCoulombBarrier().
Definition at line 51 of file G4VCoulombBarrier.hh.
View newest version in sPHENIX GitHub at line 51 of file G4VCoulombBarrier.hh
References theZ.
Referenced by G4CoulombBarrier::BarrierPenetrationFactor().
|
privatedelete |
|
privatedelete |
|
privatedelete |
Definition at line 44 of file G4VCoulombBarrier.cc.
View newest version in sPHENIX GitHub at line 44 of file G4VCoulombBarrier.cc
Referenced by G4CoulombBarrier::G4CoulombBarrier().
|
private |
Definition at line 62 of file G4VCoulombBarrier.hh.
View newest version in sPHENIX GitHub at line 62 of file G4VCoulombBarrier.hh
Referenced by G4VCoulombBarrier(), and GetA().
|
private |
Definition at line 65 of file G4VCoulombBarrier.hh.
View newest version in sPHENIX GitHub at line 65 of file G4VCoulombBarrier.hh
Referenced by G4VCoulombBarrier(), GetR0(), and SetParameters().
|
private |
Definition at line 64 of file G4VCoulombBarrier.hh.
View newest version in sPHENIX GitHub at line 64 of file G4VCoulombBarrier.hh
Referenced by G4VCoulombBarrier(), GetRho(), and SetParameters().
|
private |
Definition at line 63 of file G4VCoulombBarrier.hh.
View newest version in sPHENIX GitHub at line 63 of file G4VCoulombBarrier.hh
Referenced by G4VCoulombBarrier(), and GetZ().