Public Member Functions | |
| BDSPlanckEngine (G4double aTemperature) | |
| ~BDSPlanckEngine () | |
| G4LorentzVector | PerformPlanck () |
| void | SetTemperature (G4double aTemperature) |
Private Member Functions | |
| G4double | PlanckSpectrum (G4double x) |
Private Attributes | |
| G4double | itsTemperature |
| G4double | kT |
| G4LorentzVector | itsFourMom |
| G4double | a |
| G4double | b |
| G4double | c |
| G4double | x1 |
| G4double | x2 |
| G4double | TotalArea |
| G4double | area1 |
| G4double | area2 |
| G4double | area3 |
Static Private Attributes | |
| static const G4int | ntryMax = 10000000 |
Definition at line 27 of file BDSPlanckEngine.hh.
1.4.7