Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/examples/basic/B2/History

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

Diff markup

Differences between /examples/basic/B2/History (Version 11.3.0) and /examples/basic/B2/History (Version 11.0.p2)


  1 # Example B2 History                           <<   1 -------------------------------------------------------------------
  2                                                     2 
  3 See `CONTRIBUTING.rst` for details of **requir <<   3      =========================================================
  4 which **must** added in reverse chronological  <<   4      Geant4 - an Object-Oriented Toolkit for Simulation in HEP
  5 It must **not** be used as a substitute for wr <<   5      =========================================================
  6                                                     6 
  7 ---------------------------------------------- <<   7                     Example B2 History file
                                                   >>   8                     -----------------------
                                                   >>   9 This file should be used by the G4 example coordinator to briefly
                                                   >>  10 summarize all major modifications introduced in the code and keep
                                                   >>  11 track of all tags.
  8                                                    12 
  9 ## 2024-01-22 Gabriele Cosmo (exampleB2-V11-02 <<  13      ----------------------------------------------------------
 10 - Updated PrimaryGeneratorAction::GeneratePrim <<  14      * Reverse chronological order (last date on top), please *
 11   avoid nonsense placing of the initial positi <<  15      ----------------------------------------------------------
 12                                                    16 
 13 ## 2023-11-07 I. Hrivnacova (exampleB2-V11-01- << 
 14 - Fixed and improved setting of G4VisAttribute << 
 15   - Do not create vis attributes with new (cau << 
 16   - Use Geant4 predefined colours (for clarity << 
 17                                                    17 
 18 ## 2023-11-07 I. Hrivnacova (exampleB2-V11-01- <<  18 20-05-22 I. Hrivnacova (exampleB2-V10-07-03)
 19 - Removed unsused and unimplemented method dec << 
 20   PrimaryGeneratorAction::SetRandomFlag        << 
 21                                                << 
 22 ## 2023-11-03 I. Hrivnacova (exampleB2-V11-01- << 
 23 - Applied auto in main where suitable and not  << 
 24 - Minor formatting changes                     << 
 25                                                << 
 26 ## 2023-09-06 John Allison (exampleB2-V11-01-0 << 
 27 - For the new flexible run-time graphics syste << 
 28 - B2a and B2b:                                 << 
 29   - main programs:                             << 
 30     - Use constructor with arguments: new G4Vi << 
 31   - EventAction.cc, TrackerSD.cc:              << 
 32     - Change G4int to std::size_t to eliminate << 
 33 - vis.mac in B2a/, B2b/ and macros/:           << 
 34     - Change "/vis/open OGL 600x600-0+0" to "/ << 
 35                                                << 
 36 ## 2022-05-20 I. Hrivnacova (exampleB2-V11-00- << 
 37 - Restore the top UI commands directory name (     19 - Restore the top UI commands directory name ("B2") in B2a::DetectorMessenger
 38   removed by mistake in exampleB2-V10-07-02        20   removed by mistake in exampleB2-V10-07-02
 39   (https://github.com/Geant4/geant4/pull/46)       21   (https://github.com/Geant4/geant4/pull/46)
 40                                                << 
 41 ## 2021-12-10 Ben Morgan (exampleB2-V11-00-00) << 
 42 - Change to new Markdown History format        << 
 43                                                << 
 44 ---                                            << 
 45                                                << 
 46 # History entries prior to 11.0                << 
 47                                                    22 
 48 13-07-21 I. Hrivnacova (exampleB2-V10-07-02)       23 13-07-21 I. Hrivnacova (exampleB2-V10-07-02)
 49 - Introduced namespace instead of a class name     24 - Introduced namespace instead of a class names prefix
 50 - Declare overriding functions 'override' (and     25 - Declare overriding functions 'override' (and removed 'virtual' keyword)
 51                                                    26 
 52 31-05-21 I. Hrivnacova (exampleB2-V10-07-01)       27 31-05-21 I. Hrivnacova (exampleB2-V10-07-01)
 53 - Use nullptr instead of 0, NULL                   28 - Use nullptr instead of 0, NULL
 54 - Clean trailing whitespaces from all files        29 - Clean trailing whitespaces from all files
 55                                                    30 
 56 30-05-21 M.Maire (exampleB2-V10-07-00)             31 30-05-21 M.Maire (exampleB2-V10-07-00)
 57 - exampleB2a,b.cc: use G4SteppingVerboseWithUn     32 - exampleB2a,b.cc: use G4SteppingVerboseWithUnits
 58                                                    33 
 59 02/11/20 B.Morgan (exampleB2-V10-06-02)            34 02/11/20 B.Morgan (exampleB2-V10-06-02)
 60 - Support same CMake version range as core Gea     35 - Support same CMake version range as core Geant4
 61                                                    36 
 62 30/06/20 G. Cosmo (exampleB2-V10-06-01)            37 30/06/20 G. Cosmo (exampleB2-V10-06-01)
 63 - Migrated examples to use G4RunManagerFactory     38 - Migrated examples to use G4RunManagerFactory, therefore implicitly enabling
 64   tasking by default in MT builds.                 39   tasking by default in MT builds.
 65                                                    40 
 66 13/02/20 I. Hrivnacova  (exampleB2-V10-06-00)      41 13/02/20 I. Hrivnacova  (exampleB2-V10-06-00)
 67 - Updated READMEs and added a comment in B2Pri     42 - Updated READMEs and added a comment in B2PrimaryGeneratorAction
 68   that starting a primary particle on the worl     43   that starting a primary particle on the world boundary
 69   requires shooting in a direction towards ins     44   requires shooting in a direction towards inside the world
 70                                                    45 
 71 21/11/19 G. Cosmo (exampleB2-V10-05-00)            46 21/11/19 G. Cosmo (exampleB2-V10-05-00)
 72 - Use default MixMax random engine.                47 - Use default MixMax random engine.
 73                                                    48 
 74 13/03/18 I. Hrivnacova  (exampleB2-V10-04-00)      49 13/03/18 I. Hrivnacova  (exampleB2-V10-04-00)
 75 - Modified exampleB2.in test to reduce the out     50 - Modified exampleB2.in test to reduce the output
 76                                                    51 
 77 19/11/16 A. Dotti   (exampleB2-V10-02-01)          52 19/11/16 A. Dotti   (exampleB2-V10-02-01)
 78 - explitic set of SD to manager                    53 - explitic set of SD to manager
 79                                                    54 
 80 01/11/16 L. Garnier (exampleB2-V10-02-00)          55 01/11/16 L. Garnier (exampleB2-V10-02-00)
 81 - Remove icons.mac. Automatically include sinc     56 - Remove icons.mac. Automatically include since interfaces-V10-02-07
 82                                                    57 
 83 29/11/14 I. Hrivnacova                             58 29/11/14 I. Hrivnacova
 84 - Use G4endl instead of \n in G4cout;              59 - Use G4endl instead of \n in G4cout;
 85   this makes each new line in the output on th     60   this makes each new line in the output on threads preceded with
 86   G4WTN >                                          61   G4WTN >
 87                                                    62 
 88 06/11/14 I. Hrivnacova                             63 06/11/14 I. Hrivnacova
 89 - Finalized modifications in previous tags (02     64 - Finalized modifications in previous tags (02, 03):
 90   - Removed G4UI_USE/G4VIS_USE tests and init.     65   - Removed G4UI_USE/G4VIS_USE tests and init.mac macro (not needed)
 91   - Moved G4UIExecutive at the beginning of ma     66   - Moved G4UIExecutive at the beginning of main() in all examples
 92   - Perform run initialization in macros inste     67   - Perform run initialization in macros instead of main()
 93                                                    68 
 94 31/10/14 L. Garnier (exampleB2-V10-00-02 - exa     69 31/10/14 L. Garnier (exampleB2-V10-00-02 - exampleB2-V10-00-03)
 95  exampleB2b :                                      70  exampleB2b :
 96   - Fix a warning (perhaps a crash)                71   - Fix a warning (perhaps a crash)
 97   - Fix a warning "'ui' may be used uninitiali     72   - Fix a warning "'ui' may be used uninitialized in this function"
 98                                                    73 
 99 31/10/14 L. Garnier (exampleB2-V10-00-01)          74 31/10/14 L. Garnier (exampleB2-V10-00-01)
100  exampleB2a/exampleB2b :                           75  exampleB2a/exampleB2b :
101   - Remove old G4UI_USE/G4VIS_USE                  76   - Remove old G4UI_USE/G4VIS_USE
102   - Move G4UIExecutive at the beginning of mai     77   - Move G4UIExecutive at the beginning of main()
103                                                    78 
104 02 December 2013 Ivana Hrivnacova                  79 02 December 2013 Ivana Hrivnacova
105 - Fixed gui.mac:                                   80 - Fixed gui.mac:
106   corrected wireframe parameter, removed run2.     81   corrected wireframe parameter, removed run2.mac from gui
107                                                    82 
108 30/11/13 I. Hrivnacova                             83 30/11/13 I. Hrivnacova
109 - Fixed B2a/gui.mac                                84 - Fixed B2a/gui.mac
110                                                    85 
111 28/11/13 I. Hrivnacova (exampleB2-V09-06-12)       86 28/11/13 I. Hrivnacova (exampleB2-V09-06-12)
112 - Clean-up macros (fixed B2a/gui.mac, removed      87 - Clean-up macros (fixed B2a/gui.mac, removed obsolete comments)
113                                                    88 
114 26/11/13 I. Hrivnacova (exampleB2-V09-06-11)       89 26/11/13 I. Hrivnacova (exampleB2-V09-06-11)
115 - Fixed deleting fMagFieldMessenger with use o     90 - Fixed deleting fMagFieldMessenger with use of G4AutoDelete utility
116                                                    91 
117 12/11/13 I. Hrivnacova (exampleB2-V09-06-10)       92 12/11/13 I. Hrivnacova (exampleB2-V09-06-10)
118 - Avoid long lines                                 93 - Avoid long lines
119                                                    94 
120 29/10/13 I. Hrivnacova (exampleB2-V09-06-09)       95 29/10/13 I. Hrivnacova (exampleB2-V09-06-09)
121 - Using G4RunManager::SetPrintProgress()           96 - Using G4RunManager::SetPrintProgress()
122 - Removed SetNumberOfThreads(4) from main (use     97 - Removed SetNumberOfThreads(4) from main (use Geant4 default)
123 - Fixed deleting fMagFieldMessenger in Detecto     98 - Fixed deleting fMagFieldMessenger in DetectorConstruction
124 - Updated README                                   99 - Updated README
125                                                   100 
126 10/09/13 I. Hrivnacova (exampleB2-V09-06-08)      101 10/09/13 I. Hrivnacova (exampleB2-V09-06-08)
127 - Removed "tcsh" selection from G4UIExecutive     102 - Removed "tcsh" selection from G4UIExecutive in exampleB2b.cc
128   (unwantedly introduced with previous update)    103   (unwantedly introduced with previous update)
129                                                   104 
130 04/09/13 I. Hrivnacova (exampleB2-V09-06-07)      105 04/09/13 I. Hrivnacova (exampleB2-V09-06-07)
131 - Magnetic field classes (B2MagneticField, B2F    106 - Magnetic field classes (B2MagneticField, B2FieldMessenger) replaced
132   with use of new G4GlobalMagFieldMessenger cl    107   with use of new G4GlobalMagFieldMessenger class.
133                                                   108 
134 27/08/13 G.Cosmo (exampleB2-V09-06-06)            109 27/08/13 G.Cosmo (exampleB2-V09-06-06)
135 - Added G4Ellipsoid among solids enabled for p    110 - Added G4Ellipsoid among solids enabled for parameterisation in B2b.
136                                                   111 
137 14/08/13 P. Gumplinger (exampleB2-V09-06-05)      112 14/08/13 P. Gumplinger (exampleB2-V09-06-05)
138 - Removed static comment in B2MagneticField.hh    113 - Removed static comment in B2MagneticField.hh for GetGlobalFieldManager.
139                                                   114 
140 26/06/13 G. Cosmo (exampleB2-V09-06-04)           115 26/06/13 G. Cosmo (exampleB2-V09-06-04)
141 - Fixed use of G4Random instead of HepRandom i    116 - Fixed use of G4Random instead of HepRandom in B2b.
142                                                   117 
143 04/06/13 I. Hrivnacova (exampleB2-V09-06-03)      118 04/06/13 I. Hrivnacova (exampleB2-V09-06-03)
144 - Fixed reference to B2ActionInitialization in    119 - Fixed reference to B2ActionInitialization in README and .README
145                                                   120 
146 04/06/13 P. Gumplinger (exampleB2-V09-06-02)      121 04/06/13 P. Gumplinger (exampleB2-V09-06-02)
147 - add section about ACTION INITALIZATION to RE    122 - add section about ACTION INITALIZATION to README and .README
148                                                   123 
149 10/05/13 I. Hrivnacova (exampleB2-V09-06-01)      124 10/05/13 I. Hrivnacova (exampleB2-V09-06-01)
150 - Minor fixes in documentation                    125 - Minor fixes in documentation
151 - Added initialization of base class in constr    126 - Added initialization of base class in constructors where missing
152                                                   127 
153 09/05/13 M. Asai                                  128 09/05/13 M. Asai
154 - Migration to multi-threading                    129 - Migration to multi-threading
155                                                   130 
156 28/02/13 I. Hrivnacova                            131 28/02/13 I. Hrivnacova
157 - When building materials with NistManager        132 - When building materials with NistManager
158   do not set fromIsotopes argument (which was     133   do not set fromIsotopes argument (which was set to false),
159   as since 9.6 all materials have to be built     134   as since 9.6 all materials have to be built from isotopes.
160   Thanks to V. Ivantchenko for pointing at thi    135   Thanks to V. Ivantchenko for pointing at this.
161                                                   136 
162 02/02/13 V.Ivanchenko (exampleB2-V09-06-00)       137 02/02/13 V.Ivanchenko (exampleB2-V09-06-00)
163 - Renamed G4StepLimiterBuilder by G4StepLimite    138 - Renamed G4StepLimiterBuilder by G4StepLimiterPhysics
164 - minor fix of GNUmakefile                        139 - minor fix of GNUmakefile
165                                                   140 
166 18/09/12 I. Hrivnacova                            141 18/09/12 I. Hrivnacova
167 - Updated vis.mac (on suggestions by John Al.)    142 - Updated vis.mac (on suggestions by John Al.):
168   - Activating drawing hits in vis.mac macros     143   - Activating drawing hits in vis.mac macros
169   - Increased hit screen size (from 2 to 4)       144   - Increased hit screen size (from 2 to 4)
170   - In TrackerSD: removing obsolete line with     145   - In TrackerSD: removing obsolete line with
171   //newHit->Draw();                               146   //newHit->Draw();
172 - General changes (see basic/History)             147 - General changes (see basic/History)
173                                                   148 
174 15/11/11 I. Hrivnacova                            149 15/11/11 I. Hrivnacova
175 - Migration to new G4Exception in B2aDetectorC    150 - Migration to new G4Exception in B2aDetectorConstruction.cc
176   and B2bChamberParameterisation.cc.              151   and B2bChamberParameterisation.cc.
177                                                   152 
178 14/11/11 I. Hrivnacova                            153 14/11/11 I. Hrivnacova
179 - The first tagged version of the new B2 examp    154 - The first tagged version of the new B2 example created from N02
180   example by P. Gumplinger (tagged in basic).     155   example by P. Gumplinger (tagged in basic).
181   Started from novice/N03.                        156   Started from novice/N03.
182                                                   157 
183 05-07-11 gum                                      158 05-07-11 gum
184 migrate to new novice example code guidelines     159 migrate to new novice example code guidelines
185                                                   160 
186 03-06-11 mma (exampleN02-V09-04-02)               161 03-06-11 mma (exampleN02-V09-04-02)
187 PhysicsList migrated to new scheme G4PhysListH    162 PhysicsList migrated to new scheme G4PhysListHelper
188                                                   163 
189 10-02-11 mma (exampleN02-V09-04-01)               164 10-02-11 mma (exampleN02-V09-04-01)
190 - update SteppingVerbose                          165 - update SteppingVerbose
191                                                   166 
192 01-02-11 mma (exampleN02-V09-04-00)               167 01-02-11 mma (exampleN02-V09-04-00)
193 - /vis/modeling/trajectories/drawByCharge-0/de    168 - /vis/modeling/trajectories/drawByCharge-0/default/setStepPtsSize 1
194                                                   169 
195 04-06-10 J.Perl (exampleN02-V09-03-01)            170 04-06-10 J.Perl (exampleN02-V09-03-01)
196 - Updated vis usage                               171 - Updated vis usage
197                                                   172 
198 22-01-10 mma (exampleN02-V09-03-00)               173 22-01-10 mma (exampleN02-V09-03-00)
199 - DetectorConstruction::SetMagField() : fpMagF    174 - DetectorConstruction::SetMagField() : fpMagField->SetMagFieldValue()
200                                                   175 
201 15-11-09 mma (exampleN02-V09-02-01)               176 15-11-09 mma (exampleN02-V09-02-01)
202 - Use G4MuMultipleScattering for muons            177 - Use G4MuMultipleScattering for muons
203 - Separate alpha from GenericIon                  178 - Separate alpha from GenericIon
204                                                   179 
205 30 October 2009 John Allison (exampleN02-V09-0    180 30 October 2009 John Allison (exampleN02-V09-02-00)
206 - Introduced G4UIExecutive.                       181 - Introduced G4UIExecutive.
207                                                   182 
208 17-12-08 mma                                      183 17-12-08 mma
209 - vis.mac : /vis/scene/add/trajectories smooth    184 - vis.mac : /vis/scene/add/trajectories smooth
210                                                   185 
211 31-10-08 mma (exampleN02-V09-01-04)               186 31-10-08 mma (exampleN02-V09-01-04)
212 - Use G4hMultipleScattering for muons and prot    187 - Use G4hMultipleScattering for muons and protons
213                                                   188 
214 26-10-08 mma (exampleN02-V09-01-03)               189 26-10-08 mma (exampleN02-V09-01-03)
215 - Update PhysicsList for proton and ions          190 - Update PhysicsList for proton and ions
216                                                   191 
217 22-09-08 mma (exampleN02-V09-01-02)               192 22-09-08 mma (exampleN02-V09-01-02)
218 - PhysicsList : AddStepMax() for G4StepLimiter    193 - PhysicsList : AddStepMax() for G4StepLimiter
219 - DetectorConstruction : SetMaxStep(value)        194 - DetectorConstruction : SetMaxStep(value)
220 - DetectorMessenger : /N02/det/stepMax            195 - DetectorMessenger : /N02/det/stepMax
221                                                   196 
222 07-05-08 J.Allison (exampleN02-V09-01-01)         197 07-05-08 J.Allison (exampleN02-V09-01-01)
223 - Protected "/control/execute vis.mac" with G4    198 - Protected "/control/execute vis.mac" with G4VIS_USE flag.
224                                                   199 
225 03-05-08 mma (exampleN02-V09-01-00)               200 03-05-08 mma (exampleN02-V09-01-00)
226 - PhysicsList : replace G4MultipleScattering b    201 - PhysicsList : replace G4MultipleScattering by G4eMultipleScattering
227                                                   202 
228 17-10-07 G.Cosmo (exampleN02-V09-00-02)           203 17-10-07 G.Cosmo (exampleN02-V09-00-02)
229 - Explicitely delete allocated parameterisatio    204 - Explicitely delete allocated parameterisation and step-limit objects
230   in ExN02DetectorConstruction class.             205   in ExN02DetectorConstruction class.
231                                                   206 
232 22-08-07 G.Cosmo (exampleN02-V09-00-01)           207 22-08-07 G.Cosmo (exampleN02-V09-00-01)
233 - Fixed implementation of ExN02MagneticField c    208 - Fixed implementation of ExN02MagneticField class in way field is set...
234                                                   209 
235 25-06-07 M.Maire (exampleN02-V08-03-01, exampl    210 25-06-07 M.Maire (exampleN02-V08-03-01, exampleN02-V09-00-00)
236 - Cosmetics in main().                            211 - Cosmetics in main().
237                                                   212 
238 11-05-07 G.Cosmo (exampleN02-V08-03-00)           213 11-05-07 G.Cosmo (exampleN02-V08-03-00)
239 - Show usage of G4GeometryTolerance tuned for     214 - Show usage of G4GeometryTolerance tuned for the geometry topology.
240                                                   215 
241 12-12-06 G.Cosmo (exampleN02-V08-01-01)           216 12-12-06 G.Cosmo (exampleN02-V08-01-01)
242 - Commented out drawing of hits in vis.mac.       217 - Commented out drawing of hits in vis.mac.
243                                                   218 
244 06-11-06 J.Allison (exampleN02-V08-01-00)         219 06-11-06 J.Allison (exampleN02-V08-01-00)
245 - Improved vis.mac to vis best practice.          220 - Improved vis.mac to vis best practice.
246                                                   221 
247 16-06-06 G.Cosmo (exampleN02-V08-00-03)           222 16-06-06 G.Cosmo (exampleN02-V08-00-03)
248 - Use coherent allocation scheme for user-clas    223 - Use coherent allocation scheme for user-classes and
249   initialisation in main().                       224   initialisation in main().
250                                                   225 
251 15-06-06 G.Cosmo (exampleN02-V08-00-02)           226 15-06-06 G.Cosmo (exampleN02-V08-00-02)
252 - Separate instantiation of the user-stepping-    227 - Separate instantiation of the user-stepping-verbose class from
253   initialisation of the G4VSteppingVerbose sin    228   initialisation of the G4VSteppingVerbose singleton.
254                                                   229 
255 02-06-06 mma (exampleN02-V08-00-01)               230 02-06-06 mma (exampleN02-V08-00-01)
256 - ExN02TrackerSD.cc: replace Touchable by Touc    231 - ExN02TrackerSD.cc: replace Touchable by TouchableHandle
257                                                   232 
258 31-03-06 mma (exampleN02-V08-00-00)               233 31-03-06 mma (exampleN02-V08-00-00)
259 - Add a sentence in README for G4UserLimits an    234 - Add a sentence in README for G4UserLimits and G4StepLimiter.
260                                                   235 
261 01-06-05 J.Allison  (exampleN02-V07-00-03)        236 01-06-05 J.Allison  (exampleN02-V07-00-03)
262 - ExN02TrackerHit.cc: Changed screen size to 2    237 - ExN02TrackerHit.cc: Changed screen size to 2 pixels.
263                                                   238 
264 31-05-05 mma (exampleN02-V07-00-02)               239 31-05-05 mma (exampleN02-V07-00-02)
265 - G4UserLimits + G4StepLimiter become uncommen    240 - G4UserLimits + G4StepLimiter become uncommented
266                                                   241 
267 30-05-05  J.Allison  (exampleN02-V07-00-01)       242 30-05-05  J.Allison  (exampleN02-V07-00-01)
268 - Completed replacement of vis manager with G4    243 - Completed replacement of vis manager with G4VisExecutive.
269                                                   244 
270 3rd May 2005 J.Allison  (examples-V07-00-03)      245 3rd May 2005 J.Allison  (examples-V07-00-03)
271 - Replaced vis manager with G4VisExecutive.       246 - Replaced vis manager with G4VisExecutive.
272                                                   247 
273 28-01-05 mma (exampleN02-V07-00-00)               248 28-01-05 mma (exampleN02-V07-00-00)
274 - PhysicsList: add G4StepLimiter (in a comment    249 - PhysicsList: add G4StepLimiter (in a commented line)
275                                                   250 
276 16-09-04 mma (exampleN02-V06-02-01)               251 16-09-04 mma (exampleN02-V06-02-01)
277 - DetectorConstruction: modify a comment in PV    252 - DetectorConstruction: modify a comment in PVPlacement. // copy number
278                                                   253 
279 08-09-04 J.Allison (exampleN02-V06-02-00)         254 08-09-04 J.Allison (exampleN02-V06-02-00)
280 - Removed trajectory printing from ExN02EventA    255 - Removed trajectory printing from ExN02EventAction - now available
281   with /vis/scene/add/trajectories, which is n    256   with /vis/scene/add/trajectories, which is now included in vis.mac.
282                                                   257 
283 05-04-04 mma (exampleN02-V06-01-00)               258 05-04-04 mma (exampleN02-V06-01-00)
284 - ExN02DetectorConstruction: correct definitio    259 - ExN02DetectorConstruction: correct definition of XenonGas
285                                                   260 
286 19-03-04 mma (exampleN02-V06-00-01)               261 19-03-04 mma (exampleN02-V06-00-01)
287 - ExN02PhysicsList: cleanup of include            262 - ExN02PhysicsList: cleanup of include
288                                                   263 
289 08-03-04 mma (exampleN02-V06-00-00)               264 08-03-04 mma (exampleN02-V06-00-00)
290 - ExN02RunAction: removed ApplyCommand("/vis/.    265 - ExN02RunAction: removed ApplyCommand("/vis/...") statements.
291                                                   266 
292 10-11-03 G.Cosmo (exampleN02-V05-02-03)           267 10-11-03 G.Cosmo (exampleN02-V05-02-03)
293 - Removed OPACS driver from vis-manager.          268 - Removed OPACS driver from vis-manager.
294 - Cleared warnings for parameterised detectors    269 - Cleared warnings for parameterised detectors.
295                                                   270 
296 30-10-03 G.Cosmo (exampleN02-V05-02-02)           271 30-10-03 G.Cosmo (exampleN02-V05-02-02)
297 - Cleared compilation warnings due to new clas    272 - Cleared compilation warnings due to new class G4Orb.
298                                                   273 
299 24-10-03 mma (exampleN02-V05-02-01)               274 24-10-03 mma (exampleN02-V05-02-01)
300 - PhysicsList: AddProcess(Bremsstrahlung,-1,3,    275 - PhysicsList: AddProcess(Bremsstrahlung,-1,3,3) ..etc..
301                                                   276 
302 06-10-03 mma (exampleN02-V05-02-00)               277 06-10-03 mma (exampleN02-V05-02-00)
303 - cosmetic cleanup in material definitions        278 - cosmetic cleanup in material definitions
304                                                   279 
305 28-05-03 G.Cosmo (exampleN02-V05-01-00)           280 28-05-03 G.Cosmo (exampleN02-V05-01-00)
306 - Get rid of pedantic warnings...                 281 - Get rid of pedantic warnings...
307                                                   282 
308 25-03-03 mma (exampleN02-V05-00-02)               283 25-03-03 mma (exampleN02-V05-00-02)
309 - Use G4PVPlacement and G4PVParametrised const    284 - Use G4PVPlacement and G4PVParametrised constructors in logical mother.
310                                                   285 
311 11-02-03 mma (exampleN02-V05-00-00)               286 11-02-03 mma (exampleN02-V05-00-00)
312 - a blank in SteppingVerbose                      287 - a blank in SteppingVerbose
313                                                   288 
314 27-11-01 mma (exampleN02-V03-02-04)               289 27-11-01 mma (exampleN02-V03-02-04)
315 - vis.mac: /vis/viewer/set/viewpointThetaPhi      290 - vis.mac: /vis/viewer/set/viewpointThetaPhi
316                                                   291 
317 19-11-01 J.Allison (exampleN02-V03-02-03)         292 19-11-01 J.Allison (exampleN02-V03-02-03)
318 - Updated ExN02VisManager.cc for new graphics     293 - Updated ExN02VisManager.cc for new graphics systems and defaults.
319                                                   294 
320 07-11-01 S.Tanaka (exampleN02-V03-02-02)          295 07-11-01 S.Tanaka (exampleN02-V03-02-02)
321 - vis.mac: /vis/viewer/refresh + /vis/viewer/u    296 - vis.mac: /vis/viewer/refresh + /vis/viewer/update is replaced
322   with their equivalent command /vis/viewer/fl    297   with their equivalent command /vis/viewer/flush.
323                                                   298 
324 24-10-01 mma (exampleN02-V03-02-01)               299 24-10-01 mma (exampleN02-V03-02-01)
325 - initInter.mac renamed vis.mac                   300 - initInter.mac renamed vis.mac
326                                                   301 
327 19-10-01 S.O'Neale (examples-V03-02-00)           302 19-10-01 S.O'Neale (examples-V03-02-00)
328 - Update reference output                         303 - Update reference output
329                                                   304 
330 11-10-01 mma (exampleN02-V03-02-00)               305 11-10-01 mma (exampleN02-V03-02-00)
331 - adapted to new visualisation commands (initI    306 - adapted to new visualisation commands (initInter and EventAction)
332 - 80 columns max everywhere                       307 - 80 columns max everywhere
333                                                   308 
334 12-07-01 mma                                      309 12-07-01 mma
335 - DetectorMessenger: setField, help: magnetic     310 - DetectorMessenger: setField, help: magnetic field in X dirction
336                                                   311 
337 20-02-01 S.O'Neale (exampleN02-V03-00-03) upda    312 20-02-01 S.O'Neale (exampleN02-V03-00-03) update reference outputs following
338    materials-V03-00-04 (tagset 268)               313    materials-V03-00-04 (tagset 268)
339                                                   314 
340 09-02-01 M.Asai (exampleN02-V03-00-02)            315 09-02-01 M.Asai (exampleN02-V03-00-02)
341 - Migration to STL vector classes                 316 - Migration to STL vector classes
342  affected file : ExN02SteppingVerbose.cc          317  affected file : ExN02SteppingVerbose.cc
343                                                   318 
344 31-02-05 S.O'Neale (exampleN02-V03-00-01)         319 31-02-05 S.O'Neale (exampleN02-V03-00-01)
345 - update reference output for Batch Mode syste    320 - update reference output for Batch Mode system testing for
346   exampleN02-V03-00-00 and recent EM Physics t    321   exampleN02-V03-00-00 and recent EM Physics tags.
347                                                   322 
348 31-01-01 G.Cosmo (exampleN02-V03-00-00)           323 31-01-01 G.Cosmo (exampleN02-V03-00-00)
349 - fix to ExN02ChamberParameterisation and ExN0    324 - fix to ExN02ChamberParameterisation and ExN02DetectorConstruction
350   to cope with bug report #186. Parameterisati    325   to cope with bug report #186. Parameterisation of chambers was not
351   taking into account that copyNo starts from     326   taking into account that copyNo starts from 0, therefore dimensions
352   of the first chamber (parametrised G4Box) we    327   of the first chamber (parametrised G4Box) were set to negative values (!).
353   This was causing the side-effect of visualis    328   This was causing the side-effect of visualising a "ghost" chamber (the
354   first one close to the target), which was co    329   first one close to the target), which was correctly not seen by tracking.
355   Therefore, number of chambers is now reduced    330   Therefore, number of chambers is now reduced to 5 but global positioning
356   and parameters have been preserved.             331   and parameters have been preserved.
357                                                   332 
358 06-12-00 S.O'Neale (exampleN02-V02-00-03)         333 06-12-00 S.O'Neale (exampleN02-V02-00-03)
359 - update reference output for Batch Mode syste    334 - update reference output for Batch Mode system testing
360   in this context 0 trajectories stored is nor    335   in this context 0 trajectories stored is normal.
361                                                   336 
362 03-12-00 M.Maire (exampleN02-V02-00-02)           337 03-12-00 M.Maire (exampleN02-V02-00-02)
363 - README updated                                  338 - README updated
364 - prerun.g4mac updated for new vis commands, a    339 - prerun.g4mac updated for new vis commands, and renamed initInter.mac
365 - new examples of macro: run1.mac, ruN2.mac       340 - new examples of macro: run1.mac, ruN2.mac
366 - G4UItcsh in the main, under the control of G    341 - G4UItcsh in the main, under the control of G4UI_USE_TCSH (for Linux)
367 - visualisation on interactive mode               342 - visualisation on interactive mode
368 - DetectorConstruction: tracker region in the     343 - DetectorConstruction: tracker region in the centre of the world.
369   default target material: Pb, chamber materia    344   default target material: Pb, chamber material: Xenon
370 - interactive commands to change the materials    345 - interactive commands to change the materials and to setup a magnetic field
371 - the magnetic field is transverse to the beam    346 - the magnetic field is transverse to the beam (i.e. along x)
372 - PhysicsList: copy of N03. defaultCut = 1 cm     347 - PhysicsList: copy of N03. defaultCut = 1 cm
373 - PrimaryGenerator: default momentum direction    348 - PrimaryGenerator: default momentum direction corrected: along z.
374   Suppress the possibility of random impact an    349   Suppress the possibility of random impact and the associated messenger.
375 - RunAction and EventAction updated for vis co    350 - RunAction and EventAction updated for vis commands
376 - SteppingAction: cleanup because no specific     351 - SteppingAction: cleanup because no specific actions
377 - SteppingVerbose: see README                     352 - SteppingVerbose: see README
378 - TrackerHit: a Hit = 4 informations: trackID,    353 - TrackerHit: a Hit = 4 informations: trackID, chamberNb, edep, position.
379   Draw and Print                                  354   Draw and Print
380 - TrackerSD: ProcessHits.                         355 - TrackerSD: ProcessHits.
381   Print HitsCollection at end of event            356   Print HitsCollection at end of event
382                                                   357 
383 25th November 2000 Steve O'Neale (tagset210)      358 25th November 2000 Steve O'Neale (tagset210)
384 - Update test outputs for min.delta energy cut    359 - Update test outputs for min.delta energy cut
385 - Update test outputs for emlowen-V02-00-22 an    360 - Update test outputs for emlowen-V02-00-22 and stand,muon,xray,utils.
386                                                   361 
387 Nov 09, 2000  V.Grichine     (exampleN02-V02-0    362 Nov 09, 2000  V.Grichine     (exampleN02-V02-00-00)
388 - Fix in ExN02MagneticField constructors: adde    363 - Fix in ExN02MagneticField constructors: added call to SetDetectorField()
389   to activate user-defined magnetic-field.        364   to activate user-defined magnetic-field.
390 - Updated exampleN02.out.                         365 - Updated exampleN02.out.
391                                                   366 
392 June 24, 2000  John Allison  (exampleN02-V01-0    367 June 24, 2000  John Allison  (exampleN02-V01-01-03)
393 - Updated exampleN02.out for stand-V01-01-05 a    368 - Updated exampleN02.out for stand-V01-01-05 and utils-V01-01-03.
394                                                   369 
395 June 17, 2000  John Allison  (exampleN02-V01-0    370 June 17, 2000  John Allison  (exampleN02-V01-01-02)
396 - Updated exampleN02.out for exampleN02-V01-01    371 - Updated exampleN02.out for exampleN02-V01-01-01.
397                                                   372 
398 June 19, 2000  G.Cosmo  (exampleN02-V01-01-01)    373 June 19, 2000  G.Cosmo  (exampleN02-V01-01-01)
399 - Fixed length of detector box to include trac    374 - Fixed length of detector box to include tracker in ExN02DetectorConstruction.
400 - Cosmetic changes to comments.                   375 - Cosmetic changes to comments.
401                                                   376 
402 June 17, 2000  John Allison  (exampleN02-V01-0    377 June 17, 2000  John Allison  (exampleN02-V01-01-00)
403 - Updated exampleN02.out for geant4-01-01-ref-    378 - Updated exampleN02.out for geant4-01-01-ref-06.
404                                                   379 
405 25-02-00 H.Kurashige                              380 25-02-00 H.Kurashige
406 - removed RhoZeroDefinition from PhysicsList      381 - removed RhoZeroDefinition from PhysicsList
407                                                   382 
408 15-11-99 M.Maire                                  383 15-11-99 M.Maire
409 - example of user SteppingVerbose class: verbo    384 - example of user SteppingVerbose class: verbose with units
410                                                   385 
411 16th April 1999 H.Kurashige                       386 16th April 1999 H.Kurashige
412 - modify ExN02SteppingAction::UserSteppingActi    387 - modify ExN02SteppingAction::UserSteppingAction
413 - modify ExN02PhysicsList::SetCuts                388 - modify ExN02PhysicsList::SetCuts
414                                                   389 
415  4th December 1998 John Apostolakis               390  4th December 1998 John Apostolakis
416                                                   391 
417 - corrected the Magnetic Field  SetField metho    392 - corrected the Magnetic Field  SetField methods
418 - cosmetic change to the name of a volume (cha    393 - cosmetic change to the name of a volume (chamber), as it was too long.
419                                                   394 
420 12th Sptember 1998 Michel Maire                   395 12th Sptember 1998 Michel Maire
421 - removed the function SetEmProcess() ( contai    396 - removed the function SetEmProcess() ( contained cin)
422   and the class ExN02PhysicsListMessenger         397   and the class ExN02PhysicsListMessenger
423                                                   398 
424     Interchanged N02 and N03.                     399     Interchanged N02 and N03.
425                                                   400 
426 9th August 1998  John Allison                     401 9th August 1998  John Allison
427 - Removed trackerChamber_logVisAtt->SetForceWi    402 - Removed trackerChamber_logVisAtt->SetForceWireframe(true);
428 - Removed G4_SOLVE_TEMPLATES macros (now done     403 - Removed G4_SOLVE_TEMPLATES macros (now done in architecture.gmk).
429 - Change G4UIterminal to G4UIGAG.                 404 - Change G4UIterminal to G4UIGAG.
430                                                   405 
431 16th July 1998  John Allison                      406 16th July 1998  John Allison
432 - Changed /vis~/Draw... to /vis~/draw.            407 - Changed /vis~/Draw... to /vis~/draw.
433                                                   408 
434 9th July 1998  John Allison                       409 9th July 1998  John Allison
435 - Added G4VIS_USE_DAWNFILE and G4VIS_USE_OPENG    410 - Added G4VIS_USE_DAWNFILE and G4VIS_USE_OPENGLWIN32 to ExN03VisManager.cc.
436                                                   411 
437 8th July 1998  G.Cosmo                            412 8th July 1998  G.Cosmo
438 - Protected visualization code with G4VIS_USE.    413 - Protected visualization code with G4VIS_USE.
439                                                   414 
440 6th July 1998  John Allison                       415 6th July 1998  John Allison
441 - Simplified ExN03VisManager.                     416 - Simplified ExN03VisManager.
442                                                   417 
443 June 29 , 98 H.Kurashige                          418 June 29 , 98 H.Kurashige
444 - Modified ExN03PhysicsList.                      419 - Modified ExN03PhysicsList.
445                                                   420 
446 May   15, 98 G. Cosmo                             421 May   15, 98 G. Cosmo
447                                                   422 
448 - Added #ifdef protection to ExN03MagneticFiel    423 - Added #ifdef protection to ExN03MagneticField.hh. Header now
449   included explicitly in ExN03DetectorConstruc    424   included explicitly in ExN03DetectorConstruction.hh. Example now
450   links.                                          425   links.
451                                                   426 
452 May   07, 98 J. Apostolakis                       427 May   07, 98 J. Apostolakis
453                                                   428 
454 - Created Physical Volume Parameterisation for    429 - Created Physical Volume Parameterisation for Tracker Chambers.
455 - Copied from example6:                           430 - Copied from example6:
456        MyTrackerHit into ExN03TrackerHit          431        MyTrackerHit into ExN03TrackerHit
457                                                   432 
458 May   05, 98 J. Apostolakis                       433 May   05, 98 J. Apostolakis
459                                                   434 
460 - Changed the geometry in DetectorConstruction    435 - Changed the geometry in DetectorConstruction.
461 - Created the Magnetic Field                      436 - Created the Magnetic Field
462                                                   437 
463 May   01, 98 J. Apostolakis                       438 May   01, 98 J. Apostolakis
464                                                   439 
465 - Files created by copying from exampleEmPhys2    440 - Files created by copying from exampleEmPhys2, renaming the files
466     and the classes within them, changing the     441     and the classes within them, changing the string "My" into
467                                                   442 
468 - Major changes made:                             443 - Major changes made:
469   * Event action: deleted energy counting.        444   * Event action: deleted energy counting.
470                                                   445 
471                                                   446 
472 April 09, 98 G. Cosmo                             447 April 09, 98 G. Cosmo
473                                                   448 
474 - Created.                                        449 - Created.