Files
geant4/examples/extended/errorpropagation/History
T
2018-06-29 10:58:11 +02:00

62 lines
2.3 KiB
Plaintext

$Id: History 110760 2018-06-13 06:24:05Z gcosmo $
-------------------------------------------------------------------
=========================================================
Geant4 - an Object-Oriented Toolkit for Simulation in HEP
=========================================================
Category History file
---------------------
This file should be used by G4 developers and category coordinators
to briefly summarize all major modifications introduced in the code
and keep track of all category-tags.
It DOES NOT substitute the CVS log-message one should put at every
committal in the CVS repository !
----------------------------------------------------------
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
Jun 13, 2018 G.Cosmo (exerrprop-V10-04-00)
- Use implicit destructor in ExErrorMagneticField.
- Updated README.
Oct 16, 2014 I.Hrivnacova (exerrprop-V10-00-00)
- Fixed coding guidelines (long lines) in errprop.cc, ExErrorDetectorConstruction.cc
Feb 13, 2013 I.Hrivnacova (exerrprop-V09-06-00)
- Applied coding guidelines (virtual keyword, data member initialization)
Sep 4, 2012 I.Hrivnacova (exerrprop-V09-05-05)
- Adding explicit includes of G4SystemOfUnits.hh and G4PhysicalConstants.hh
where needed
- Replaced tabulators with space characters
Sep 4, 2012 I.Hrivnacova (exerrprop-V09-05-04)
- Updated CMakeLists.txt:
adding copying macros (empty), install target and comment lines
Jul 17, 2012 I.Hrivnacova (exerrprop-V09-05-03)
- Restored files descriptions and moved class descriptions in .hh
at the right place
Jul 17, 2012 I.Hrivnacova (exerrprop-V09-05-02)
- Improved .README file
Jul 6, 2012 P.Arce (exerrprop-V09-05-01)
- Reviewed examples according to coding guidelines
Oct 3, 2011 G.Folger (exerrprop-V09-04-01)
- Fix one left old style G4Exception.
Oct 3, 2011 G.Folger (exerrprop-V09-04-00)
- Fix gcc46 compilation warning in errprop.cc
Mar 6, 2009 G.Barrand (exerrprop-V09-02-00)
- GNUmakefile: removed logic for setting AIDA with G4ANALYSIS_USE.
since it already handled in the internal configuration scripts.
- Replaced usare of 'uint' with 'size_t' in errprop.cc (G.Cosmo).
May 28, 2007 P.Arce
- First version