Back to home page

EIC code displayed by LXR

 
 

    


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