#include <G4NeutronGEMChannel.hh>
Inheritance diagram for G4NeutronGEMChannel:
Public Member Functions | |
G4NeutronGEMChannel () | |
~G4NeutronGEMChannel () | |
G4bool | operator== (const G4NeutronGEMChannel &right) const |
G4bool | operator!= (const G4NeutronGEMChannel &right) const |
Definition at line 41 of file G4NeutronGEMChannel.hh.
G4NeutronGEMChannel::G4NeutronGEMChannel | ( | ) | [inline] |
Definition at line 45 of file G4NeutronGEMChannel.hh.
00045 : G4GEMChannel(1,0,"neutron", 00046 &theEvaporationProbability, 00047 &theCoulombBarrier) {};
G4NeutronGEMChannel::~G4NeutronGEMChannel | ( | ) | [inline] |
G4bool G4NeutronGEMChannel::operator!= | ( | const G4NeutronGEMChannel & | right | ) | const |
G4bool G4NeutronGEMChannel::operator== | ( | const G4NeutronGEMChannel & | right | ) | const |