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