Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
SumCoulombEnergy Class Reference
+ Inheritance diagram for SumCoulombEnergy:

Public Member Functions

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

Public Attributes

G4double total
 

Detailed Description

Definition at line 44 of file G4StatMFChannel.cc.

Constructor & Destructor Documentation

◆ SumCoulombEnergy()

SumCoulombEnergy::SumCoulombEnergy ( )
inline

Definition at line 47 of file G4StatMFChannel.cc.

47: total(0.0) {}

Member Function Documentation

◆ GetTotal()

G4double SumCoulombEnergy::GetTotal ( )
inline

Definition at line 54 of file G4StatMFChannel.cc.

54{ return total; }

◆ operator()()

G4double SumCoulombEnergy::operator() ( G4double ,
G4StatMFFragment *&  frag 
)
inline

Definition at line 48 of file G4StatMFChannel.cc.

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

Member Data Documentation

◆ total

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: