Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/field/field04/History is written in an unsupported language. File is not indexed.

0001 # Example field04 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 ## 2023-09-05 Gabriele Cosmo (fieldex04-V11-01-01)
0010 - Replaced use of deprecated G4TouchableHistoryHandle with G4TouchableHandle.
0011 
0012 ## 2023-07-05 Ivana Hrivnacova (fieldex04-V11-01-00)
0013 - Clang-tidy, new coding guidelines
0014 - Removed dummy F04SteppingActionMessenger
0015 - Clean-up trailing white-spaces
0016 
0017 ## 2022-11-16 John Apostolakis (fieldex04-V11-00-03)
0018 - Corrected assignement of epsMax=0.001 .  Also epsMin is dimensionless!
0019 
0020 ## 2022-10-04 Ben Morgan (fieldex04-V11-00-02)
0021 - Replace sprintf with std::to_string to fix deprecation warnings on macOS 13
0022 
0023 ## 2022-08-26 Gabriele Cosmo (fieldex04-V11-00-01)
0024 - Fixed compilation warning on gcc-12.1 in F04TrajectoryPoint constructor.
0025 
0026 ## 2021-12-10 Ben Morgan (fieldex04-V11-00-00)
0027 - Change to new Markdown History format
0028 
0029 ---
0030 
0031 # History entries prior to 11.0
0032 
0033 October 25, 2021 B.Morgan - fieldex04-V10-07-00
0034 - Use G4StrUtil functions replacing deprecated G4String member functions
0035 
0036 November 19, 2019 G.Cosmo - fieldex04-V10-05-00
0037 - Removed useless double-definition of copy-ctr for F04StepMax and deleted.
0038 
0039 July 27, 2018 I.Hrivnacova - fieldex04-V10-04-02
0040 - Macro review and code clean-up:
0041   - Modify handling program according to basic examples
0042   - Separated other than visualization settings from vis.mac in a
0043     new init_vis.mac and added 'startPhase' program argument
0044   - Added test for commands defined in the example at the end
0045     of field04.in macro
0046   - Removed SetCut functions and commands from the physics list and
0047     physics list messenger (available in G4 kernel)
0048   - Fixed warnings when geometry parameters are set in PreInit phase
0049   - Improved visualization of geometry
0050   - Added "beamOn 10" button in gui.mac
0051   - Updated README files
0052 
0053 May 15, 2018 J.Allison - fieldex04-V10-04-01
0054 - Remove G4UI_USE and G4VIS_USE.
0055 - Move instantiation of G4UIExecutive to start of main.
0056 - vis.mac, gui.mac: Clean up.
0057 
0058 May 09, 2018 B.Morgan - fieldex04-V10-04-00
0059 - Include G4Types before use of G4MULTITHREADED. For forward
0060   compatibility with move to #defines over -D for G4 preprocessor
0061   symbols.
0062 
0063 Nov 02, 2016 L.Garnier (fieldex04-V10-02-03)
0064 - remove icons.mac. Automatically include since interfaces-V10-02-07
0065 
0066 Oct 14, 2016 P.Gumplinger - (fieldex04-V10-02-02)
0067 - remove direct use of theParticleIterator, use GetParticleTableIterator().
0068     fix required by clang39 on Linux and MAC
0069 
0070 Jul 07, 2016 P.Gumplinger - (fieldex04-V10-02-01)
0071 - replace F04ExtraPhysics with G4StepLimiterPhysics and
0072   replace F04OpticalPhysics with G4OpticalPhysics
0073 
0074 May 19, 2016 G.Cosmo - (fieldex04-V10-02-00)
0075 - Fixed compilation warning on gcc-6.1 in F04GlobalField.
0076 
0077 May 14, 2015 P.Gumplinger - (fieldex04-V10-01-01, 00)
0078 - Removed obsolete /event/drawTrack and /event/printModulo.
0079 
0080 November 5, 2014 A.Dotti -  (fieldex04-V10-00-11)
0081 - Bug fixing for shared process.
0082 
0083 October 28, 2014 A. Dotti - (fieldex04-V10-00-10)
0084 - Proting to new optical phsyics processes API
0085   (no statics), requires: xrays-V10-00-06, op-V10-00-09,
0086   phys-ctor-em-V10-00-18.
0087 
0088 February 28, 2014 G. Cosmo - (fieldex04-V10-00-09)
0089 - Corrected mismatch for delete/new of fFp pointer array in Clear()...
0090 
0091 February 27, 2014 G. Cosmo - (fieldex04-V10-00-08)
0092 - Set pointer to NULL and fields size to zero in Clear().
0093 
0094 February 25, 2014 G. Cosmo - (fieldex04-V10-00-07)
0095 - F04GlobalField.cc : Fix in destructor to also -avoid- deletion of
0096   fFieldManager!
0097 
0098 February 25, 2014 G. Cosmo - (fieldex04-V10-00-06)
0099 - F04GlobalField.cc : Fix in destructor to -not- delete fFieldPropagator
0100   and set flag in Clear() for avoiding invalid memory access in GetField().
0101 
0102 February 18, 2014 P. Gumplinger - (fieldex04-V10-00-05)
0103 - F04GlobalField.cc : try to fix double delete.
0104 
0105 December 27, 2013 M. Asai - (fieldex04-V10-00-04)
0106 - F04GlobalField.cc : Fix uninitialized variables.
0107 
0108 December 23, 2013 M. Asai - (fieldex04-V10-00-03)
0109 - Limit static method invokation only for master/sequential.
0110 
0111 December 22, 2013 M. Asai - (fieldex04-V10-00-02)
0112 - Avoid static method being invoked by a pointer.
0113 
0114 December 19, 2013 A. Dotti - (fieldex09-V10-00-01)
0115 - Retagging: previous tag was rejected due to MT issues, but
0116   problem is not reproducible. Retagging for debugging
0117 
0118 December 04, 2013 P.Gumplinger - (fieldex04-V10-00-00)
0119 - replace Update method and commands with ReinitializeGeometry
0120 - put back cleaning volumes and solid stores in Construct()
0121 - More Fixes in gui.mac:
0122   Let execute vis.mac first to make the command in added menus available;
0123   Corrected wireframe parameter;
0124 
0125 November 30, 2013 M.Asai - (fieldex04-V09-06-08)
0126 - fix additional thread-safety issues.
0127 - Fixed gui.mac (commented out command specific to B2 example)
0128 
0129 November 28, 2013 M.Asai - (fieldex04-V09-06-07)
0130 - fix thread-safety issues.
0131 
0132 November 15, 2013 P.Gumplinger - (fieldex04-V09-06-06)
0133 - fix compile warning of Windows code in field04.cc
0134 
0135 November 13, 2013 P.Gumplinger - (fieldex04-V09-06-05)
0136 - migration to MT
0137 
0138 August 26, 2013 P.Gumplinger - (fieldex04-V09-06-04)
0139 - do not execute vis.mac in main
0140 
0141 July 29, 2013 P.Gumplinger - (fieldex04-V09-06-03)
0142 - fix MAC/clang32 compilation warnings
0143 
0144 Apr 13, 2013 A.Dotti - (fieldex04-V09-06-02)
0145 - Changes in API physics list for MT
0146 
0147 Dec 12, 2012 A.Ribon  - not tagged
0148 - I have rejected my previous tag (fieldex04-V09-06-01) and
0149   switched back to QGSP_BERT_EMV, because it is used via the
0150   physics list factory, so it is fine!
0151 
0152 Dec 12, 2012 A.Ribon - fieldex04-V09-06-01
0153 - Replaced QGSP_BERT_EMV with QGSP_BERT.
0154 
0155 Dec 02, 2012 J.Allison - fieldex04-V09-06-00
0156   Migration to DrawTrajectory() (i_mode argument is no longer available):
0157   o F04Trajectory.cc: Removed DrawTrajectory(G4int i_mode).
0158   o F04EventAction.cc: Removed argument from DrawTrajectory().
0159 
0160 Nov 28th, 2012 Gabriele Cosmo - fieldex04-V09-05-04
0161 - Fixed cases of variable shadowing.
0162 
0163 Nov 14th, 2012 Ivana Hrivnacova - fieldex04-V09-05-03
0164 - In vis.mac: replaced OGLIX with OGL
0165 
0166 Nov 6th, 2012 Peter Gumplinger - fieldex04-V09-05-02
0167 - reverse the order of checking thePostLV and thePreLV in the if-statement
0168 
0169 Jun 20th, 2012 Peter Gumplinger    - fieldex04-V09-05-01
0170 - remove SetModel from F04OpticalPhysics.cc co-work with op-V09-05-04
0171 
0172 Jun 18th, 2012 Gabriele Cosmo      - fieldex04-V09-05-00
0173 - Renamed global allocator for F04Trajectory to not clash with one defined
0174   in the kernel.
0175 
0176 Oct 24th, 2010 Peter Gumplinger    - fieldex04-V09-03-02
0177 - Include Mie scattering process and update usage of G4PhysListFactory
0178 
0179 Jun 3rd, 2010, Peter Gumplinger    - fieldex04-V09-03-01
0180 - Modify F04Trajectory class to compile without warnings against
0181   tracking-V09-03-03 by implementing a DrawTrajectory() method.
0182 
0183 March 23rd, 2010, Gunter Folger     - fieldex04-V09-03-00
0184 - Add <ctime> header in src/F04RunAction.cc to fix a compile
0185   error on windows.
0186 
0187 November 6th, 2009 Peter Gumplinger - fieldex04-V09-02-03
0188 - Rewrite F04PhysicsList and F04PhysicsListMessenger and
0189   use the newly available G4PhysListFactory
0190 
0191 October 30th, 2009 John Allison - fieldex04-V09-02-02
0192 - Introduced G4UIExecutive.
0193 
0194 June 1st, 2009 Peter Gumplinger - fieldex04-V09-02-01
0195 - Introduce '/rndm/autoSeed' command and changed the seeding of the
0196   RanecuEngine from time(NULL). Default is autoSeed(false).
0197 
0198 May 27th, 2009 Gabriele Cosmo - fieldex04-V09-02-00
0199 -----------------------------
0200 - Commented out timing for initial seed to allow for reproducibility
0201   or results ...
0202 
0203 December 11th, 2008 Peter Gumplinger - fieldex04-V09-01-06
0204 -----------------------------------
0205 - bug: now the density must be given with units before the call to
0206   ConstructNewMaterial
0207 
0208 November 25st, 2008 Peter Gumplinger - fieldex04-V09-01-05
0209 ------------------------------------
0210 - change to AddPhysicsList("emstandard")
0211 
0212 November 21st, 2008 Peter Gumplinger - fieldex04-V09-01-04
0213 ------------------------------------
0214 - changed F04PhysicsList.cc according to
0215   examples/extended/hadronic/Hadr01
0216 
0217 July 3rd, 2008 Peter Gumplinger - fieldex04-V09-01-03
0218 -------------------------------
0219 - fix: setTheEngine BEFORE setTheSeed in field04.cc
0220 
0221 June 2th, 2008 Vladimir Ivanchenko - fieldex04-V09-01-02
0222 ----------------------------------
0223 - removed obsolete G4HadronProcessStore from PhysicsList
0224 
0225 Mar 26th, 2008 Gunter Folger - fieldex04-V09-01-01
0226 ----------------------------
0227 - final fix to avoid error log - Invalid rotation specification
0228   in F04DetectorConstruction::stringToRotationMatrix
0229 
0230 Mar 5th, 2008  Peter Gumplinger - fieldex04-V09-01-00
0231 -------------------------------
0232 - fix to avoid error log - Invalid rotation specification
0233   in F04DetectorConstruction::stringToRotationMatrix
0234 
0235 Nov 2nd, 2007  Gabriele Cosmo - fieldex04-V09-00-01
0236 -----------------------------
0237 - Minor fixes for porting on Windows platform.
0238 
0239 Oct 29th, 2007  Peter Gumplinger - fieldex04-V09-00-00
0240 --------------------------------
0241 - First implementation.