Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SumCoulombEnergy Class Reference
Inheritance diagram for SumCoulombEnergy:
Collaboration diagram for SumCoulombEnergy:

Public Member Functions

 SumCoulombEnergy ()
 
G4double operator() (G4double &, G4StatMFFragment *&frag)
 
G4double GetTotal ()
 

Public Attributes

G4double total
 

Detailed Description

Definition at line 46 of file G4StatMFChannel.cc.

Constructor & Destructor Documentation

SumCoulombEnergy::SumCoulombEnergy ( )
inline

Definition at line 49 of file G4StatMFChannel.cc.

49 : total(0.0) {}

Member Function Documentation

G4double SumCoulombEnergy::GetTotal ( )
inline

Definition at line 56 of file G4StatMFChannel.cc.

56 { return total; }
G4double SumCoulombEnergy::operator() ( G4double ,
G4StatMFFragment *&  frag 
)
inline

Definition at line 50 of file G4StatMFChannel.cc.

51  {
52  total += frag->GetCoulombEnergy();
53  return total;
54  }
G4double GetCoulombEnergy(void) const

Here is the call graph for this function:

Member Data Documentation

G4double SumCoulombEnergy::total

Definition at line 58 of file G4StatMFChannel.cc.


The documentation for this class was generated from the following file: