#include <XrayFluoNormalization.hh>
Definition at line 42 of file XrayFluoNormalization.hh.
◆ XrayFluoNormalization()
XrayFluoNormalization::XrayFluoNormalization |
( |
| ) |
|
◆ ~XrayFluoNormalization()
XrayFluoNormalization::~XrayFluoNormalization |
( |
| ) |
|
◆ Integrate()
Definition at line 70 of file XrayFluoNormalization.cc.
74 G4double lenghtOfBins = (maxIntExtreme - minIntExtreme)/nBins;
76 for (
G4int i = 0; i<nBins; i++)
78 G4double midPoint = minIntExtreme + i*lenghtOfBins+lenghtOfBins/2;
82 partialHeight += heightOfRectangle;
86 G4double integral = lenghtOfBins * partialHeight;
G4double FindValue(G4double e, G4int) const
◆ Normalize()
The documentation for this class was generated from the following files: