38 lines
1.4 KiB
Plaintext
38 lines
1.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
|
|
=========================================================
|
|
Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|
=========================================================
|
|
|
|
Example Par03 History file
|
|
---------------------------
|
|
This file should be used by the G4 example coordinator to briefly
|
|
summarize all major modifications introduced in the code and keep
|
|
track of all tags.
|
|
|
|
----------------------------------------------------------
|
|
* Reverse chronological order (last date on top), please *
|
|
----------------------------------------------------------
|
|
|
|
07-Nov-21 I. Hrivnacova (expar03-V10-07-02)
|
|
- Added analysis manager Clear() call at the end of run
|
|
|
|
06-Oct-21 I. Hrivnacova (expar03-V10-07-01)
|
|
- Migration to new G4AnalysisManager.hh header;
|
|
define the default output file type (root).
|
|
|
|
19-Jul-21 I. Hrivnacova (expar03-V10-07-00)
|
|
- Updated for changes in the analysis category:
|
|
removed deleting of the analysis manager,
|
|
as this is now done by the Geant4 kernel.
|
|
|
|
06-Nov-20 I. Hrivnacova (expar03-V10-06-02)
|
|
- Added missing README for Doxygen
|
|
- Fixed section numbering in README
|
|
|
|
26-Oct-20 A. Zaborowska (expar03-V10-06-01)
|
|
- Fix errors from Windows build
|
|
|
|
06-Oct-20 A. Zaborowska (expar03-V10-06-00)
|
|
- Create Par03 example
|