Warning, /geant4/examples/basic/B3/History is written in an unsupported language. File is not indexed.
0001 # Example B3 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 ## 2024-05-07 I. Hrivnacova (exampleB3-V11-02-00)
0010 - Looping over G4THitsMap via range for loop instead of iterators.
0011
0012 ## 2023-11-15 I. Hrivnacova (exampleB3-V11-01-01)
0013 - Updated vis.mac macros:
0014 Changed "/vis/open OGL [600x600-0+0]" to "/vis/open" to allow run-time choices
0015 and simplified comments
0016
0017 ## 2023-11-03 I. Hrivnacova (exampleB3-V11-01-00)
0018 - Applied auto in main where suitable and not done by clang-tidy
0019
0020 ## 2022-11-29 I. Hrivnacova (exampleB3-V11-00-02)
0021 - Activated merging ntuples with score ntuple writer
0022 - Added commented setting in run2.mac:
0023 /control/cout/ignoreThreadsExcept 0
0024
0025 ## 2022-03-02 I. Hrivnacova (exampleB3-V11-00-01)
0026 - Set new analysis file name for the second run
0027 in run2.mac to avoid overwriting the output from
0028 the first run
0029
0030 ## 2021-12-10 Ben Morgan (exampleB3-V11-00-00)
0031 - Change to new Markdown History format
0032
0033 ---
0034
0035 # History entries prior to 11.0
0036
0037 06-10-21 I. Hrivnacova (exampleB3-V10-07-03)
0038 - Migration to new G4AnalysisManager.hh header;
0039 removed Analysis.hh.
0040
0041 13-07-21 I. Hrivnacova (exampleB3-V10-07-02)
0042 - Introduced namespace instead of a class names prefix
0043 - Declare overriding functions 'override' (and removed 'virtual' keyword)
0044
0045 31-05-21 I. Hrivnacova (exampleB3-V10-07-01)
0046 - Use nullptr instead of 0
0047 - Clean trailing whitespaces from all files
0048
0049 30-05-21 M.Maire (exampleB3-V10-07-00)
0050 - exampleB3a,b.cc: use G4SteppingVerboseWithUnits
0051
0052 02/11/20 B.Morgan (exampleB3-V10-06-01)
0053 - Support same CMake version range as core Geant4
0054
0055 30/06/20 G. Cosmo (exampleB3-V10-06-00)
0056 - Migrated examples to use G4RunManagerFactory, therefore implicitly enabling
0057 tasking by default in MT builds.
0058
0059 21/11/19 G. Cosmo (exampleB3-V10-05-02)
0060 - Use default MixMax random engine.
0061
0062 30/09/19 I. Hrivnacova (exampleB3-V10-05-01)
0063 - Updated comments in main() for modified score ntuple writer UI commands.
0064
0065 08/07/19 I. Hrivnacova (exampleB3-V10-05-00)
0066 - Added score ntuple writer.
0067
0068 30/11/18 I. Hrivnacova (exampleB3-V10-04-05)
0069 - Moved the previous update from B3b in B3 documentation
0070 and removed obsolete README files from B3a and B3b.
0071
0072 16/11/18 J. Madsen (exampleB3-V10-04-04)
0073 - Updated documentation for example B3b
0074
0075 13/11/18 J. Madsen (exampleB3-V10-04-03)
0076 - Added StatAnalysis to example B3b according to Lund agreement
0077 to demonstrate statistical computations in a basic example
0078
0079 30/10/18 I. Hrivnacova (exampleB3-V10-04-02)
0080 - Removed usage of G4ScoreNtupleWriter;
0081 will be demonstrated in a new extended analysis example
0082
0083 26/10/18 I. Hrivnacova (exampleB3-V10-04-01)
0084 - Activated storing hits in Root file using new G4ScoreNtupleWriter
0085 - Replaced explicit printing of Run ID with /run/printProgress
0086 - Updated README
0087
0088 08/05/18 B. Morgan (exampleB3-V10-04-00)
0089 - Include G4Types before use of G4MULTITHREADED. For forward
0090 compatibility with move to #defines over -D for G4 preprocessor
0091 symbols.
0092
0093 22/12/16 M. Maire (exampleB3-V10-03-00)
0094 - PhysicsList : register Electromagnetic before RadioactiveDecay
0095
0096
0097 19/11/16 A. Dotti (exampleB3-V10-02-04)
0098 - explicit set of SD to manager
0099
0100 02/11/16 I. Hrivnacova (exampleB3-V10-02-03)
0101 - Fixed comments for Doxygen
0102 - Removed obsolete B3b/exampleB3.cc
0103
0104 26/09/16 I. Hrivnacova (exampleB3-V10-02-02)
0105 - Updated for renaming G4Parameter in G4Accumulable
0106
0107 24/05/16 I. Hrivnacova (exampleB3-V10-02-01)
0108 - Fixed compiler warning introduced in the previous update
0109
0110 20/05/16 I. Hrivnacova (exampleB3-V10-02-00)
0111 - Fixed initialization of the hits collections IDs in B3aEventAction
0112 (this fixes the problem report #1862)
0113 - Removed History files from B3a and B3b
0114
0115 05/11/15 I. Hrivnacova (exampleB3-V10-01-01)
0116 - Splitting example in two variants of merging data:
0117 -B3a (new) with the code based on G4Parameter
0118 -B3b (as previous B3) with the code based on G4Run
0119
0120 04/05/15 I. Hrivnacova (exampleB3-V10-01-00)
0121 - Coding guidelines: removed empty lines
0122
0123 29/11/14 I. Hrivnacova
0124 - Use G4endl instead of \n in G4cout;
0125 this makes each new line in the output on threads preceded with
0126 G4WTN >
0127
0128 06/11/14 I. Hrivnacova
0129 - Finalized modifications in previous tag (01):
0130 - Removed G4UI_USE/G4VIS_USE tests and init.mac macro (not needed)
0131 - Moved G4UIExecutive at the beginning of main() in all examples
0132 - Perform run initialization in macros instead of main()
0133
0134 04/11/14 L. Garnier (exampleB3-V10-00-01)
0135 - Remove old G4UI_USE/G4VIS_USE
0136 - Move G4UIExecutive at the beginning of main()
0137
0138 29/10/13 I. Hrivnacova (exampleB3-V09-06-06)
0139 - Removed SetNumberOfThreads(4) from main (use Geant4 default)
0140 - Updated README
0141
0142 09/09/13 M.Asai (exampleB3-V09-06-05)
0143 - B3PrimaryGeneratorAction.cc : Change G4ParticleTable::GetIon() to
0144 G4IonTable::GetIon(), as the former method becomes obsolete.
0145
0146 13/06/13 mma (exampleB3-V09-06-04)
0147 Fixes for MT:
0148 - Set sensitive detector via SetSensitiveDetector(..)
0149 - Get hits collection IDs in B3Run::RecordEvent (and not B3Run constructor)
0150 - Add a test for primary generator action in B3RunAction::EndOfRunAction()
0151 as it does not exist on master
0152
0153 05/06/13 mma (exampleB3-V09-06-03)
0154 - add section about ACTION INITALIZATION to README and .README
0155
0156 01/06/13 mma (exampleB3-V09-06-02)
0157 - Migration for MT:
0158 forgotten to add B3Run
0159
0160 31/05/13 mma (exampleB3-V09-06-01)
0161 - Migration for MT:
0162 Added B3ActionInitialization, B3Run
0163 Removed B3EventAction
0164 and updated actions classes accordingly.
0165 README files still need to be updated.
0166
0167 28/02/13 I. Hrivnacova
0168 - When building materials with NistManager
0169 do not set fromIsotopes argument (which was set to false),
0170 as since 9.6 all materials have to be built from isotopes.
0171 Thanks to V. Ivantchenko for pointing at this.
0172
0173 21/11/11 I. Hrivnacova
0174 - Improved vis.mac
0175 - Removed alternative detector construction class
0176
0177 14/11/11 I. Hrivnacova
0178 - The first tagged version of the new B3 example
0179 (tagged in basic).
0180
0181 11-11-11 (mma)
0182 - EventAction: printModulo 10000
0183
0184 01-11-11 (mma)
0185 - DetectorConstruction2: - add an offset when replicate dPhi
0186
0187 29-09-11 (mma)
0188 - DetectorConstruction: - replace crystal shape Trd by Box
0189 - add a gap for wrapping
0190
0191 27-06-11 michel maire
0192 - Created.