Import Geant4 9.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:58:43 +02:00
parent 96c8bcd0af
commit b79225fb37
7544 changed files with 245407 additions and 91099 deletions
+40 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.62 2007/11/02 20:56:36 gum Exp $
$Id: History,v 1.69 2008/11/14 20:47:11 gum Exp $
-------------------------------------------------------------------
=========================================================
@@ -17,6 +17,45 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
14 November 08: P. Gumplinger (xrays-V09-01-06)
- Do not calculate a step limit coming from G4Cerenkov when the
minimum beta for a particle to radiate in the material (vacuum)
is already 1; fix G4Cerenkov.cc
12 November 08: V. Ivanchenko (xrays-V09-01-05)
- exclude G4MscRadiation from the release
21 October 08: P. Gumplinger (xrays-V09-01-04)
- Add SetProcessSubType(G4EmProcessSubType) to G4Cerenkov.cc
and G4Scintillation. Modify G4Cerenkov to allow for
MaxBetaChangePerStep, sets PostStepGetPhysicalInteractionLength to
where the particle would drop below the Cerenkov threshold in the
current material. The Cerenkov photon origins are now sampled
according to the linear decrease in the MeanNumberOfPhotons over
the step. G4Cerenkov now inherits from G4VProcess. For this to work
tracking-V09-01-03 or newer is required.
04 July 08: P. Gumplinger (xrays-V09-01-03)
- In G4Scintillation and G4Cerenkov now
SetTouchableHandle(aStep.GetPreStepPoint()->GetTouchableHandle())
for the secondaries in the DoIt.
06 June 08: P. Gumplinger (xrays-V09-01-02)
- G4Scintillation: make now use of G4EmSaturation to implement the
Birks Correction.
05 June 08: P. Gumplinger (xrays-V09-01-01)
- G4Scintillation, G4Cerenkov
trivial name changes: momentum->energy, momenta->energies
05 February 08: P. Gumplinger
- G4BirkScintillation class was removed and scintillation with Birk's law
was added to the G4Scintillation class directly.
01 February 08: V. Grichine
- G4BirkScintillation class was added. The class implements the scintillation
process with Birk's law
02 November 07: P. Gumplinger (xrays-V09-00-03)
- G4Cerenkov constructor add warning printout about the change
to G4VDiscreteProcess