Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/basic/B1/History is written in an unsupported language. File is not indexed.

0001 # Example B1 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 ## 2024-08-12 I. Hrivnacova (exampleB1-V11-02-00)
0009 - Updated for changes in accumulables:
0010   use new "Register" method with shorter name
0011 
0012 ## 2023-11-14 I. Hrivnacova (exampleB1-V11-01-03)
0013 - Fixes for Doxygen:
0014   Move class description comments after namespace
0015 
0016 ## 2023-11-03 I. Hrivnacova (exampleB1-V11-01-02)
0017 - Applied auto in main where suitable and not done by clang-tidy
0018 
0019 ## 2023-09-18 I. Hrivnacova (exampleB1-V11-01-01)
0020 - tsg_offscreen.mac moved in example B5
0021 
0022 ## 2023-09-06 John Allison (exampleB1-V11-01-00)
0023 - For the new flexible run-time graphics system options:
0024   - exampleB1.cc:
0025     - Use constructor with arguments: new G4VisExecutive(argc, argv).
0026   - vis.mac:
0027     - Change "/vis/open OGL 600x600-0+0" to "/vis/open" to allow new choices.
0028     - Add some guidance.
0029 
0030 ## 2022-10-13 Guy Barrand (exampleB1-V11-00-01)
0031 - vis.mac: commented TSG_OFFSCREEN usage example.
0032 
0033 ## 2021-12-10 Ben Morgan (exampleB1-V11-00-00)
0034 - Change to new Markdown History format
0035 
0036 ---
0037 
0038 # History entries prior to 11.0
0039 
0040 13-07-21 I. Hrivnacova (exampleB1-V10-07-03)
0041 - Use B1 in multiple inclusion protection ifdefs
0042 - Fixes in Doxygen documentation
0043 
0044 12-07-21 I. Hrivnacova (exampleB1-V10-07-02)
0045 - Introduced namespace instead of a class names prefix
0046 - Declare overriding functions 'override' (and removed 'virtual' keyword)
0047 
0048 31-05-21 I. Hrivnacova (exampleB1-V10-07-01)
0049 - Use nullptr instead of 0
0050 - Clean trailing whitespaces from all files
0051 
0052 30-05-21 M.Maire (exampleB1-V10-07-00)
0053 - exampleB1.cc: use G4SteppingVerboseWithUnits
0054 
0055 02/11/20 B.Morgan (exampleB1-V10-06-01)
0056 - Support same CMake version range as core Geant4
0057 
0058 30/06/20 G. Cosmo (exampleB1-V10-06-00)
0059 - Migrated to use G4RunManagerFactory, therefore implicitly enabling
0060   tasking by default in MT builds.
0061 
0062 21/11/19 G. Cosmo (exampleB1-V10-05-00)
0063 - Use default MixMax random engine.
0064 
0065 26/09/16 I. Hrivnacova (exampleB1-V10-02-01)
0066 - Updated for renaming G4Parameter in G4Accumulable
0067 
0068 20/09/16 J. Allison (exampleB1-V10-02-00)
0069 - vis.mac: Added this to make "Envelope" transparent blue:
0070   # "Envelope" is transparent blue to represent water
0071   /vis/geometry/set/colour Envelope 0 0 0 1 .3
0072 
0073 02/11/15 I. Hrivnacova (exampleB1-V10-01-03)
0074 - B1Run class replaced with a code based on G4Parameter
0075 
0076 04/05/15 I. Hrivnacova (exampleB1-V10-01-02)
0077 - Coding guidelines: removed empty lines
0078 
0079 23/04/15 mma (exampleB1-V10-01-01)
0080 - RunAction : come back to previous formula
0081 
0082 21/04/15 mma (exampleB1-V10-01-00)
0083 - RunAction : correct calculation of rmsEdep
0084 
0085 29/11/14 I. Hrivnacova
0086 - Use G4endl instead of \n in G4cout;
0087   this makes each new line in the output on threads preceded with
0088   G4WTN >
0089 
0090 06/11/14 I. Hrivnacova
0091 - Removed G4UI_USE/G4VIS_USE tests and init.mac macro (not needed)
0092 - Moved G4UIExecutive at the beginning of main() in all examples
0093 - Perform run initialization in macros instead of main()
0094 
0095 28/10/13 I. Hrivnacova (exampleB1-V09-06-06)
0096 - Removed SetNumberOfThreads(4) from main (use Geant4 default)
0097 
0098 26/10/13 mma (exampleB1-V09-06-05)
0099 - Use /run/printProgress. Cleanup in EventAction
0100 
0101 08/10/13 I. Hrivnacova (exampleB1-V09-06-04)
0102 - Removed B1EventInformation for keeping maximum simplicity
0103 - Improved documentation (added paragraph on Run::Merge())
0104 - Code clean-up
0105 
0106 09/06/13 I. Hrivnacova (exampleB1-V09-06-03)
0107 - clarify local names in user actions
0108 
0109 05/06/13 mma (exampleB1-V09-06-02)
0110 - add section about ACTION INITALIZATION to README and .README
0111 - update section DETECTOR RESPONSE
0112 
0113 05/05/13 I. Hrivnacova  (exampleB1-V09-06-01)
0114 - Migration for MT (by Makoto):
0115   Added B1ActionInitialization, B1EventInformation and B1Run classes
0116   and updated actions classes accordingly.
0117   README files still need to be updated.
0118 
0119 15/01/13 I. Hrivnacova  (exampleB1-V09-06-00)
0120 - Tag for a test only (g4svn update with svn 1.7.x)
0121 
0122 13/11/12 I. Hrivnacova  (exampleB1-V09-05-03)
0123 - Use QBBC physics list instead of QGSP_BIC_EMY, which becomes
0124   obsolete
0125 
0126 02/11/12 J. Allison  (exampleB1-V09-05-01 and 02)
0127 - README: Improved.
0128 
0129 02/11/12 J. Allison  (exampleB1-V09-05-00)
0130 - vis.mac: Improved view and added text, scale, logo etc. to scene.
0131 
0132 14/11/11 I. Hrivnacova
0133 - The first tagged version of the new B1 example
0134   (tagged in basic)
0135 
0136 31/10/11 I. Hrivnacova
0137 - change volume names
0138 - scoring in 1 volume only, with new scheme
0139 
0140 05/09/11 M. Maire, P. Gueye
0141 - Created.