SumCoulombEnergy Class Reference


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.

00047 : total(0.0) {}


Member Function Documentation

G4double SumCoulombEnergy::GetTotal (  )  [inline]

Definition at line 54 of file G4StatMFChannel.cc.

References total.

00054 { return total; }

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   }


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:
Generated on Mon May 27 17:54:03 2013 for Geant4 by  doxygen 1.4.7