Import Geant4 11.0.1 source tree
This commit is contained in:
@@ -16,6 +16,14 @@ committal in the CVS repository !
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
21 Jan 22: D. Sawkey (xrays-V10-07-10)
|
||||
- G4Scintillation - remove unused YieldFactor declarations
|
||||
Addresses bug 2470.
|
||||
|
||||
18 Jan 22: D. Sawkey (xrays-V10-07-09)
|
||||
- Fix MaxBetaChange value in Cerenkov process.
|
||||
Addressing problem report 2456.
|
||||
|
||||
19 Oct 21: D. Sawkey (xrays-V10-07-08)
|
||||
- G4Cerenkov, G4Scintillation - update G4OpticalParameters when process
|
||||
parameters updated directly. Addresses bug 2425.
|
||||
|
||||
@@ -133,14 +133,6 @@ class G4Scintillation : public G4VRestDiscreteProcess
|
||||
G4bool GetFiniteRiseTime() const;
|
||||
// Returns the boolean flag for a finite scintillation rise time.
|
||||
|
||||
void SetScintillationYieldFactor(const G4double yieldfactor);
|
||||
// Called to set the scintillation photon yield factor, needed when
|
||||
// the yield is different for different types of particles. This
|
||||
// scales the yield obtained from the G4MaterialPropertiesTable.
|
||||
|
||||
G4double GetScintillationYieldFactor() const;
|
||||
// Returns the photon yield factor.
|
||||
|
||||
G4PhysicsTable* GetIntegralTable1() const;
|
||||
// Returns the address of scintillation integral table #1.
|
||||
|
||||
|
||||
@@ -584,7 +584,7 @@ void G4Cerenkov::SetTrackSecondariesFirst(const G4bool state)
|
||||
void G4Cerenkov::SetMaxBetaChangePerStep(const G4double value)
|
||||
{
|
||||
fMaxBetaChange = value * CLHEP::perCent;
|
||||
G4OpticalParameters::Instance()->SetCerenkovMaxBetaChange(fMaxBetaChange);
|
||||
G4OpticalParameters::Instance()->SetCerenkovMaxBetaChange(value);
|
||||
}
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
Reference in New Issue
Block a user