#include <G4B10GEMChannel.hh>
Inheritance diagram for G4B10GEMChannel:
Public Member Functions | |
G4B10GEMChannel () | |
~G4B10GEMChannel () | |
G4bool | operator== (const G4B10GEMChannel &right) const |
G4bool | operator!= (const G4B10GEMChannel &right) const |
Definition at line 41 of file G4B10GEMChannel.hh.
G4B10GEMChannel::G4B10GEMChannel | ( | ) | [inline] |
Definition at line 45 of file G4B10GEMChannel.hh.
References G4GEMProbability::SetCoulomBarrier().
00045 : G4GEMChannel(10,5,"B10", 00046 &theEvaporationProbability, 00047 &theCoulombBarrier) 00048 { 00049 theEvaporationProbability.SetCoulomBarrier(&theCoulombBarrier); 00050 }
G4B10GEMChannel::~G4B10GEMChannel | ( | ) | [inline] |
G4bool G4B10GEMChannel::operator!= | ( | const G4B10GEMChannel & | right | ) | const |
G4bool G4B10GEMChannel::operator== | ( | const G4B10GEMChannel & | right | ) | const |