Back to home page

EIC code displayed by LXR

 
 

    


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