Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/examples/extended/field/field02/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/extended/field/field02/History (Version 11.3.0) and /examples/extended/field/field02/History (Version 11.1)


  1 # Example field02 History                           1 # Example field02 History
  2                                                     2 
  3 See `CONTRIBUTING.rst` for details of **requir      3 See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
  4 which **must** added in reverse chronological  <<   4 which **must** added in reverse chronological order (newest at the top). It must **not**
  5 It must **not** be used as a substitute for wr <<   5 be used as a substitute for writing good git commit messages!
  6                                                     6 
  7 ---------------------------------------------- << 
  8                                                << 
  9 ## 2024-09-30 Gabriele Cosmo (fieldex02-V11-02 << 
 10 - Use GeometryHasBeenModified() in place of Re << 
 11   DetectorCostruction UI commands implementati << 
 12                                                << 
 13 ## 2024-09-18 Gabriele Cosmo (fieldex02-V11-02 << 
 14 - Migrated to use G4RunManagerFactory.         << 
 15 - Use default MixMax random generator.         << 
 16                                                << 
 17 ## 2024-04-29 Ivana Hrivnacova (fieldex02-V11- << 
 18 - Replaced FieldSetup and FieldMessenger class << 
 19   field builder class (G4FieldBuilder)         << 
 20 - Moved setting field value (ThreeVector) from << 
 21   in DetectorConstruction and its messenger an << 
 22   setting Z-value only                         << 
 23                                                << 
 24 ## 2023-07-05 Ivana Hrivnacova (fieldex02-V11- << 
 25 - Clang-tidy, new coding guidelines            << 
 26 - Clean-up trailing white-spaces               << 
 27                                                     7 
 28 ## 2021-12-10 Ben Morgan (fieldex02-V11-00-00)      8 ## 2021-12-10 Ben Morgan (fieldex02-V11-00-00)
 29 - Change to new Markdown History format             9 - Change to new Markdown History format
 30                                                    10 
 31 ---                                                11 ---
 32                                                    12 
 33 # History entries prior to 11.0                    13 # History entries prior to 11.0
 34                                                    14 
 35 July 27, 2018 I.Hrivnacova - fieldex02-V10-04-     15 July 27, 2018 I.Hrivnacova - fieldex02-V10-04-02
 36 - Added command:                                   16 - Added command:
 37    /field/setField  Bx By Bz unit                  17    /field/setField  Bx By Bz unit
 38 - Macro review and code clean-up:                  18 - Macro review and code clean-up:
 39   - Removed EventAction, RunAction, RunActionM     19   - Removed EventAction, RunAction, RunActionMessenger
 40     used only for storing random numbers, alre     20     used only for storing random numbers, already available in kernel
 41   - Separated other than visualization setting <<  21   - Separated other than visualization settings from vis.mac in a 
 42     new init_vis.mac                               22     new init_vis.mac
 43   - Added test for commands defined in the exa <<  23   - Added test for commands defined in the example at the end 
 44     of field02.in macro                            24     of field02.in macro
 45   - Improved visualization of geometry             25   - Improved visualization of geometry
 46   - Added "beamOn 10" button in gui.mac            26   - Added "beamOn 10" button in gui.mac
 47   - Updated README files                           27   - Updated README files
 48                                                    28 
 49 May 15, 2018 J.Allison - fieldex01-V10-04-01       29 May 15, 2018 J.Allison - fieldex01-V10-04-01
 50 May 15, 2018 J.Allison - fieldex02-V10-04-01       30 May 15, 2018 J.Allison - fieldex02-V10-04-01
 51 - Remove G4UI_USE and G4VIS_USE.                   31 - Remove G4UI_USE and G4VIS_USE.
 52 - Move instantiation of G4UIExecutive to start     32 - Move instantiation of G4UIExecutive to start of main.
 53 - F02RunAction.cc: Remove vis commands.            33 - F02RunAction.cc: Remove vis commands.
 54                                                    34 
 55 May 09, 2018 B.Morgan - fieldex02-V10-04-00        35 May 09, 2018 B.Morgan - fieldex02-V10-04-00
 56 - Include G4Types before use of G4MULTITHREADE     36 - Include G4Types before use of G4MULTITHREADED. For forward
 57   compatibility with move to #defines over -D      37   compatibility with move to #defines over -D for G4 preprocessor
 58   symbols.                                         38   symbols.
 59                                                    39 
 60 May 24, 2017 J.Apostolakis   - fieldex02-V10-0     40 May 24, 2017 J.Apostolakis   - fieldex02-V10-03-02
 61 - Fixed F02ElectricFieldSetup UpdateIntegrator     41 - Fixed F02ElectricFieldSetup UpdateIntegrator() method (avoid double
 62     deletion of driver - done by chord finder      42     deletion of driver - done by chord finder already. )
 63                                                    43 
 64 May 17, 2017 J.Apostolakis   - fieldex02-V10-0     44 May 17, 2017 J.Apostolakis   - fieldex02-V10-03-00, 01
 65 - Fixed F02ElectricFieldSetup Update...() meth     45 - Fixed F02ElectricFieldSetup Update...() method.
 66   * Now all old objects are deleted first, and     46   * Now all old objects are deleted first, and then new objects are created.
 67   * Renamed UpdateStepper() to UpdateIntegrato     47   * Renamed UpdateStepper() to UpdateIntegrator() to clarify its role
 68                                                    48 
 69 November 19, 2016 A.Dotti   - fieldex02-V10-02     49 November 19, 2016 A.Dotti   - fieldex02-V10-02-03
 70 - explicit set of SD to manager                    50 - explicit set of SD to manager
 71                                                    51 
 72 November 02, 2016 L.Garnier - fieldex02-V10-02     52 November 02, 2016 L.Garnier - fieldex02-V10-02-02
 73 - remove icons.mac. Automatically include sinc     53 - remove icons.mac. Automatically include since interfaces-V10-02-07
 74                                                    54 
 75 July 04, 2016 - I. Hrivnacova - fieldex02-V10-     55 July 04, 2016 - I. Hrivnacova - fieldex02-V10-02-01
 76 - Fix for Doxygen documentation                    56 - Fix for Doxygen documentation
 77                                                    57 
 78 July 01, 2015 - I. Hrivnacova - fieldex02-V10-     58 July 01, 2015 - I. Hrivnacova - fieldex02-V10-02-00
 79 - Replaced F02PhysicsList with FTFP_BERT with      59 - Replaced F02PhysicsList with FTFP_BERT with G4StepLimiterPhysics
 80                                                    60 
 81 September 01, 2015 - I. Hrivnacova - fieldex02     61 September 01, 2015 - I. Hrivnacova - fieldex02-V10-01-02
 82 - Removed F02EventActionMessenger class, now o <<  62 - Removed F02EventActionMessenger class, now obsolete, and 
 83   replaced /event/printModulo commands in macr     63   replaced /event/printModulo commands in macros with /run/printProgress
 84 - Code cleanup                                     64 - Code cleanup
 85                                                    65 
 86 May 22, 2015 - P. Gumplinger - fieldex02-V10-0     66 May 22, 2015 - P. Gumplinger - fieldex02-V10-01-00
 87 - apply coding guideline 3.3                       67 - apply coding guideline 3.3
 88                                                    68 
 89 December 02, 2013                                  69 December 02, 2013
 90 - More fixes in gui.mac:                           70 - More fixes in gui.mac:
 91   Let execute vis.mac first to make the comman     71   Let execute vis.mac first to make the command in added menus available;
 92   corrected wireframe parameter                    72   corrected wireframe parameter
 93                                                    73 
 94 November 29, 2013 - I. Hrivnacova                  74 November 29, 2013 - I. Hrivnacova
 95 - Fixed gui.mac (commented out command specifi     75 - Fixed gui.mac (commented out command specific to B2 example)
 96                                                    76 
 97 November 28, 2013 - M.Asai - fieldex02-V09-06-     77 November 28, 2013 - M.Asai - fieldex02-V09-06-07, fieldex02-V09-06-08
 98 - Fix F02PrimaryGeneratorAction to avoid race      78 - Fix F02PrimaryGeneratorAction to avoid race condition problem.
 99                                                    79 
100 November 28, 2013 - M.Asai - fieldex02-V09-06-     80 November 28, 2013 - M.Asai - fieldex02-V09-06-06
101 - Fix F02PhysicsList to avoid race condition p     81 - Fix F02PhysicsList to avoid race condition problem.
102                                                    82 
103 November 26, 2013 - I.Hrivnacova - fieldex02-V     83 November 26, 2013 - I.Hrivnacova - fieldex02-V09-06-05
104 - Fixed ConstructSDandField():                     84 - Fixed ConstructSDandField():
105   Moved setting the SD to logical volume outsi     85   Moved setting the SD to logical volume outside the test
106 - Do not test (fAbsorberThickness > 0.) in Con     86 - Do not test (fAbsorberThickness > 0.) in ConstructCalorimeter()
107   as setting 0 is not allowed in set command   <<  87   as setting 0 is not allowed in set command  
108                                                    88 
109 November 25, 2013 - I.Hrivnacova - fieldex02-V     89 November 25, 2013 - I.Hrivnacova - fieldex02-V09-06-04
110 - Put back cleaning volumes and solid stores i     90 - Put back cleaning volumes and solid stores in ConstructGeometry()
111                                                    91 
112 November 22, 2013 - P.Gumplinger - fieldex02-V     92 November 22, 2013 - P.Gumplinger - fieldex02-V09-06-03
113 - add gui.mac back in and avoid long line          93 - add gui.mac back in and avoid long line
114                                                    94 
115 November 21, 2013 - I.Hrivnacova - fieldex02-V     95 November 21, 2013 - I.Hrivnacova - fieldex02-V09-06-02
116 - Use new G4RunManager::ReinitializeGeometry t <<  96 - Use new G4RunManager::ReinitializeGeometry to trigger geometry rebuild 
117   when geometry changes                            97   when geometry changes
118 - Remove DetectorConstruction::Update and corr     98 - Remove DetectorConstruction::Update and corresponding UI command that
119   is not needed anymore                            99   is not needed anymore
120 - Set "ToBeBroadcasted == false" for UI comman << 100 - Set "ToBeBroadcasted == false" for UI commands that modify detector 
121   since these should be executed only by maste << 101   since these should be executed only by master     
122 - Fixed main (do not call gui.mac which does n    102 - Fixed main (do not call gui.mac which does not exist)
123 - Code cleanup in F02ElectricFieldSetup.cc        103 - Code cleanup in F02ElectricFieldSetup.cc
124                                                   104 
125 November 7, 2013 P.Gumplinger - fieldex02-V09-    105 November 7, 2013 P.Gumplinger - fieldex02-V09-06-01
126 - migration to MT and code cleanup                106 - migration to MT and code cleanup
127                                                   107 
128 July 26, 2013 - P.Gumplinger - fieldex02-V09-0    108 July 26, 2013 - P.Gumplinger - fieldex02-V09-06-00
129 - fix clang32 compilation warnings                109 - fix clang32 compilation warnings
130                                                   110 
131 February 14, 2013 - I.Hrivnacova                  111 February 14, 2013 - I.Hrivnacova
132 -----------------------------                     112 -----------------------------
133 - Applied coding guidelines (data members init    113 - Applied coding guidelines (data members initialization, separators);
134   tagged in examples/field                        114   tagged in examples/field
135                                                   115 
136 November 28, 2012 Gabriele Cosmo - fieldex02-V    116 November 28, 2012 Gabriele Cosmo - fieldex02-V09-05-01
137 --------------------------------                  117 --------------------------------
138 - Fixed cases of variable shadowing.              118 - Fixed cases of variable shadowing.
139                                                   119 
140 October 17, 2012 - I.Hrivnacova - fieldex02-V0    120 October 17, 2012 - I.Hrivnacova - fieldex02-V09-05-00
141 -------------------------------                   121 -------------------------------
142 - Applied coding guidelines, code clean-up        122 - Applied coding guidelines, code clean-up
143                                                   123 
144 August 16, 2010 H.Kurashige - fieldex02-V09-03    124 August 16, 2010 H.Kurashige - fieldex02-V09-03-04
145 ---------------------------                       125 ---------------------------
146 - Removed inclusion of G4ParticleWithCuts head    126 - Removed inclusion of G4ParticleWithCuts header.
147                                                   127 
148 June 2, 2010 J.Perl - fieldex02-V09-03-03         128 June 2, 2010 J.Perl - fieldex02-V09-03-03
149 -------------------                               129 -------------------
150 - Updated vis usage.                              130 - Updated vis usage.
151                                                   131 
152 May 12, 2010 John Allison - fieldex02-V09-03-0    132 May 12, 2010 John Allison - fieldex02-V09-03-02
153 -------------------------                         133 -------------------------
154 - Introduced G4UIExecutive.                       134 - Introduced G4UIExecutive.
155                                                   135 
156 Apr 8th, 2010 Gabriele Cosmo - fieldex02-V09-0    136 Apr 8th, 2010 Gabriele Cosmo - fieldex02-V09-03-01
157 ----------------------------                      137 ----------------------------
158 - Removed unused pointers to G4MultipleScatter    138 - Removed unused pointers to G4MultipleScattering left...
159                                                   139 
160 Mar 25th, 2010 Gabriele Cosmo - fieldex02-V09-    140 Mar 25th, 2010 Gabriele Cosmo - fieldex02-V09-03-00
161 -----------------------------                     141 -----------------------------
162 - Migrated physics list to use particle-based     142 - Migrated physics list to use particle-based multiple-scattering processes.
163                                                   143 
164 Nov 4th,  2009  Peter Gumplinger - fieldex02-V    144 Nov 4th,  2009  Peter Gumplinger - fieldex02-V09-02-00
165 --------------------------------                  145 --------------------------------
166 - fix the density of STP Carbon Dioxide in Det    146 - fix the density of STP Carbon Dioxide in DetectorConstruction
167                                                   147 
168 May 15th, 2008  Tatiana Nikitina  -  fieldex02    148 May 15th, 2008  Tatiana Nikitina  -  fieldex02-V09-01-01
169 --------------------------------                  149 --------------------------------
170 - Added handling of units for electric field i    150 - Added handling of units for electric field in messenger.
171                                                   151 
172 May 5th, 2008  Tatiana Nikitina  -  fieldex02-    152 May 5th, 2008  Tatiana Nikitina  -  fieldex02-V09-01-00
173 -------------------------------                   153 -------------------------------
174 - Fixed setup to correctly handle electric fie    154 - Fixed setup to correctly handle electric field instead of the inherited
175   setup for magnetic field.                       155   setup for magnetic field.
176                                                   156 
177 May 23rd, 2007  John Apostolakis  -  fieldex02    157 May 23rd, 2007  John Apostolakis  -  fieldex02-V08-03-00
178 --------------------------------                  158 --------------------------------
179 - Taken out FastSimulationManagerProcess, whic    159 - Taken out FastSimulationManagerProcess, which is not needed.
180                                                   160 
181 Dec 6th, 2005  Gabriele Cosmo                     161 Dec 6th, 2005  Gabriele Cosmo
182 -----------------------------                     162 -----------------------------
183 - Trivial changes for support of CLHEP-2.0.X s    163 - Trivial changes for support of CLHEP-2.0.X series.
184                                                   164 
185 Oct 13th, 2005 - V.Grichine  (fieldex02-V07-01    165 Oct 13th, 2005 - V.Grichine  (fieldex02-V07-01-00)
186 ---------------------------                       166 ---------------------------
187 - Removed cluster models from detector constru    167 - Removed cluster models from detector construction.
188   Coworks with gpara-V07-01-00.                   168   Coworks with gpara-V07-01-00.
189                                                   169 
190 May 3rd, 2005 - J.Allison  (examples-V07-00-03    170 May 3rd, 2005 - J.Allison  (examples-V07-00-03)
191 -------------------------                         171 -------------------------
192 - Replaced vis manager with G4VisExecutive.       172 - Replaced vis manager with G4VisExecutive.
193                                                   173 
194 Dec 3rd, 2004 - G.Cosmo                           174 Dec 3rd, 2004 - G.Cosmo
195 -----------------------                           175 -----------------------
196 - Implemented migration to <cmath>.               176 - Implemented migration to <cmath>.
197                                                   177 
198 Dec 3rd, 2004 - V.Grichine                        178 Dec 3rd, 2004 - V.Grichine
199 --------------------------                        179 --------------------------
200 - Removed dependency on old PAI and XTR models    180 - Removed dependency on old PAI and XTR models in PhysicsList.
201                                                   181 
202 Sep 15rd, 2004 - V.Ivanchenko (fieldex02-V06-0    182 Sep 15rd, 2004 - V.Ivanchenko (fieldex02-V06-02-00)
203 -----------------------------                     183 -----------------------------
204 - Minor cleanup of PhysicsList.                   184 - Minor cleanup of PhysicsList.
205                                                   185 
206 Nov 25th, 2003 - G.Cosmo                          186 Nov 25th, 2003 - G.Cosmo
207 ------------------------                          187 ------------------------
208 - Open geometry before clearing stores in Dete    188 - Open geometry before clearing stores in DetectorConstruction class.
209                                                   189 
210 Nov 13th, 2003 - J.Allison                        190 Nov 13th, 2003 - J.Allison
211 --------------------------                        191 --------------------------
212 - Removed OPACS from Vis Manager.                 192 - Removed OPACS from Vis Manager.
213                                                   193 
214 Nov 12th, 2003 - J.Apostolakis (fieldex-V05-02    194 Nov 12th, 2003 - J.Apostolakis (fieldex-V05-02-01)
215 ------------------------------                    195 ------------------------------
216 - Revised to work with new field tags (field-V    196 - Revised to work with new field tags (field-V05-02-04 and later)
217    * creation of chord finder for electric fie    197    * creation of chord finder for electric field must be explicit
218 - Created helper class F02ElectricFieldSetup,  << 198 - Created helper class F02ElectricFieldSetup, using nearly all of 
219   F02ElectroMagneticField, but not being a fie    199   F02ElectroMagneticField, but not being a field.
220 - Changed other parts to use this class.          200 - Changed other parts to use this class.
221                                                   201 
222 Aug 27th, 2003 - V.Ivantchenko (fieldex-V05-02    202 Aug 27th, 2003 - V.Ivantchenko (fieldex-V05-02-00)
223 ------------------------------                    203 ------------------------------
224 - Removed obsolete interfaces.                    204 - Removed obsolete interfaces.
225                                                   205 
226 Jun 25th, 2003 - G.Cosmo (fieldex-V05-01-00)      206 Jun 25th, 2003 - G.Cosmo (fieldex-V05-01-00)
227 ------------------------                          207 ------------------------
228 - Fixed mechanism for update of geometry in de    208 - Fixed mechanism for update of geometry in detector-construction.
229 - Fixed pedantic warnings ...                     209 - Fixed pedantic warnings ...
230                                                   210 
231 Feb 20th, 2003 - V.Ivanchenko (field-V05-00-00    211 Feb 20th, 2003 - V.Ivanchenko (field-V05-00-00)
232 -----------------------------                     212 -----------------------------
233 - Cut per region                                  213 - Cut per region
234                                                   214 
235 Dec 4th, 2001 - G.Cosmo (field02-V03-02-01)       215 Dec 4th, 2001 - G.Cosmo (field02-V03-02-01)
236 -----------------------                           216 -----------------------
237 - Fix in F02ElectroMagneticField.hh for compil    217 - Fix in F02ElectroMagneticField.hh for compilation on Win/VC++.
238                                                   218 
239 Nov 13th, 2001 - V.Grichine  (field02-V03-02-0    219 Nov 13th, 2001 - V.Grichine  (field02-V03-02-00)
240 ---------------------------                       220 ---------------------------
241 - Added number of variables to steppers in F02    221 - Added number of variables to steppers in F02ElectroMagneticField.cc.
242   Coworks with tag "field-V03-02-03" of geomet    222   Coworks with tag "field-V03-02-03" of geometry/magneticfield.
243                                                   223 
244 Nov 7th, 2001 - G.Cosmo                           224 Nov 7th, 2001 - G.Cosmo
245 -----------------------                           225 -----------------------
246 - More cleanup and fixes to primary generator     226 - More cleanup and fixes to primary generator gun (V.Grichine).
247                                                   227 
248 Oct 15th, 2001 - G.Cosmo                          228 Oct 15th, 2001 - G.Cosmo
249 ------------------------                          229 ------------------------
250 - Cleaned from test code.                         230 - Cleaned from test code.