Warning, /geant4/examples/extended/runAndEvent/RE05/History is written in an unsupported language. File is not indexed.
0001 # Example RE05 History
0002
0003 See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
0004 which **must** added in reverse chronological order (newest at the top).
0005 It must **not** be used as a substitute for writing good git commit messages!
0006
0007 -------------------------------------------------------------------------------
0008
0009 ## 2024-10-28 Makoto Asai (exampleRE05-V11-02-01)
0010 - Modify exampleRE05.in to temporarily avoid using the HEPEvt interface.
0011
0012 ## 2024-09-20 Gabriele Cosmo (exampleRE05-V11-02-00)
0013 - Avoid deleting anything after deletion of run-manager in main().
0014
0015 ## 2021-12-10 Ben Morgan (exampleRE05-V11-00-00)
0016 - Change to new Markdown History format.
0017
0018 ---
0019
0020 # History entries prior to 11.0
0021
0022 18-10-21 B. Morgan (exampleRE05-V10-07-01)
0023 - Use std::string member functions from G4String in place of synonyms
0024
0025 02-10-21 M. Asai (exampleRE05-V10-07-00)
0026 - Migration to the new SteppingVerbose.
0027
0028 11-11-20 M. Asai (exampleRE05-V10-06-00)
0029 - Migration to G4RunManagerFactory.
0030
0031 01-28-19 M. Asai (exampleRE05-V10-05-00)
0032 - Reduce the number of events in pythia_event.data to make it
0033 smaller than 2 MB. Number of events executed by the macro
0034 exampleRE05.in is also reduced accordingly.
0035
0036 10-05-18 J. Allison (exampleRE05-V10-04-02)
0037 - Move deletion of vis manager to top scope. For batch jobs it was
0038 not being deleted.
0039
0040 10-05-18 J. Allison (exampleRE05-V10-04-01)
0041 - Remove G4UI_USE and G4VIS_USE.
0042 - Move instantiation of G4UIExecutive to start of main.
0043
0044 05-05-17 M. Asai (exampleRE05-V10-03-00)
0045 - RE05PrimaryGeneratorAction.cc : fix potential rare race condition
0046 issue.
0047
0048 19-11-16 A. Dotti (exampleRE05-V10-02-01)
0049 - Explicit setting of SD to manager
0050
0051 19-07-16 I. Hrivnacova (exampleRE05-V10-02-00)
0052 - Coding guidelines and code clean-up
0053 - Renamed RE05CalorimeterROGeometry in E05CalorimeterParallelWorld
0054 - Updated README
0055
0056 18-08-14 M.Asai (exampleRE05-V10-00-00)
0057 - Reduce the amount of print-out.
0058
0059 27-11-13 G.Folger (exampleRE05-V09-06-09)
0060 - remove setting number of threads from macro file
0061
0062 25-10-13 M.Asai (exampleRE05-V09-06-08)
0063 - Code cleanup.
0064
0065 27-08-13 G.Cosmo (exampleRE05-V09-06-07)
0066 - Added G4Ellipsoid among solids enabled for parameterisation.
0067
0068 26-05-13 M.Asai (exampleRE05-V09-06-06)
0069 - Additional verbosity to HEPEvtInterface. Co-working with
0070 event-V09-06-06 tag.
0071
0072 26-05-13 M.Asai (exampleRE05-V09-06-05)
0073 - Pythia data now has 100 events.
0074
0075 23-05-13 M.Asai (exampleRE05-V09-06-04)
0076 - Roll back to old pythia data file to see if it goes with Windows.
0077
0078 15-05-13 M.Asai (exampleRE05-V09-06-03)
0079 - Migrated to parallel world that descibes the readout geometry.
0080
0081 13-05-13 M.Asai (exampleRE05-V09-06-02)
0082 - Migrated to multi-thread.
0083 - Readout geometry is disabled, as it won't be supported by Geant4
0084 version 10.
0085
0086 10-05-13 K.Murakami (exampleRE05-V09-06-01)
0087 - update pythia_main.f and data file. # of events in event data is 100.
0088 increase digits for PDG code of HEPEVT.
0089
0090 14-03-13 A.Kimura (exampleRE05-V09-06-00)
0091 - fixed some member functions to virtual ones along the super classes
0092
0093 15-02-13 I. Hrivnacova
0094 - Fixed GNUmakefile
0095
0096 15-02-13 I. Hrivnacova
0097 - Applied coding guidelines (data members initialization)
0098
0099 19-12-12 I.Hrivnacova
0100 - /novice/N04 moved in runAndEvent as RE05
0101
0102 29-11-11 Ben Morgan (exampleN04-V09-04-02)
0103 - CMakeLists.txt edited to add standard UI/Vis activation and copying of scripts
0104 to build directory, plus comments and neatification.
0105
0106 30-09-11 G.Folger (exampleN04-V09-04-01)
0107 - Fix gcc46 compilation warning in ExN04DetectorConstruction.cc
0108
0109 14-07-11 M.Asai (exampleN04-V09-04-00)
0110 - Optimise initialisation of Phi angles in parameterisations to avoid
0111 recomputation of trigonometry.
0112
0113 04-06-10 J.Perl (exampleN04-V09-03-01)
0114 - Updated vis usage
0115
0116 04-06-10 V.Ivant (exampleN04-V09-03-00)
0117 - Substituted QGSP -> QGSP_BERT
0118
0119 30-10-09 John Allison (exampleN04-V09-02-00)
0120 - Introduced G4UIExecutive.
0121
0122 07-05-08 J.Allison (exampleN04-V09-01-00)
0123 - Protected "/control/execute vis.mac" with G4VIS_USE flag.
0124
0125 02-07-07 V.Ivant (exampleN04-V09-00-00)
0126
0127 25-06-07 mma (exampleN04-V08-03-01)
0128 - cosmetic in exampleN04.cc
0129
0130 14-06-07 G.Cosmo (exampleN04-V08-03-00)
0131 - Delete materials and elements when quitting application.
0132
0133 12-12-06 G.Cosmo (exampleN04-V08-01-08)
0134 - Commented out drawing of hits in vis.mac.
0135
0136 06-12-06 V.Ivanchenko (exampleN04-V08-01-07)
0137 - GNUmakefile - remove obsolete echo
0138
0139 23-11-06 Gunter Folger (exampleN04-V08-01-06)
0140 - remove hadronic_lists.gmk
0141
0142 17-11-06 Makoto Asai (exampleN04-V08-01-05)
0143 - Fix a bug in ExN04CalorimeterSD::ProcessHits() concerning about the
0144 transformation vector and rotation materix of the calorimater cell
0145 in the readoout geometry.
0146
0147 15-11-06 Joseph Perl (exampleN04-V08-01-04)
0148 - Remove troublesome #include <map> statement from ExNo4CalorimeterHit.hh
0149
0150 13-11-06 Joseph Perl (exampleN04-V08-01-03)
0151 - Change attribute name Type to HitType.
0152 - Add HitType attribute to all hit classes.
0153 - Skipped tag exampleN04-V08-02 since that tag seems to have been
0154 - accidentally applied many months ago.
0155
0156 08-11-06 Gunter Folger (exampleN04-V08-01-02)
0157 - Adapt to moved physics lists, ie. phyisics lists are normal libraries
0158 and special setup no longer needed.
0159
0160 06-11-06 John Allison (exampleN04-V08-01-01)
0161 - Add hits attributes for picking.
0162 - Make material world and readout world top volumes invisible.
0163 - Remove forcedWireframe from tracker and caloLayer.
0164 - Set readout geometry name.
0165
0166 19-10-06 John Allison (exampleN04-V08-01-00)
0167 - Migrate to new trajectory modeling commands.
0168
0169 16-06-06 Gabriele Cosmo (exampleN04-V08-00-01)
0170 - Use coherent allocation scheme for user-classes and
0171 initialisation in main().
0172
0173 15-06-06 Gabriele Cosmo (exampleN04-V08-00-00)
0174 - Separate instantiation of the user-stepping-verbose class from
0175 initialisation of the G4VSteppingVerbose singleton.
0176
0177 3rd December 2005 John Allison (exampleN04-V07-01-00)
0178 - Replaced vis code in EndOfEventAction and EndOfRunAction by suitable
0179 vis commands in vis.mac. Prevents ERROR messages in batch mode.
0180
0181 3rd May 2005 John Allison (examples-V07-00-03)
0182 - Replaced vis manager with G4VisExecutive.
0183
0184 14 Dec 2004 Sergey Sadilov (exampleN04-V06-02-03)
0185 - Removed bad first string in hadronics-lists.gmk
0186
0187 Dec.13, 2004 Gabriele Cosmo (exampleN04-V06-02-02)
0188 - Use new phys-lists structure.
0189
0190 Dec.03, 2004 Makoto Asai (exampleN04-V06-02-01)
0191 - Switch physics list to QGSP.
0192
0193 Dec.02, 2004 Makoto Asai (exampleN04-V06-02-00)
0194 - Migration to <cmath>
0195
0196 Nov.19, 2003 Makoto Asai (exampleN04-V05-02-06)
0197 - ExN04GeneralPhysics.cc:
0198 Remove protection of assigning decay against short-lived particle
0199
0200 19-11-03 V.Ivanchenko (exampleN04-V05-02-05)
0201 - Revome extra verbose
0202
0203 10-11-03 G.Cosmo (exampleN04-V05-02-04)
0204 - Removed OPACS driver from vis-manager.
0205 - Cleared warnings for parameterised detectors.
0206
0207 30-10-03 G.Cosmo (exampleN04-V05-02-03)
0208 - Cleared compilation warnings due to new class G4Orb.
0209
0210 24-10-03 mma (exampleN04-V05-02-02)
0211 - PhysicsList: AddProcess(Bremsstrahlung,-1,3,3) ..etc..
0212
0213 06-10-03 mma (exampleN04-V05-02-01)
0214 - cosmetic cleanup in material definitions
0215
0216 27-05-03 V.Ivanchenko (exampleN04-V05-02-00)
0217 - Include DefineMaterials() method in the constructor of DetectorConstruction
0218 - Clean up PhysicsLists
0219
0220 28-05-03 G.Cosmo (exampleN04-V05-01-01)
0221 - Get rid of pedantic warnings ...
0222
0223 09-05-03 G.Cosmo (exampleN04-V05-01-00)
0224 - Still minor correction to text in warning printed from HadronPhysics list.
0225
0226 28-03-03 G.Cosmo (exampleN04-V05-00-02)
0227 - Corrected text in warning printed from HadronPhysics list.
0228
0229 26-03-03 mma (exampleN04-V05-00-01)
0230 - Use G4PVPlacement and G4PVParametrised constructors in logical mother.
0231
0232 Feb 27, 2003 mma (exampleN04-V05-00-00)
0233 - added capture and fission in HadronPhysics (Hans-Peter)
0234
0235 Jun 19, 2002 Gabriele Cosmo (exampleN04-V04-00-02)
0236 - Added protection for usage of G4UItcsh... in exampleN04.cc.
0237
0238 May 30, 2002 Makoto Asai (exampleN04-V04-00-01)
0239 - Fixed the size of the muon counter.
0240
0241 May 02, 2002 Michel Maire
0242 - Added tools for interactive session:
0243 UItcsh, visualisation of tracks, saving random engine status.
0244 - Drawing of hits (in EventAction) are temporarly deactivated.
0245
0246 December 18, 2001 Gabriele Cosmo (exampleN04-V04-00-00)
0247 - ExN04PhysicsList.cc: added call to DumpCutValuesTable().
0248 Reference outputs will be modified (V.Ivantchenko)
0249 - GNUmakefile: removed restriction for egcs compiler
0250
0251 October 19, 2001 Steve O'Neale
0252 - Updated reference output
0253
0254 March 07 2001 H.Kurashige (exampleN04-V03-00-07)
0255 - Add G4MuonMinusCaptureAtRest in G4MuonPhysics
0256
0257 February 25 2001 S.W.O'Neale (exampleN04-V03-00-06)
0258 - Add exampleN04.EMtest.large_N.out reference output and remove
0259 some empty "reference" .err files
0260
0261 February 20 2001 S.W.O'Neale (exampleN04-V03-00-05)
0262 - Update reference outputs following materials-V03-00-04
0263
0264 February 9 2001 S.W.O'Neale (exampleN04-V03-00-04)
0265 - Update SUN CC reference outouts for test104 and test104.EMtest
0266
0267 February 9 2001 H.Kurashige (exampleN04-V03-00-03)
0268 - Introduce Modular Physics List
0269
0270 25th November 2000 Steve O'Neale (tagset210)
0271 - Update test outputs for min.delta energy cut
0272 - Update test outputs for small"ish" changes from em tags
0273
0274 August 18, 2000 Michel Maire
0275 - standard G4ionIonisation removed from the PhysicsList
0276
0277 June 24, 2000 John Allison (exampleN04-V01-01-03)
0278 - Updated exampleN04*.out for stand-V01-01-05 and utils-V01-01-03.
0279
0280 June 19, 2000 John Allison (exampleN04-V01-01-02)
0281 - Updated exampleN04.out for geant4-01-01-cand-07.
0282
0283 June 17, 2000 John Allison (exampleN04-V01-01-01)
0284 - Updated exampleN04*.out for geant4-01-01-ref-06.
0285
0286 9th June 2000 Makoto Asai (exampleN04-V01-01-00)
0287 - ExN04StackingAction.cc: protection against illegal value of an argument.
0288
0289 5th June 1999 John Allison
0290 - GNUmakefile: Force non-optimised compliation of some files on HP with
0291 aCC: HP ANSI C++ B3910B A.01.15.
0292
0293 23th April 1999 H.Kurashige
0294 - remove ConstructLeptHad, AddParameterisation inExN04PhysicsList
0295
0296 16th April 1999 H.Kurashige
0297 - modify ExN04RunAction ExN04StackingAction ExN04SteppingAction ExN04TrackingAction
0298 - modify ExN04PhysicsList::SetCuts
0299 - modify ExN04PhysicsList::ConstructParticle
0300
0301
0302 21st November 1998 John Allison
0303 - Made ExN04Field compatible with G4Field.
0304
0305 9 Oct, 1998 M.Asai
0306 - A bug fixed in ExN04DetectorParameterDef.icc.
0307
0308 26th August 1998 John Allison.
0309 - /vis/Draw/current -> /vis/draw/current in ExN04EventAction.cc.
0310
0311 9th August 1998 John Allison.
0312 - Changed G4UIterminal to G4UIGAG.
0313
0314 April 09, 98 G. Cosmo
0315
0316 - Created.