Warning, /geant4/examples/extended/geometry/transforms/History is written in an unsupported language. File is not indexed.
0001 # Example transforms 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 ## 2023-07-04 Hrivnacova (exTransforms-V11-01-00)
0009 - Clang-tidy fixes, new coding guidelines
0010 - Clean-up trailing whitespaces
0011
0012 ## 2021-12-10 Ben Morgan (exTransforms-V11-00-00)
0013 - Change to new Markdown History format
0014
0015 ---
0016
0017 # History entries prior to 11.0
0018
0019 04-06-21 I. Hrivnacova (exTransforms-V10-07-02)
0020 - added cleaning of the reflection factory
0021
0022 31-04-21 mma (exTransforms-V10-07-01)
0023 - transforms.cc : initialize visualization only in interactive mode
0024 - PlaceWithReflections : permute z-positions
0025 - DetectorMessenger : AvailableForStates(G4State_PreInit,G4State_Idle)
0026 - new macros : rotations.mac reflections.mac
0027
0028 20-04-21 mma (exTransforms-V10-07-00)
0029 - transforms.cc : use G4SteppingVerboseWithUnits
0030
0031 01-10-18 mma, I. Hrivnacova (exTransforms-V10-04-02)
0032 - DetectorConstruction::PlaceWithAxialRotations : use rotate(angle, axis)
0033 - Added descriptions for placement methods in README
0034
0035 24-09-18 mma (exTransforms-V10-04-01)
0036 - update README
0037
0038 11-03-18 mma (exTransforms-V10-04-00)
0039 - transforms.cc : remove G4UI_USE and G4VIS_USE
0040
0041 12-10-16 mma (exTransforms-V10-02-04)
0042 - remove again debug.mac
0043
0044 09-10-16 mma (exTransforms-V10-02-02, 03)
0045 - restaure debug.mac
0046
0047 08-10-16 mma (exTransforms-V10-02-01)
0048 - rename debug.mac to transforms.in
0049
0050 04-07-16 I. Hrivnacova (exTransforms-V10-02-00)
0051 - Fixes for Doxygen documentation
0052
0053 24-07-15 mma (exTransforms-V10-01-00)
0054 - vis.mac: draw axis.
0055
0056 08-06-13 mma (exTransforms-V09-06-04)
0057 - Cosmetic in SteppingAction.
0058
0059 24/03/2013 mma (exTransforms-V09-06-03)
0060 - polish coding conventions
0061
0062 17/03/2013 mma (exTransforms-V09-06-02)
0063 - G4 coding conventions
0064
0065 28/02/13 I. Hrivnacova (exTransforms-V09-06-01)
0066 - When building materials with NistManager
0067 do not set fromIsotopes argument (which was set to false),
0068 as since 9.6 all materials have to be built from isotopes.
0069 (Thanks to V. Ivantchenko for pointing at this.)
0070
0071 14/02/2013 I. Hrivnacova (exTransforms-V09-06-00)
0072 - Applied coding guidelines (data members initialization)
0073
0074 06/09/2012 I. Hrivnacova (exTransforms-V09-05-03)
0075 - Fixed warning on windows from DetectorConstruction
0076
0077 04/09/2012 I. Hrivnacova (exTransforms-V09-05-02)
0078 - Updated CMakeLists.txt:
0079 adding visualization, copying macros, install target and comment lines
0080 - Minor fixes in .README
0081
0082 25/06/2012 mma (exTransforms-V09-05-01)
0083 - update readme and .readme
0084
0085 12/03/2012 mma (exTransforms-V09-05-00)
0086 - simplified version, limited to geometry functionalities
0087
0088 15/11/2011 I. Hrivnacova (exTransforms-V09-04-00)
0089 First version of Transforms examples implemented by M.Maire;
0090 the reflection option added by I. Hrivnacova.