106 lines
4.0 KiB
Plaintext
106 lines
4.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
-------------------------------------------------------------------
|
|
|
|
=========================================================
|
|
Geant4 - Microelectronics example
|
|
=========================================================
|
|
|
|
Package History file
|
|
--------------------
|
|
|
|
25 November 2021 D. Lambert microelectronics-V10-07-07
|
|
- README and microelectronics.mac files have been updated
|
|
to focus on new improvements
|
|
|
|
22 November 2021 S. Guatelli microelectronics-V10-07-06
|
|
- ROOT file script plot.C has been updated
|
|
|
|
06 November 2021 I. Hrivnacova microelectronics-V10-07-05
|
|
- Added analysis manager Clear() call instead of
|
|
deleting in the end of run (removed on July 19)
|
|
|
|
04 Nov 2021 - D. Lambert microelectronics-V10-07-04
|
|
- Updated of the microelec example in order to
|
|
chose the new microelec model (new materials)
|
|
or the previous (only Si) model
|
|
|
|
7 October 2021 - I. Hrivnacova microelectronics-V10-07-03
|
|
- Migration to new G4AnalysisManager.hh header;
|
|
define the default output file type (root),
|
|
removed Analysis.hh.
|
|
|
|
19 July 2021 - I. Hrivnacova microelectronics-V10-07-02
|
|
- Updated for changes in the analysis category:
|
|
removed deleting of the analysis manager,
|
|
as this is now done by the Geant4 kernel.
|
|
|
|
24 May 2021 - B. Morgan (microelectronics-V10-07-01)
|
|
- Bump required CMake version range to 3.12...3.20, matching core Geant4
|
|
|
|
21 March 2021 - V. Ivanchenko microelectronics-V10-07-00
|
|
- PhysicsList - update for 11.0
|
|
|
|
15 November 2020 - S. Guatelli microelectronics-V10-06-01
|
|
- Migration to G4RunManagerFactory
|
|
|
|
2 November 2020 - B.Morgan microelectronics-V10-06-00
|
|
- Support same CMake version range as core Geant4
|
|
|
|
30.08.2019 - S. Guatelli - microelectronics-V10-05-00
|
|
-G4VIS_USE cleaned. WARNING deleted when executing microelectronic.in.
|
|
|
|
10 May 2018 - B. Morgan - microelectronics-V10-04-00
|
|
- Include G4Types before use of G4MULTITHREADED. For forward
|
|
compatibility with move to #defines over -D for G4 preprocessor
|
|
symbols.
|
|
|
|
2 November 2016 - L. Garnier - microelectronics-V10-02-03
|
|
- Remove icons.mac. Automatically include since interfaces-V10-02-07
|
|
|
|
28 October 2016 - G.Folger - microelectronics-V10-02-02
|
|
Remove direct use of theParticleIterator, use GetParticleTableIterator().
|
|
fix required by clang39 on Linux and MAC
|
|
|
|
4 June 2016 - V.Ivanchenko - microelectronics-V10-02-01
|
|
4 June 2016 - V.Ivanchenko - microelectronics-V10-02-00
|
|
- Fix msc definition in PhysicsList
|
|
|
|
1 November 2014 - L. Garnier from M. Raine - microelectronics-V10-00-03
|
|
- Fix a warning "'ui' may be used uninitialized in this function"
|
|
|
|
31 October 2014 - L. Garnier from M. Raine - microelectronics-V10-00-02
|
|
o Remove Qt driver function, should be protect by some compilation flag
|
|
|
|
30 October 2014 - L. Garnier from M. Raine - microelectronics-V10-00-01
|
|
|
|
29 October 2014 - L. Garnier from M. Raine - microelectronics-V09-06-05
|
|
microelectronics.cc : Fix a bad path
|
|
plot.C : Fix a bad name
|
|
|
|
29 October 2014 - L. Garnier from M. Raine - microelectronics-V09-06-04
|
|
microelectronics.mac : Change some decorations
|
|
microelectronics.cc :
|
|
o Replace use of G4UITerminal by G4UIExecutive
|
|
o Move creation if G4UIExecutive at the beginning
|
|
o Remove G4UI_USE and G4VIS_USE
|
|
o Add Qt driver function to display the README file inside Qt Viewer
|
|
CMakeLists.txt : Update according to changes
|
|
icons.mac : Add this file in order to have icons in Qt viewer
|
|
|
|
03 December 2013 - I. Hrivnacova - microelectronics-V09-06-03
|
|
Fixed analysis code in RunAction:
|
|
CreateHistograms must be called for each run, as the analysis manager
|
|
is deleted at the end of each run
|
|
|
|
27 November 2013 - G. Folger - microelectronics-V09-06-02
|
|
remove setting number of threads from macro files
|
|
|
|
31 October 2013 - L. Pandola - microelectronics-V09-06-01
|
|
Edited CMakeLists.txt to make the test work on
|
|
Windows
|
|
|
|
29 October 2013 - M. Raine - microelectronics-V09-06-00
|
|
Package created, based on microdosimetry.
|
|
|
|
|