Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/examples/basic/B5/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/B5/History (Version 11.3.0) and /examples/basic/B5/History (Version 10.6.p1)


  1 # Example B5 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 be used as a substitute for writing good git c <<   5      =========================================================
  6                                                <<   6 
  7                                                <<   7                     Example B5 History file
  8 ## 2023-11-18 I. Hrivnacova (exampleB5-V11-01- <<   8                     ------------------------
  9 - Updated vis.mac macro:                       <<   9 This file should be used by the G4 example coordinator to briefly
 10   Changed "/vis/open OGL [600x600-0+0]" to "/v <<  10 summarize all major modifications introduced in the code and keep
 11   and simplified comments                      <<  11 track of all tags.
 12                                                <<  12 
 13 ## 2023-11-07 I. Hrivnacova (exampleB5-V11-01- <<  13      ----------------------------------------------------------
 14 - Fixed and improved setting of G4VisAttribute <<  14      * Reverse chronological order (last date on top), please *
 15   - Do not create vis attributes with new      <<  15      ----------------------------------------------------------
 16   - Use Geant4 predefined colours (for clarity << 
 17                                                << 
 18 ## 2023-11-03 I. Hrivnacova (exampleB5-V11-01- << 
 19 - Applied auto in main where suitable and not  << 
 20 - Added initialization of DetectorConstruction << 
 21                                                << 
 22 ## 2023-09-18 I. Hrivnacova (exampleB5-V11-01- << 
 23 - Added tsg_offscreen.mac (moved from example  << 
 24 - Removed unused init.mac                      << 
 25                                                << 
 26 ## 2021-12-10 Ben Morgan (exampleB5-V11-00-00) << 
 27 - Change to new Markdown History format        << 
 28                                                << 
 29 ---                                            << 
 30                                                << 
 31 # History entries prior to 11.0                << 
 32                                                << 
 33 05-11-21 G. Barrand (exampleB5-V10-07-11)      << 
 34 - RunAction: remove the usage of G4VisPlotMess << 
 35 - README, .README.txt: remove the paragraph ab << 
 36   G4VisPlotMessenger in the RunAction. Now abo << 
 37   remains only the plotter.mac file.           << 
 38                                                << 
 39 04-11-21 G. Barrand (exampleB5-V10-07-10)      << 
 40 - plotter.mac: TSG_QT_GLES => TSG.             << 
 41 - plotter.mac: have commented examples to crea << 
 42   by using the /vis/plotter/style/select,add c << 
 43 - plotter.mac, README, .README.txt: remove ref << 
 44   to the XML style logic.                      << 
 45 - CMakeLists.txt: remove plotter.style.        << 
 46 - remove plotter.style.                        << 
 47                                                << 
 48 02-11-21 I. Hrivnacova (exampleB5-V10-07-09)   << 
 49 - Added analysisManager->Reset() in begin of r << 
 50   as resetting was disabled for plotting in en << 
 51                                                << 
 52 25-10-21 G. Barrand (exampleB5-V10-07-08)      << 
 53 - README, .README.txt: have the "PLOTTING" sec << 
 54 - modifications to have vis plotting. Availabl << 
 55   TOOLSSG_[QT,XT,WINDOWS]_GLES vis drivers for << 
 56 - CMakeLists.txt: declare plotte.mac, plotter. << 
 57 - src/RunAction.cc: instanciate the G4VisPlotM << 
 58   the commands /vis/plotter/add/[h1,h2] be ava << 
 59   histos to a G4/vis/plotter (see plotter.mac  << 
 60 - plotter.mac: example to create a G4/vis/plot << 
 61   to it histograms of this example, and custom << 
 62   of the various plotting regions.             << 
 63 - plotter.style: an example to declare styles  << 
 64                                                << 
 65 06-10-21 I. Hrivnacova (exampleB5-V10-07-07)   << 
 66 - Migration to new G4AnalysisManager.hh header << 
 67                                                << 
 68 19-07-21 I. Hrivnacova (exampleB5-V10-07-06)   << 
 69 - Updated for changes in the analysis category << 
 70   removed deleting of the analysis manager,    << 
 71   as this is now done by the Geant4 kernel.    << 
 72 - Include G4GenericAnalysisManager.hh instead  << 
 73   in EventAction.cc (to be consistent with Run << 
 74                                                << 
 75 13-07-21 I. Hrivnacova (exampleB5-V10-07-05)   << 
 76 - Introduced namespace instead of a class name << 
 77 - Declare overriding functions 'override' (and << 
 78                                                << 
 79 31-05-21 I. Hrivnacova (exampleB5-V10-07-01)   << 
 80 - Clean trailing whitespaces from all files    << 
 81                                                << 
 82 30-05-21 M.Maire (exampleB5-V10-07-00)         << 
 83 - exampleB5.cc: use G4SteppingVerboseWithUnits << 
 84                                                << 
 85 06 Nov 2020 I. Hrivnacova (exampleB5-V10-06-02 << 
 86 - Replaced use of G4Analysis::ManagerInstance( << 
 87   generic analysis manager                     << 
 88 - Storing ntuple in a separate file            << 
 89                                                << 
 90 02 Nov 2020 B.Morgan (exampleB5-V10-06-01)     << 
 91 - Support same CMake version range as core Gea << 
 92                                                << 
 93 10 June 2020  Jonathan Madsen (exampleB5-V10-0 << 
 94 - Migrated to new G4RunManagerFactory          << 
 95                                                    16 
 96 18 Nov 2019  Gabriele Cosmo (exampleB5-V10-05-     17 18 Nov 2019  Gabriele Cosmo (exampleB5-V10-05-01)
 97 - Fixed cases of type conversions from size_t      18 - Fixed cases of type conversions from size_t to G4int in B5HodoscopeSD.
 98                                                    19 
 99 10 Sep 2019  Ivana Hrivnacova (exampleB5-V10-0     20 10 Sep 2019  Ivana Hrivnacova (exampleB5-V10-05-00)
100 - Use a new factory method to create G4Analysi     21 - Use a new factory method to create G4AnalysisManager.
101   Removed B5Analysis.hh, which is not needed a     22   Removed B5Analysis.hh, which is not needed anymore.
102                                                    23 
103 20 May 2018  John Allison (exampleB5-V10-04-01     24 20 May 2018  John Allison (exampleB5-V10-04-01)
104 - Remove G4UI_USE and G4VIS_USE.                   25 - Remove G4UI_USE and G4VIS_USE.
105 - Move instantiation of G4UIExecutive nearer t     26 - Move instantiation of G4UIExecutive nearer to start of main.
106                                                    27 
107 19 February 2017  Ivana Hrivnacova (exampleB5-     28 19 February 2017  Ivana Hrivnacova (exampleB5-V10-04-00)
108 - Fix filling ntuple                           <<  29 - Fix filling ntuple 
109   (there was omitted call to AddNtupleRow() in     30   (there was omitted call to AddNtupleRow() in the previous update)
110                                                    31 
111 14 April 2017  Ivana Hrivnacova Cosmo (example     32 14 April 2017  Ivana Hrivnacova Cosmo (exampleB5-V10-03-01)
112 - Use std::array for related data members in B     33 - Use std::array for related data members in B5EventAction to reduce the code
113 - Added data members for histogram Ids and the     34 - Added data members for histogram Ids and the code to retrieve them by histogram
114   names via G4AnalysisManager                      35   names via G4AnalysisManager
115 - Corrected the list of 2D histograms in READM <<  36 - Corrected the list of 2D histograms in README  
116                                                    37 
117 24 March 2017  Gabriele Cosmo (exampleB5-V10-0     38 24 March 2017  Gabriele Cosmo (exampleB5-V10-03-00)
118 - Do not use G4AutoDelete utility for thread-l     39 - Do not use G4AutoDelete utility for thread-local magnetic-field and
119   its manager, since not necessary as not auto     40   its manager, since not necessary as not automatically deleted by the kernel.
120                                                    41 
121 07 November 2016  Laurent Garnier (exampleB5-V     42 07 November 2016  Laurent Garnier (exampleB5-V10-02-04)
122 - Fix a missing /gui/defaultIcons false            43 - Fix a missing /gui/defaultIcons false
123                                                    44 
124 03 November 2016 Ivana Hrivnacova (exampleB5-V     45 03 November 2016 Ivana Hrivnacova (exampleB5-V10-02-03)
125 - Added C++11 features                             46 - Added C++11 features
126 - Code improvements                                47 - Code improvements
127                                                    48 
128 10 October 2016 Ivana Hrivnacova (exampleB5-V1     49 10 October 2016 Ivana Hrivnacova (exampleB5-V10-02-02)
129 - Activate merging of ntuples                      50 - Activate merging of ntuples
130                                                    51 
131 08 October 2016 Ivana Hrivnacova (exampleB5-V1     52 08 October 2016 Ivana Hrivnacova (exampleB5-V10-02-01)
132 - Fix in gui.mac by Helmut Burkhard:               53 - Fix in gui.mac by Helmut Burkhard:
133   Replace undefined /globalField/setValue by       54   Replace undefined /globalField/setValue by  /B5/field/value
134 - Updated B5ActionInitialization (Ivana)       <<  55 - Updated B5ActionInitialization (Ivana)  
135   Event action is instantiated also on master      56   Event action is instantiated also on master - needed for ntuple merging
136   (as its deta define the vectors refernced fr     57   (as its deta define the vectors refernced from ntuple)
137                                                    58 
138 10 March 2016 Alberto Ribon (exampleB5-V10-02-     59 10 March 2016 Alberto Ribon (exampleB5-V10-02-00)
139 - Fixed wrong determination of the copy number     60 - Fixed wrong determination of the copy number in replicas
140   (thanks to Anna Zaborowska for reporting the     61   (thanks to Anna Zaborowska for reporting the problem).
141                                                    62 
142 18 November 2015 Ivana Hrivnacova (exampleB5-V     63 18 November 2015 Ivana Hrivnacova (exampleB5-V10-01-00)
143 - Extended ntuple with two columns of a vector     64 - Extended ntuple with two columns of a vector type in order to provide
144   and example of this analysis use case.           65   and example of this analysis use case.
145                                                    66 
146 29 November 2014 Ivana Hrivnacova                  67 29 November 2014 Ivana Hrivnacova
147 - Use G4endl instead of \n in G4cout;              68 - Use G4endl instead of \n in G4cout;
148   this makes each new line in the output on th     69   this makes each new line in the output on threads preceded with
149   G4WTN >                                          70   G4WTN >
150                                                    71 
151 06 November 2014 Ivana Hrivnacova                  72 06 November 2014 Ivana Hrivnacova
152 - Moved G4UIExecutive at the beginning of main     73 - Moved G4UIExecutive at the beginning of main() in all examples
153 - Perform run initialization in macros instead     74 - Perform run initialization in macros instead of main()
154 - Added BUILD OPTIONS section in README explai     75 - Added BUILD OPTIONS section in README explaining meaning of
155   G4UI_USE/G4VIS_USE options in main               76   G4UI_USE/G4VIS_USE options in main
156                                                    77 
157 27 Oct 2014 Davide Mancusi (exampleB5-V10-00-0     78 27 Oct 2014 Davide Mancusi (exampleB5-V10-00-01)
158 - Switch off primary randomization in gui.mac      79 - Switch off primary randomization in gui.mac (needed for the /gun/ UI commands
159   to work)                                         80   to work)
160                                                    81 
161 16 Sept 2014 Andrea Dotti                          82 16 Sept 2014 Andrea Dotti
162 - Removing test code introduced in previous ta     83 - Removing test code introduced in previous tag. Previous
163   tag has been rejected as planned.                84   tag has been rejected as planned.
164                                                    85 
165 15 July 2014 Andrea Dotti (exampleB5-V10-00-00     86 15 July 2014 Andrea Dotti (exampleB5-V10-00-00)
166 - This tag is intentionally WRONG: it introduc     87 - This tag is intentionally WRONG: it introduces an
167   FPE violation (division by zero) at event 1.     88   FPE violation (division by zero) at event 1. It is
168   used yo verify correct behavior of FPE detec     89   used yo verify correct behavior of FPE detection in MT.
169   When tests will be over, changes will be rev     90   When tests will be over, changes will be reverted.
170                                                    91 
171 02 December 2013 Ivana Hrivnacova              <<  92 02 December 2013 Ivana Hrivnacova 
172 - Fixed gui.mac:                                   93 - Fixed gui.mac:
173   corrected wireframe parameter, removed run2. <<  94   corrected wireframe parameter, removed run2.mac from gui 
174                                                    95 
175 28 November 2013 Ivana Hrivnacova (exampleB5-V     96 28 November 2013 Ivana Hrivnacova (exampleB5-V09-06-11)
176 - Added macros for GUI                             97 - Added macros for GUI
177 - Fixed range for selection rundomnly particle     98 - Fixed range for selection rundomnly particle type
178 - Improved documentation                           99 - Improved documentation
179                                                   100 
180 26 November 2013 Makoto Asai (exampleB5-V09-06    101 26 November 2013 Makoto Asai (exampleB5-V09-06-10)
181 - Changed the way G4GenericMessenger declares     102 - Changed the way G4GenericMessenger declares UI commands that take units.
182                                                   103 
183 26 November 2013 Ivana Hrivnacova (exampleB5-V    104 26 November 2013 Ivana Hrivnacova (exampleB5-V09-06-09)
184 - Fixed deleting magnetic field and its manage << 105 - Fixed deleting magnetic field and its manager with use of G4AutoDelete 
185   utility                                         106   utility
186                                                   107 
187 22 November 2013 Joseph Perl (exampleB5-V09-06    108 22 November 2013 Joseph Perl (exampleB5-V09-06-08)
188 - Added paragraph about HepRep attributes in R << 109 - Added paragraph about HepRep attributes in README  
189                                                   110 
190 22 November 2013 Ivana Hrivnacova              << 111 22 November 2013 Ivana Hrivnacova 
191 - Changed step limit size to 1 m  (more sutabl << 112 - Changed step limit size to 1 m  (more sutable for demonstration 
192   of the smooth trajectory visualization optio    113   of the smooth trajectory visualization option)
193 - Added paragraph about this limit in README   << 114 - Added paragraph about this limit in README  
194                                                   115 
195 15 November 2013 Ivana Hrivnacova (exampleB5-V    116 15 November 2013 Ivana Hrivnacova (exampleB5-V09-06-07)
196 - Changed magnetic tube material to G4_Air (wa    117 - Changed magnetic tube material to G4_Air (was G4_Galactic)
197   Resolves issue of low-energy electrons spinn    118   Resolves issue of low-energy electrons spinning forever in vacuum.
198   (By John Apostolakis.)                          119   (By John Apostolakis.)
199                                                   120 
200 02 November 2013 Ivana Hrivnacova (exampleB5-V    121 02 November 2013 Ivana Hrivnacova (exampleB5-V09-06-06)
201 - New tag for testing, no changes in the examp    122 - New tag for testing, no changes in the example
202                                                   123 
203 31 October 2013 Ivana Hrivnacova (exampleB5-V0    124 31 October 2013 Ivana Hrivnacova (exampleB5-V09-06-05)
204 - SetDefaultValue arguments passed in generic     125 - SetDefaultValue arguments passed in generic messenger commands
205   must be of G4Stringg type.                      126   must be of G4Stringg type.
206   (This fixes compilation warnings.)              127   (This fixes compilation warnings.)
207                                                   128 
208 30 October 2013 Ivana Hrivnacova (exampleB5-V0    129 30 October 2013 Ivana Hrivnacova (exampleB5-V09-06-04)
209 - Replaced messenger classes with use of G4Gen    130 - Replaced messenger classes with use of G4GenericMessenger
210 - Removed SetNumberOfThreads from main            131 - Removed SetNumberOfThreads from main
211 - Updated macros and README                       132 - Updated macros and README
212                                                   133 
213 10 October 2013 Ivana Hrivnacova (exampleB5-V0    134 10 October 2013 Ivana Hrivnacova (exampleB5-V09-06-03)
214 - Fixed compiler warning from B5EventAction       135 - Fixed compiler warning from B5EventAction
215 - Added class descriptions                        136 - Added class descriptions
216 - Code clean-up                                   137 - Code clean-up
217                                                   138 
218 08 October 2013 Ivana Hrivnacova (exampleB5-V0    139 08 October 2013 Ivana Hrivnacova (exampleB5-V09-06-02)
219 - Migration to MT                                 140 - Migration to MT
220 - Removed Edep vs Tof histogram (remained empt    141 - Removed Edep vs Tof histogram (remained empty),
221   adjusted min max in Chamber1[2] XY histogram    142   adjusted min max in Chamber1[2] XY histograms
222 - Less verbose output from exampleB5.in and ru    143 - Less verbose output from exampleB5.in and run2.mac
223 - Code clean-up                                   144 - Code clean-up
224                                                   145 
225 03 October 2013 Ivana Hrivnacova (exampleB5-V0    146 03 October 2013 Ivana Hrivnacova (exampleB5-V09-06-01)
226 - A new tag co-working with a fix in ctest.       147 - A new tag co-working with a fix in ctest.
227                                                   148 
228 03 October 2013 Ivana Hrivnacova (exampleB5-V0    149 03 October 2013 Ivana Hrivnacova (exampleB5-V09-06-00)
229 - The first tagged version of the new B5 examp << 150 - The first tagged version of the new B5 example created from 
230   extended/analysis/A01.                          151   extended/analysis/A01.
231                                                   152 
232 05 June 2013  Ivana Hrivnacova (exampleA01-V09    153 05 June 2013  Ivana Hrivnacova (exampleA01-V09-06-04)
233 - Updated .README for changes in README           154 - Updated .README for changes in README
234 - Applied coding guidelines (data members init    155 - Applied coding guidelines (data members initialization)
235 - Removed unnecessary inline keyword              156 - Removed unnecessary inline keyword
236 - Fixed compilation with G4ANALYSIS_USE           157 - Fixed compilation with G4ANALYSIS_USE
237                                                   158 
238 28 May 2013  Joseph Perl (exampleA01-V09-06-03    159 28 May 2013  Joseph Perl (exampleA01-V09-06-03)
239 - Update README                                   160 - Update README
240                                                   161 
241 28 May 2013  Joseph Perl (exampleA01-V09-06-02    162 28 May 2013  Joseph Perl (exampleA01-V09-06-02)
242 - Apply coding guidelines                         163 - Apply coding guidelines
243                                                   164 
244 01 April 2013 Andrea Dotti (exampleA01-V09-06-    165 01 April 2013 Andrea Dotti (exampleA01-V09-06-01)
245 - New G4VUserPhysicsList interface             << 166 - New G4VUserPhysicsList interface 
246                                                   167 
247 18 December 2012 Michael Kelsey (exampleA01-V0    168 18 December 2012 Michael Kelsey (exampleA01-V09-06-00)
248 - Replace G4AntiProtonAnnihiliationAtRest with    169 - Replace G4AntiProtonAnnihiliationAtRest with G4AntiProtonAbsorptionFritiof.
249                                                   170 
250 16 November 2012 Ivana Hrivnacova (exampleA01-    171 16 November 2012 Ivana Hrivnacova (exampleA01-V09-05-03)
251 - Fixed .README file for artefacts from Markdo    172 - Fixed .README file for artefacts from Markdown support
252                                                   173 
253 31 August 2012 Ivana Hrivnacova (exampleA01-V0    174 31 August 2012 Ivana Hrivnacova (exampleA01-V09-05-02)
254 - Minor fixes in CMakeList.txt                    175 - Minor fixes in CMakeList.txt
255                                                   176 
256 24 August 2012 Ivana Hrivnacova (exampleA01-V0    177 24 August 2012 Ivana Hrivnacova (exampleA01-V09-05-01)
257 - README.JAIDA replaced with more general READ << 178 - README.JAIDA replaced with more general README.AIDA (revised 
258   by Guy Barrand)                                 179   by Guy Barrand)
259 - Added README.OpenScientist (previously AnaEx << 180 - Added README.OpenScientist (previously AnaEx03/UseOpenScientist.txt) 
260 - Added .README files for Doxygen documentatio    181 - Added .README files for Doxygen documentation
261 - Added file descriptions for all .hh and .cc     182 - Added file descriptions for all .hh and .cc
262 - Fixed functions names in B5AnalysisManager ( << 183 - Fixed functions names in B5AnalysisManager (to get example 
263   compiling)                                      184   compiling)
264 - Adding support for building example with AID << 185 - Adding support for building example with AIDA in CMake build   
265                                                   186 
266 19 June 2012  Joseph Perl (exampleA01-V09-05-0    187 19 June 2012  Joseph Perl (exampleA01-V09-05-00)
267 - Corrected order of filling x and y for Cloud    188 - Corrected order of filling x and y for Cloud2D
268                                                   189 
269 20 April 2012  Joseph Perl                        190 20 April 2012  Joseph Perl
270 - Apply coding guidelines                         191 - Apply coding guidelines
271                                                   192 
272 28 October 2011  Joseph Perl (exampleA01-V09-0    193 28 October 2011  Joseph Perl (exampleA01-V09-04-00)
273 - Corrected order of filling x and y for Cloud    194 - Corrected order of filling x and y for Cloud2D
274                                                   195 
275 4 June 2010  Joseph Perl (exampleA01-V09-03-00    196 4 June 2010  Joseph Perl (exampleA01-V09-03-00)
276 - Updated vis usage.                              197 - Updated vis usage.
277                                                   198 
278 2 Dec 2009  Joseph Perl (exampleA01-V09-02-02)    199 2 Dec 2009  Joseph Perl (exampleA01-V09-02-02)
279 - B5MuonPhysics: change hMultipleScattering to    200 - B5MuonPhysics: change hMultipleScattering to MuMultipleScattering.
280                                                   201 
281 20 Mov 2009  Joseph Perl (exampleA01-V09-02-01    202 20 Mov 2009  Joseph Perl (exampleA01-V09-02-01)
282 - B5DetectorConstruction, B5MagneticField: imp    203 - B5DetectorConstruction, B5MagneticField: improve handing of field.
283   Resolves bug 1012.                              204   Resolves bug 1012.
284 - B5Trajectory: removed.  Example uses G4Traje    205 - B5Trajectory: removed.  Example uses G4Trajectory.
285 - Update to new multiple scattering classes.      206 - Update to new multiple scattering classes.
286 - README: General update.                         207 - README: General update.
287     Remove references to obsolete SLAC Geant4     208     Remove references to obsolete SLAC Geant4 tutorial CD.
288                                                   209 
289 14 Mov 2009  John Allison (exampleA01-V09-02-0    210 14 Mov 2009  John Allison (exampleA01-V09-02-00)
290 - exampleA01.cc: Introduced G4UIExecutive.        211 - exampleA01.cc: Introduced G4UIExecutive.
291                                                   212 
292 5 March 2009 Guy Barrand                          213 5 March 2009 Guy Barrand
293 - GNUmakefile : remove the G4ANALYSIS_USE logi    214 - GNUmakefile : remove the G4ANALYSIS_USE logic found in this file, since
294   it is handled already in the config/analysis    215   it is handled already in the config/analysis.gmk.
295   This avoids a duplication in the compilation    216   This avoids a duplication in the compilation and link commands
296   of the aida-config options.                     217   of the aida-config options.
297                                                   218 
298 17 May 2007 - Mark Donszelmann (exampleA01-V08    219 17 May 2007 - Mark Donszelmann (exampleA01-V08-03-01)
299 - Fixed memory leak for plotter                   220 - Fixed memory leak for plotter
300                                                   221 
301 16 May 2007 - Mark Donszelmann                    222 16 May 2007 - Mark Donszelmann
302 - Fixed warning message about JAS-JAIDA window    223 - Fixed warning message about JAS-JAIDA window on exit.
303                                                   224 
304 13 November 2006 - Joseph Perl (exampleA01-V08    225 13 November 2006 - Joseph Perl (exampleA01-V08-01-02)
305 - Remove unused attributes from hit classes.      226 - Remove unused attributes from hit classes.
306                                                   227 
307 10 November 2006 - Mark Donszelmann (exampleA0    228 10 November 2006 - Mark Donszelmann (exampleA01-V08-01-01)
308 - Fixed Makefile                                  229 - Fixed Makefile
309 - Fixed limits on histogram                       230 - Fixed limits on histogram
310                                                   231 
311 6 November 2006 - John Allison (exampleA01-V08    232 6 November 2006 - John Allison (exampleA01-V08-01-00)
312 - Change "Bookkeeping" to "Physics" in G4AttDe    233 - Change "Bookkeeping" to "Physics" in G4AttDefs.
313 - Removed tracking action.  Use "/vis/scene/ad    234 - Removed tracking action.  Use "/vis/scene/add/trajectories rich", etc.
314 - Invoke G4UIterminal(new G4UItcsh) if G4UI_US    235 - Invoke G4UIterminal(new G4UItcsh) if G4UI_USE_TCSH set.
315                                                   236 
316 1 June 2006 - Joseph Perl (exampleA01-V08-00-0    237 1 June 2006 - Joseph Perl (exampleA01-V08-00-01)
317 - Add Time attribute to Hit classes.              238 - Add Time attribute to Hit classes.
318                                                   239 
319 2 June 2005 - Joseph Perl (exampleA01-V07-00-0    240 2 June 2005 - Joseph Perl (exampleA01-V07-00-05)
320 - Add G4Atts to the four hit classes.             241 - Add G4Atts to the four hit classes.
321                                                   242 
322 1 June 2005 - Mark Donszelmann (exampleA01-V07    243 1 June 2005 - Mark Donszelmann (exampleA01-V07-00-04)
323 - Updated documentation for the use of Binary     244 - Updated documentation for the use of Binary HepRep.
324                                                   245 
325 31st May 2005 -  Mark Donszelmann (exampleA01-    246 31st May 2005 -  Mark Donszelmann (exampleA01-V07-00-03)
326 - Added setting of initial viewpoint to macro     247 - Added setting of initial viewpoint to macro files for heprep and bheprep.
327                                                   248 
328 26th May 2005 -  Mark Donszelmann (exampleA01-    249 26th May 2005 -  Mark Donszelmann (exampleA01-V07-00-02)
329 - Fixed filling of hit histograms.                250 - Fixed filling of hit histograms.
330                                                   251 
331 16th May 2005 -  Mark Donszelmann (exampleA01-    252 16th May 2005 -  Mark Donszelmann (exampleA01-V07-00-01)
332 - Added bheprep example files.                    253 - Added bheprep example files.
333                                                   254 
334 3rd May 2005  John Allison  (examples-V07-00-0    255 3rd May 2005  John Allison  (examples-V07-00-03)
335 - Replaced vis manager with G4VisExecutive.       256 - Replaced vis manager with G4VisExecutive.
336                                                   257 
337 31 March 2005 Mark Donszelmann (exampleA01-V07    258 31 March 2005 Mark Donszelmann (exampleA01-V07-00-00)
338 - Fixed linking problem with AIDA by replacing    259 - Fixed linking problem with AIDA by replacing LOADLIBS with LDLIBS
339   which is not touched by the replacement stra    260   which is not touched by the replacement strategy in binmake.gmk
340   for WIN32-VC.                                   261   for WIN32-VC.
341                                                   262 
342 13th December 2004 Gabriele Cosmo (exampleA01-    263 13th December 2004 Gabriele Cosmo (exampleA01-V06-02-03)
343 - Modified hadlists.gmk to new phys-lists stru    264 - Modified hadlists.gmk to new phys-lists structure.
344                                                   265 
345 3rd December 2004 Gabriele Cosmo (exampleA01-V    266 3rd December 2004 Gabriele Cosmo (exampleA01-V06-02-02)
346 - Implemented migration to <cmath>.               267 - Implemented migration to <cmath>.
347                                                   268 
348 23rd November 2004 Mark Donszelmann (exampleA0    269 23rd November 2004 Mark Donszelmann (exampleA01-V06-02-01)
349 - Removed dependency from user hadronics lists    270 - Removed dependency from user hadronics lists
350                                                   271 
351 14th July 2004 Gabriele Cosmo (exampleA01-V06-    272 14th July 2004 Gabriele Cosmo (exampleA01-V06-02-00)
352 - hadlist.gmk: removed unnecessary kernel libr    273 - hadlist.gmk: removed unnecessary kernel libraries list.
353   Fixes problem report #647.                      274   Fixes problem report #647.
354                                                   275 
355 27th May 2004 Mark Donszelmann (exampleA01-V06    276 27th May 2004 Mark Donszelmann (exampleA01-V06-01-01)
356 - Updated Mac file to write separate geometry.    277 - Updated Mac file to write separate geometry.
357                                                   278 
358 26th May 2004 Mark Donszelmann (exampleA01-V06    279 26th May 2004 Mark Donszelmann (exampleA01-V06-01-00)
359 - Updated mac files for HepRep2 driver to set     280 - Updated mac files for HepRep2 driver to set zoom factor and coordinate system.
360                                                   281 
361 9th February 2004 Makoto Asai (exampleA01-V06-    282 9th February 2004 Makoto Asai (exampleA01-V06-00-00)
362 - Fix EM part of the physics list to use the n << 283 - Fix EM part of the physics list to use the new 
363   processes introduced at 6.0.                    284   processes introduced at 6.0.
364 - Reference output is updated accordingly.        285 - Reference output is updated accordingly.
365                                                   286 
366  1st December 2003 Joseph Perl                    287  1st December 2003 Joseph Perl
367 - Removed endOfEventAction.mac since new vis p    288 - Removed endOfEventAction.mac since new vis policy provides such a flush
368   automatically.                                  289   automatically.
369 - Updated README to include more information a    290 - Updated README to include more information about HepRep2 macros.
370                                                   291 
371 17th November 2003 Makoto Asai (exampleA01-V05    292 17th November 2003 Makoto Asai (exampleA01-V05-02-00)
372 - Introducing test.in macro for batch mode tes    293 - Introducing test.in macro for batch mode testing and its reference output.
373                                                   294 
374 13th November 2003 John Allison                   295 13th November 2003 John Allison
375 - Removed OPACS from Vis Manager.                 296 - Removed OPACS from Vis Manager.
376                                                   297 
377 15th October 2003 Mark Donszelmann                298 15th October 2003 Mark Donszelmann
378 - Updated README.JAIDA to refer to the proper     299 - Updated README.JAIDA to refer to the proper versions of JAIDA and AIDAJNI.
379   Also changed compilation instructions to use    300   Also changed compilation instructions to use aida-config.
380 - Made sure G4HadronPhysics is compiled withou    301 - Made sure G4HadronPhysics is compiled without optmization on Darwin-g++,
381   Darwin-g++2 and Darwin-g++3 (MacOS X).          302   Darwin-g++2 and Darwin-g++3 (MacOS X).
382                                                   303 
383 14th October 2003 Mark Donszelmann                304 14th October 2003 Mark Donszelmann
384 - Added clear statement to GNUmakefile that G4    305 - Added clear statement to GNUmakefile that G4HadronPhysics is compiled
385   without optimization.                           306   without optimization.
386 - Made sure G4HadronPhysics is compiled withou    307 - Made sure G4HadronPhysics is compiled without optimization on Linux-g++,
387   Linux-g++2 and Linux-g++3.                      308   Linux-g++2 and Linux-g++3.
388                                                   309 
389 14th October 2003 Joseph Perl                     310 14th October 2003 Joseph Perl
390 - Remove SetForceWireFrame(false) from three h    311 - Remove SetForceWireFrame(false) from three hit classes since these
391   are redundant to the SetForceSolid(true) sta    312   are redundant to the SetForceSolid(true) statements already there.
392                                                   313 
393 14th October 2003 Joseph Perl                     314 14th October 2003 Joseph Perl
394 - Remove SetForceWireFrame(true) statements fr    315 - Remove SetForceWireFrame(true) statements from B5DetectorConstruction.cc.
395   The user can instead control this at runtime    316   The user can instead control this at runtime using /vis/viewer/set/style
396                                                   317 
397 13th October 2003 Mark Donszelmann                318 13th October 2003 Mark Donszelmann
398 - Re-included B5EventActionMessenger in genera    319 - Re-included B5EventActionMessenger in general (non G4ANALYSIS_USE) compilation
399   for use with B5EventACtion, see comment belo    320   for use with B5EventACtion, see comment below.
400 - Removed all include/AIDA include files and c << 321 - Removed all include/AIDA include files and changed the GNUmakefile. 
401   To compile/link with G4ANALYSIS_USE you will << 322   To compile/link with G4ANALYSIS_USE you will need an AIDA 3.0 compliant 
402   implementation, such as AIDAJNI. The makefil    323   implementation, such as AIDAJNI. The makefile will execute aida-config
403   to find the include files and the libraries     324   to find the include files and the libraries to link with.
404 - setup-analysis.csh/sh/win32 now only sets up    325 - setup-analysis.csh/sh/win32 now only sets up G4 specific flags to compile
405   in the AIDA analysis framework.                 326   in the AIDA analysis framework.
406                                                << 327   
407 13th October 2003 Joseph Perl                     328 13th October 2003 Joseph Perl
408 - Minor changes to README's sections on vis an    329 - Minor changes to README's sections on vis and analysis.
409                                                   330 
410 12th October 2003 Makoto Asai                     331 12th October 2003 Makoto Asai
411 - Move G4ANALYSIS_USE ifdef blocks so that eve    332 - Move G4ANALYSIS_USE ifdef blocks so that event summary is printed out
412   regardless of this flag. Only the AIDA part  << 333   regardless of this flag. Only the AIDA part in B5EventAction is 
413   blocked.                                        334   blocked.
414                                                   335 
415 12th October 2003 Joseph Perl                     336 12th October 2003 Joseph Perl
416 - Modify G4TrackingAction to use G4Trajectory     337 - Modify G4TrackingAction to use G4Trajectory rather than B5Trajectory.
417   This allows trajectories to pick up physics     338   This allows trajectories to pick up physics attributes.
418   Left B5Trajectory in place as alternative to    339   Left B5Trajectory in place as alternative to get color coding by
419   particle type, but no physics attributes.       340   particle type, but no physics attributes.
420   Will later come up with a good scheme to mak    341   Will later come up with a good scheme to make choice of one or the other
421   or both of these choices at run time.           342   or both of these choices at run time.
422 - Renamed visualization macro heprep.mac to vi    343 - Renamed visualization macro heprep.mac to vis.mac
423                                                   344 
424 20th August 2003 Mark Donszelmann                 345 20th August 2003 Mark Donszelmann
425 - Updated code to run with AIDAJNI 3.0.3 relea    346 - Updated code to run with AIDAJNI 3.0.3 release, which adds compilation
426   under g++ 3.2.                                  347   under g++ 3.2.
427 - Added aida.mac example file.                    348 - Added aida.mac example file.
428                                                   349 
429 14th August 2003 Mark Donszelmann                 350 14th August 2003 Mark Donszelmann
430 - Code will only compile AIDA parts if G4ANALY    351 - Code will only compile AIDA parts if G4ANALYSIS_USE is set.
431                                                   352 
432 11th July 2003 Mark Donszelmann                   353 11th July 2003 Mark Donszelmann
433 - Fixed all warnings under g++ 2.95.3.            354 - Fixed all warnings under g++ 2.95.3.
434                                                   355 
435 3rd April 2003 Mark Donszelmann (examples-anal    356 3rd April 2003 Mark Donszelmann (examples-analysis-B5-V05-00-00)
436 - Added 2 more histograms to the example          357 - Added 2 more histograms to the example
437 - Fixed NullPointerException by letting SDMana    358 - Fixed NullPointerException by letting SDManager delete the detectors created in
438   DetectorConstruction.cc                         359   DetectorConstruction.cc
439 - Added comment when quitting Geant4 that JAS     360 - Added comment when quitting Geant4 that JAS window still needs closing.
440                                                   361 
441 26th November 2002 Mark Donszelmann               362 26th November 2002 Mark Donszelmann
442 - Fixed DrifChamberHit to have a reasonable sc    363 - Fixed DrifChamberHit to have a reasonable screensize (2) rather than 0.1
443 - Fixed minimum value for EmCalHit color to be    364 - Fixed minimum value for EmCalHit color to be visible (0.4).
444                                                   365 
445 14th November 2002 Mark Donszelmann               366 14th November 2002 Mark Donszelmann
446 - Added B5 example to repository                  367 - Added B5 example to repository