Files
geant4/source/digits_hits/scorer/History
T
2020-12-04 12:30:43 +01:00

59 lines
2.3 KiB
Plaintext

-------------------------------------------------------------------
=========================================================
Geant4 - an Object-Oriented Toolkit for Simulation in HEP
=========================================================
Category History file
---------------------
This file should be used by G4 developers and category coordinators
to briefly summarize all major modifications introduced in the code
and keep track of all category-tags.
It DOES NOT substitute the CVS log-message one should put at every
committal in the CVS repository !
----------------------------------------------------------
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
October 6, 2020 Makoto Asai (detscorer-V10-06-01)
- Migrate following scorers to use G4PrimitivePlotter to directly fill histograms.
G4PSCellFlux G4PSCylinderSurfaceCurrent G4PSCylinderSurfaceFlux G4PSDoseDeposit
G4PSEnergyDeposit G4PSFlatSurfaceCurrent G4PSFlatSurfaceFlux G4PSMinKinEAtGeneration
G4PSNofSecondary G4PSNofStep G4PSPassageCellCurrent G4PSPassageCellFlux
G4PSPassageTrackLength G4PSTrackCounter
September 3, 2020 Makoto Asai (detscorer-V10-06-00)
- Introduing a new scorer G4PSVolumeFlux
- Use G4VPrimitivePlotter base class to allow scorers to directly fill histograms
February 2 2015 Gabriele Cosmo (detscorer-V10-01-00)
- Fix to sources.cmake script to include missing dependency on external library.
November 7 2013 Gabriele Cosmo (detscorer-V09-06-00)
- Replaced deprecated calls to G4Sphere accessor methods.
July 11, 2007 M.Asai (detscorer-V09-00-00)
- Moved from digits_hits/utilis.
June 06, 2007 A.Howard (detutils-V08-03-02)
- Added modified G4PSPopulation removing event (circular) dependency
(file form T.Aso).
June 05, 2007 M.Asai (detutils-V08-03-01)
- Drop G4PSPopulation from the release.
May 17, 2007 M.Asai (detutils-V08-03-00)
- New scorers for event biasing.
- kCarTolerance now becomes a local data member obtained from G4GeometryTolerance class.
November 17, 2006 M.Asai (detutils-V08-01-00)
- G4PSCellCharge is introduced.
November 18, 2005 M.Asai (detutils-V07-01-01)
- Introducing concrete primitive scorer and filter classes.
November 16, 2005 M.Asai (detutils-V07-01-00)
- Created.