Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/medical/dna/microdosimetry/History is written in an unsupported language. File is not indexed.

0001 # Example microdosimetry 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 ## 2024-10-05 Sebastien Incerti (microdosimetry-V11-02-02)
0008 - updated README
0009 
0010 ## 2024-02-13 Sebastien Incerti (microdosimetry-V11-02-01)
0011 - simplification of example to demonstrate the usage of G4DNAPhysicsActivator
0012 
0013 ## 2024-02-03 Sebastien Incerti (microdosimetry-V11-02-00)
0014 - original content of example removed
0015 - replaced by dnaphysics example, version dnaphysics-V11-01-03
0016 
0017 ## 2021-12-10 Ben Morgan (microdosimetry-V11-00-00)
0018 - Change to new Markdown History format
0019 
0020 ---
0021 
0022 # History entries prior to 11.0
0023 
0024 07-11-2021 I. Hrivnacova - microdosimetry-V10-07-04
0025 - Added analysis manager Clear() call instead of
0026   deleting in the end of run (removed on July 19)
0027 
0028 06-10-2021 I. Hrivnacova - microdosimetry-V10-07-03
0029 - Migration to new G4AnalysisManager.hh header;
0030   define the default output file type (root),
0031   removed Analysis.hh.
0032 
0033 19-07-21 I. Hrivnacova - microdosimetry-V10-07-02
0034 - Updated for changes in the analysis category:
0035   removed deleting of the analysis manager,
0036   as this is now done by the Geant4 kernel.
0037 
0038 23-03-21 V.Ivanchenko - microdosimetry-V10-07-01
0039 - updated PhysicsList for 11.0: use updated SetEmModel method
0040 
0041 03-03-21 V.Ivanchenko - microdosimetry-V10-07-00
0042 - updated PhysicsList for 11.0: removed thread unsafe SetCuts method,
0043   use SetEmModel(..) for multiple scattering.
0044 
0045 10-11-20 B. Morgan - microdosimetry-V10-06-00
0046 - Migration to G4RunManagerFactory.
0047 
0048 03-03-19 S. Incerti - microdosimetry-V10-05-00
0049 - updated plot.C.
0050 
0051 22-07-18 S. Incerti - microdosimetry-V10-04-01
0052 - removed obsolete RanecuEngine.
0053 
0054 09-05-18 B.Morgan - microdosimetry-V10-04-00
0055 - Include G4Types before use of G4MULTITHREADED. For forward
0056   compatibility with move to #defines over -D for G4 preprocessor
0057   symbols.
0058 
0059 07-11-17 S. Incerti - microdosimetry-V10-03-08
0060 - updated plot.C
0061 
0062 06-11-17 S. Incerti - microdosimetry-V10-03-07
0063 - updated PL (manual approach of G4DNA activator)
0064 
0065 11-10-17 S. Incerti - microdosimetry-V10-03-06
0066 - added more flags for EM processes
0067 
0068 02-10-17 S. Incerti - microdosimetry-V10-03-05
0069 - added more flags for EM processes
0070 
0071 17-08-17 S. Incerti - microdosimetry-V10-03-04
0072 - fix to analysis manager call in SteppingAction
0073 
0074 16-08-17 S. Incerti - microdosimetry-V10-03-03
0075 - adapted to same scheme as dnaphysics
0076 
0077 23-02-17 I. Hrivnacova - microdosimetry-V10-03-02
0078 - fixed compilation (G4UIQt.hh include)
0079 
0080 31-12-16 S. Incerti - microdosimetry-V10-03-01
0081 - fixed comlpilation
0082 
0083 30-12-16 S. Incerti - microdosimetry-V10-03-00
0084 - cleanup and reordering of processes
0085 
0086 14-10-16 G.Folger - microdosimetry-V10-02-04
0087 - remove direct use of theParticleIterator, use GetParticleTableIterator().
0088     fix required by clang39 on Linux and MAC
0089 
0090 07 July 2016 - S. Incerti - microdosimetry-V10-02-03
0091 - updated README
0092 
0093 04 July 2016 - I. Hrivnacova - microdosimetry-V10-02-02
0094 - Fixes for Doxygen documentation
0095 
0096 04 June 2016 - V.Ivanchenko - microdosimetry-V10-02-01
0097 - Fix PhysicsList
0098 
0099 31 May 2016 - M. Karamitros - microdosimetry-V10-02-00
0100 - Increase cuts of G4ElectronCapture to 7.4 eV to remain compatible
0101   with the energy validity of the Champion's elastic model
0102 
0103 17 Sep 2015 - S. Incerti - microdosimetry-V10-01-00
0104 - Applied coding guidelines
0105 
0106 24 Nov 2014 - M. Karamitros - microdosimetry-V10-00-08
0107 - Retag before release
0108 
0109 12 Nov 2014 - M. Karamitros - microdosimetry-V10-00-07
0110 - Add a ifdef G4UI_USE_QT to avoid compilation error on ctest
0111 - Copy README to bin directory
0112 - Only create the vis viewer in the main
0113 
0114 10 Nov 2014 - M. Karamitros - microdosimetry-V10-00-06
0115 - Correct the check on the output file command line option
0116 
0117 10 Nov 2014 - M. Karamitros - microdosimetry-V10-00-05
0118 - Following Laurent's development: add a tab in the Qt interface
0119 displaying the README
0120 
0121 10 Nov 2014 - M. Karamitros - microdosimetry-V10-00-04
0122 - CommandLine updated
0123 - Default output file's name corrected
0124 - remove microdosmietry.mac
0125 
0126 08 Nov 2014 - M.Karamitros - microdosimetry-V10-00-03
0127 - Clean command line options
0128 
0129 06 Nov 2014 - M.Karamitros - microdosimetry-V10-00-02
0130 - Check analysis manager is actived removed
0131 - Select gui + vis from command line option
0132 
0133 23 Oct 2013 - V.Ivanchenko - microdosimetry-V10-00-01
0134 - Fixed user actions and enter flexible number of threads
0135 
0136 22 Oct 2013 - M. Karamitros - microdosimetry-V10-00-00
0137 - confusion : 09-06 -> 10-00 - change name of the tag
0138 
0139 22 Oct 2013 - M. Karamitros - microdosimetry-V09-06-12
0140 - Update READMEs
0141 
0142 22 Oct 2013 - M. Karamitros - microdosimetry-V09-06-11
0143 - src: Add missing base class initialization
0144 
0145 22 Oct 2013 - M. Karamitros - microdosimetry-V09-06-10
0146 - Migration to extended
0147 - Add missing virtuals, clean classes
0148 - Add .README
0149 - microdosimetry.mac -> microdosimetry.in
0150 - CMakeLists.txt: improve configuration of mac files
0151 - Add RunInitObserver class and make TrackingAction dependent on it
0152 
0153 3 Oct 2013 - S. Incerti - microdosimetry-V09-06-09
0154 - Updated CMakeLists.txt
0155 
0156 30 Sep 2013 - I. Hrivnacova - microdosimetry-V09-06-08
0157 - Updated for changes in analysis:
0158   (removal of G4AnalysisManager::Create(isMaster))
0159 
0160 22 Aug 2013 - S. Incerti - microdosimetry-V09-06-07
0161 - Updated README
0162 
0163 19 Aug 2013 - S. Incerti - microdosimetry-V09-06-06
0164 - Updated README
0165 
0166 30 July 2013 - A.Dotti - microdosimetry-V09-06-05
0167 - Fix compilation warnings from clang32
0168 
0169 7 June 2013 - M. Karamitros - microdosimetry-V09-06-04
0170 - Remove unnecessary output
0171 
0172 7 June 2013 - M. Karamitros - microdosimetry-V09-06-03
0173 - Code clean up and comments added for beta release
0174 
0175 3 June 2013 - M. Karamitros - microdosimetry-V09-06-02
0176 - Fix initialization of sequential run
0177 
0178 10 Apr 2013 - M. Karamitros - microdosimetry-V09-06-01
0179 - Migration to MT
0180 
0181 10 Apr 2013 - S. Incerti - microdosimetry-V09-06-00
0182 - Updated msc model
0183 
0184 3 Nov 2012 - S.Incerti - microdosimetry-V09-05-06
0185 - Removed shadowing in SteppingAction
0186 - Updated physics list for usage of SetEmModel() method
0187 
0188 26 Oct 2012 - L.Pandola - microdosimetry-V09-05-05
0189 - Changed CMakeLists.txt to deal with VIS/UI
0190 
0191 26 Oct 2012 - S.Incerti - microdosimetry-V09-05-04
0192 - Renamed executable
0193 
0194 12 Oct 2012 - G.Cosmo - microdosimetry-V09-05-03
0195 - Explicit inclusion of units and constants headers
0196 
0197 1 Oct 2012 - V. Ivantchenko - microdosimetry-V09-05-02
0198 - G4ElectronCapture - clean up killing captured electron
0199 
0200 16 Aug 2012 - S. Incerti - microdosimetry-V09-05-01
0201 - Switched to new analysis interface
0202 
0203 10 Aug 2012 - S. Incerti - microdosimetry-V09-05-00
0204 - Removed export=root option in HistoManager
0205 
0206 23 July 2012 - M. Karamitros -  microdosimetry-V09-04-07
0207 - Added TrackingAction (count N secondaries created in/outside
0208   "target" region) + Modified related classes (RunAct and main)
0209 
0210 18 August 2011 - S. Incerti -  microdosimetry-V09-04-06
0211 - Added scoring of msc
0212 
0213 18 August 2011 - S. Incerti -  microdosimetry-V09-04-05
0214 - Removed initStep test in SteppingAction
0215 
0216 16 August 2011 - S. Incerti -  microdosimetry-V09-04-04
0217 - Removed usage of system command
0218 
0219 27 May 2011 - S. Incerti -  microdosimetry-V09-04-03
0220 - Switched back to ordered physics list
0221 
0222 20 May 2011 - S. Incerti -  microdosimetry-V09-04-02
0223 - Switched to non-ordered physics list
0224 
0225 02 April 2011 - S. Incerti -  microdosimetry-V09-04-01
0226 - Added new variables to histogram
0227 
0228 13 March 2011 - S. Incerti -  microdosimetry-V09-04-00
0229 - Switched to G4ionIonisation and 5 MeV proton
0230 
0231 18 November 2010 - J. Allison -  microdosimetry-V09-03-10
0232 - Introduced G4UIExecutive.
0233 
0234 12 November 2010 - S. Incerti -  microdosimetry-V09-03-09
0235 - Modified energy limit of Sanche vib excitation for e-
0236 
0237 09 November 2010 - M. Asai - microdosimetry-V09-03-08
0238 - Fix AIDA file option.
0239 
0240 08 October 2010 - S. Incerti - microdosimetry-V09-03-07
0241 - added H excitation
0242 
0243 06 October 2010 - S. Incerti - microdosimetry-V09-03-06
0244 - update for production of histograms with AIDA
0245 
0246 13 September 2010 - S. Incerti - microdosimetry-V09-03-05
0247 - added new G4DNA electron processes
0248 - updated SteppingAction and plot.C accordingly
0249 
0250 31 August 2010 - V.Ivanchenko - microdosimetry-V09-03-04
0251 - added electron capture process inside the target
0252 
0253 25 August 2010 - S. Incerti - microdosimetry-V09-03-03
0254 - switched to G4DNABornExcitationModel for electrons
0255 
0256 12 June 2010 - V.Ivanchenko    - microdosimetry-V09-03-02
0257 - added target region and defined DNA physics for this region
0258 
0259 03 June 2010 - J.Perl    - microdosimetry-V09-03-01
0260 - update vis usage
0261 
0262 25 March 2010 - G.Folger    - microdosimetry-V09-03-00
0263 - do not use G4UItcsh on windows
0264 
0265 15 August 2009 - S. Incerti - microdosimetry-V09-02-04
0266 - fixed type in GenericIonDefinition in PhysicsList.cc
0267   (to be used with emlowen-V09-02-50 and above)
0268 
0269 13 August 2009 - S. Incerti - microdosimetry-V09-02-03
0270 - replaced H2O material by NIST G4_WATER
0271   (to be used with emlowen-V09-02-50 and above)
0272 
0273 10 August 2009 - S. Incerti - microdosimetry-V09-02-02
0274 - added GenericIon definition to PhysicsList (required by rules of G4VUserPhysicsList)
0275 
0276 29 April 2009 - S. Incerti - microdosimetry-V09-02-01
0277 - modified PhysicsList for migrated Geant4-DNA processes
0278 - modified SteppingAction accordingly
0279 - updated README
0280 
0281 27 June 2008 - S. Incerti - microdosimetry-V09-01-04
0282 - modified PhysicsList.cc and SteppingAction.cc to take into account
0283 new G4CrossSectionElasticScreenedRutherfordLE and HE classes
0284 (from emlowen-V09-01-21 only !)
0285 - removed G4CrossSectionExcitationEmfietzoglou.cc
0286 
0287 20 June 2008 - S. Incerti - microdosimetry-V09-01-03
0288 - updated History
0289 
0290 10 June 2008 - S. Incerti - microdosimetry-V09-01-02
0291 - added G4CrossSectionExcitationEmfietzoglou.cc with higher low energy limit (10 eV) than default (7.4 eV)
0292 - added G4DNA process names in Physics list
0293 - removed useless G4DNAProcess.hh and G4DNAProcess.icc files
0294 
0295 06 June 2008 - S. Incerti - microdosimetry-V09-01-01
0296 - Package created.