Public Member Functions | |
| SumCoulombEnergy () | |
| G4double | operator() (G4double &, G4StatMFFragment *&frag) |
| G4double | GetTotal () |
Data Fields | |
| G4double | total |
Definition at line 44 of file G4StatMFChannel.cc.
| SumCoulombEnergy::SumCoulombEnergy | ( | ) | [inline] |
| G4double SumCoulombEnergy::GetTotal | ( | ) | [inline] |
| G4double SumCoulombEnergy::operator() | ( | G4double & | , | |
| G4StatMFFragment *& | frag | |||
| ) | [inline] |
Definition at line 48 of file G4StatMFChannel.cc.
References G4StatMFFragment::GetCoulombEnergy(), and total.
00049 { 00050 total += frag->GetCoulombEnergy(); 00051 return total; 00052 }
1.4.7