Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Data Fields
SumCoulombEnergy Class Reference
Inheritance diagram for SumCoulombEnergy:

Public Member Functions

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

Data Fields

G4double total
 

Detailed Description

Definition at line 44 of file G4StatMFChannel.cc.

Constructor & Destructor Documentation

SumCoulombEnergy::SumCoulombEnergy ( )
inline

Definition at line 47 of file G4StatMFChannel.cc.

47 : total(0.0) {}

Member Function Documentation

G4double SumCoulombEnergy::GetTotal ( )
inline

Definition at line 54 of file G4StatMFChannel.cc.

References total.

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

Definition at line 48 of file G4StatMFChannel.cc.

References G4StatMFFragment::GetCoulombEnergy(), and total.

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

Field Documentation

G4double SumCoulombEnergy::total

Definition at line 56 of file G4StatMFChannel.cc.

Referenced by GetTotal(), and operator()().


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