| [807] | 1 | $Id: History,v 1.16 2005/12/06 19:39:09 capra Exp $
|
|---|
| 2 | -------------------------------------------------------------------
|
|---|
| 3 |
|
|---|
| 4 | =========================================================
|
|---|
| 5 | Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|---|
| 6 | =========================================================
|
|---|
| 7 |
|
|---|
| 8 | Category History file
|
|---|
| 9 | ---------------------
|
|---|
| 10 | This file should be used by G4 developers and category coordinators to
|
|---|
| 11 | briefly summarize all major modifications introduced in the code and keep
|
|---|
| 12 | track of all category-tags.
|
|---|
| 13 | It DOES NOT substitute the CVS log-message one should put at every committal
|
|---|
| 14 | in the CVS repository !
|
|---|
| 15 |
|
|---|
| 16 | ----------------------------------------------------------
|
|---|
| 17 | * Reverse chronological order (last date on top), please *
|
|---|
| 18 | ----------------------------------------------------------
|
|---|
| 19 |
|
|---|
| 20 | 06 Dec 2005 - radmon-V07-01-14 - R. Capra - Documentation extended README
|
|---|
| 21 | file now covers all the aspects of the application
|
|---|
| 22 | in great details. Small changes in RadmonApplication
|
|---|
| 23 | and RadmonApplicationAnalysisSetup so that when
|
|---|
| 24 | G4ANALYSIS_USE is not set, code builds without
|
|---|
| 25 | analysis. RadmonPhysicsList changed in order to
|
|---|
| 26 | manage particles changes present from tag
|
|---|
| 27 | geant4-08-00-cand01. Stepping action added in order
|
|---|
| 28 | to manage these changes. Errors present in
|
|---|
| 29 | RadmonPhysicsHadronsBertini, RadmonPhysicsDecay,
|
|---|
| 30 | RadmonPhysicsICRUIonization corrected. The error
|
|---|
| 31 | present in RadmonPhysicsHadronsBertini caused the
|
|---|
| 32 | application crash. The error present in
|
|---|
| 33 | RadmonPhysicsDecay, RadmonPhysicsICRUIonization
|
|---|
| 34 | caused a not true warning message appear.
|
|---|
| 35 |
|
|---|
| 36 | 25 Nov 2005 - radmon-V07-01-13 - R. Capra - Introduced step limitations and
|
|---|
| 37 | secondary production thresholds. Geometry materials
|
|---|
| 38 | corrected.
|
|---|
| 39 | - Code tested against materials overlapping
|
|---|
| 40 | - Small corrections in RadmonPhysicsInoisationICRU and
|
|---|
| 41 | RadmonPhysicsDecay
|
|---|
| 42 |
|
|---|
| 43 | 25 Nov 2005 - radmon-V07-01-12 - R. Capra - Analysis framework completed
|
|---|
| 44 | hadronic physics implemented. First analysis module
|
|---|
| 45 | implemented.
|
|---|
| 46 |
|
|---|
| 47 | 24 Nov 2005 - radmon-V07-01-11 - R. Capra - Development of the analysis
|
|---|
| 48 | code. Framwork partially completed. Sensitive
|
|---|
| 49 | detectors not linked to Geometry yet.
|
|---|
| 50 | RadmonAnalysis methods have a dummy implementation.
|
|---|
| 51 | Introduced changes are:
|
|---|
| 52 | - Analysis code (partial)
|
|---|
| 53 | - Tracks display
|
|---|
| 54 | - Event/Run number dump
|
|---|
| 55 | - Small corrections (grammar, comments)
|
|---|
| 56 | - RadmonPhysicsList::OnLayoutChange behaviur changed
|
|---|
| 57 | (better performances)
|
|---|
| 58 | - Macros updated according to current developments
|
|---|
| 59 | Code builds and runs. Analysis stuff still not
|
|---|
| 60 | completely working.
|
|---|
| 61 |
|
|---|
| 62 | 07 Nov 2005 - radmon-V07-01-10 - R. Capra - Development of the physics list
|
|---|
| 63 | code. Framework completed and working. Insertion of
|
|---|
| 64 | modular physics list in progress. Current physics
|
|---|
| 65 | models are:
|
|---|
| 66 | - Electron: EEDL, Standard
|
|---|
| 67 | - Photon: EPDL, Standard
|
|---|
| 68 | - Positron: Standard
|
|---|
| 69 | - Muon+/-: Standard
|
|---|
| 70 | - Tau+/-: Standard
|
|---|
| 71 | - Neutron: Binary Cascade
|
|---|
| 72 | - Decay for all short living particles
|
|---|
| 73 | - Nuclear reactions of photons and e+/- on nuclei
|
|---|
| 74 |
|
|---|
| 75 | Small corrections to some primary generator
|
|---|
| 76 | algorithms
|
|---|
| 77 | Default macros for beam and physics defined
|
|---|
| 78 |
|
|---|
| 79 | Code builds, test in progress
|
|---|
| 80 |
|
|---|
| 81 | 07 Nov 2005 - radmon-V07-01-09 - R. Capra - Development of the physics list
|
|---|
| 82 | code:
|
|---|
| 83 | - RadmonPhysicsDummyPhysicsList class removed
|
|---|
| 84 |
|
|---|
| 85 | Code builds, but not tested yet. Physics list still
|
|---|
| 86 | to be implemented
|
|---|
| 87 |
|
|---|
| 88 | 25 Oct 2005 - radmon-V07-01-08 - R. Capra - Development of the particle
|
|---|
| 89 | generator according to the design:
|
|---|
| 90 |
|
|---|
| 91 | - Minor changes in the detector package.
|
|---|
| 92 | - RadmonApplication has been splietted into classes
|
|---|
| 93 | for management purposes and in order to improve
|
|---|
| 94 | the compilation time and dependencies.
|
|---|
| 95 | - Completely new generator package with a design
|
|---|
| 96 | similar to the detector one.
|
|---|
| 97 |
|
|---|
| 98 | Code builds. Primary generator code not tested yet.
|
|---|
| 99 |
|
|---|
| 100 | 24 Oct 2005 - radmon-V07-01-07 - R. Capra - Design iteration: classes:
|
|---|
| 101 |
|
|---|
| 102 | - RadmonVDetectorLayoutObserver
|
|---|
| 103 | - RadmonVDetectorLayoutSubject
|
|---|
| 104 | - RadmonDetectorLayoutEntityWithAttributes
|
|---|
| 105 |
|
|---|
| 106 | has been moved in generalPurpose package without the
|
|---|
| 107 | Detector suffix. They will be used for the primary
|
|---|
| 108 | generator too.
|
|---|
| 109 |
|
|---|
| 110 | 30 Sep 2005 - radmon-V07-01-06 - R. Capra - Implementation according to the
|
|---|
| 111 | design. The layer with pads needed for detectors
|
|---|
| 112 | layout has been now implemented.
|
|---|
| 113 | Macros to generate the real packaging geometry has
|
|---|
| 114 | been provided.
|
|---|
| 115 |
|
|---|
| 116 | 27 Sep 2005 - radmon-V07-01-05 - R. Capra - Implementation according to the
|
|---|
| 117 | design. All the packaging layers are now
|
|---|
| 118 | implemented. Trasparency support (alpha channel)
|
|---|
| 119 | has been provided.
|
|---|
| 120 |
|
|---|
| 121 | 21 Sep 2005 - radmon-V07-01-04 - R. Capra - Implementation according to the
|
|---|
| 122 | design almost completed. Following functionality
|
|---|
| 123 | added:
|
|---|
| 124 | - Alpha channel support for attributes
|
|---|
| 125 | - Carved geometry decorator
|
|---|
| 126 | - Hole geometry decorator
|
|---|
| 127 |
|
|---|
| 128 | 19 Sep 2005 - radmon-V07-01-03 - R. Capra - Implementation according to the
|
|---|
| 129 | design in progress. Following functionality added:
|
|---|
| 130 | - Materials creation through a messenger
|
|---|
| 131 | - Geometry creation and update
|
|---|
| 132 | - First Geometry constructor object created (Simple
|
|---|
| 133 | box)
|
|---|
| 134 | - Macros directory created
|
|---|
| 135 |
|
|---|
| 136 | 14 Sep 2005 - radmon-V07-01-02 - R. Capra - Implementation according to the
|
|---|
| 137 | design in progress. RadmonDetectorMessenger completed
|
|---|
| 138 | and tested. Needs still some work on detector
|
|---|
| 139 | construction and materials. The code runs. Creation
|
|---|
| 140 | of the physics subpackage. This tag is only for
|
|---|
| 141 | backup purposes
|
|---|
| 142 |
|
|---|
| 143 | 12 Sep 2005 - radmon-V07-01-01 - R. Capra - Implementation according to the
|
|---|
| 144 | design in progress. RadmonDetectorLayout completed
|
|---|
| 145 | Needs still some work Messenger and detector
|
|---|
| 146 | construction and materials . The code does not run
|
|---|
| 147 | but should build. This tag is only for backup
|
|---|
| 148 | purposes
|
|---|
| 149 |
|
|---|
| 150 | 09 Sep 2005 - radmon-V07-01-00 - R. Capra - Internal subdirectories created
|
|---|
| 151 | and GNUmakefile(s). Implementation according to the
|
|---|
| 152 | design in progress. The code does not builds.
|
|---|
| 153 | This tag is only for backup purposes
|
|---|