Geant4 Cross Reference |
1 # Category hadr-partonstring-mgt History << 1 ------------------------------------------------------------------- 2 2 3 See `CONTRIBUTING.rst` for details of **requir << 3 ========================================================== 4 which **must** added in reverse chronological << 4 Geant4 - an Object-Oriented Toolkit for Physics Simulation 5 It must **not** be used as a substitute for wr << 5 ========================================================== 6 6 7 ---------------------------------------------- << 7 History file for hadronic/models/parton_string/diffraction directory >> 8 ------------------------------------------------------------- 8 9 9 ## 2022-11-11 Alberto Ribon (hadr-partonstring << 10 This file should be used to summarize modifications introduced in the 10 - G4VPartonStringModel : added debugging infor << 11 code and to keep track of all tags. 11 for residual projectile hypernuclei. << 12 12 13 ## 2022-06-07 Alberto Ribon (hadr-partonstring << 13 --------------------------------------------------------------- 14 - G4VSplitableHadron : changed the method Spli << 14 * Please list in reverse chronological order (last date on top) 15 "public" (this is needed to change the statu << 15 --------------------------------------------------------------- 16 G4FTFAnnihilation, to get isotropic distribu << 17 This change was made by Vladimir Uzhinsky. << 18 << 19 ## 2022-02-09 Gabriele Cosmo (hadr-partonstrin << 20 - Fixed compilation warning on Intel compilers << 21 << 22 ## 2021-12-10 Ben Morgan (hadr-partonstring-mg << 23 - Change to new Markdown History format. << 24 << 25 --- << 26 << 27 # History entries prior to 11.0 << 28 << 29 27-Oct-2021 A. Ribon hadr-partonstring-m << 30 - G4VParticipants, G4VPartonStringModel : exte << 31 hypernuclei and anti-hypernuclei << 32 << 33 16-Apr-2021 B. Morgan hadr-partonstring-m << 34 - Migrate build to modular CMake API << 35 << 36 13-Apr-2021 A. Ribon hadr-partonstring-m << 37 - GNUmakefile, sources.cmake : removed the sub << 38 hadronic/models/management and hadronic/mode << 39 (that have been now deleted, with their clas << 40 hadronic/util and hadronic/management). << 41 16 42 29-Oct-2020 B. Morgan hadr-partonstring-m 17 29-Oct-2020 B. Morgan hadr-partonstring-mgt-V10-06-03 43 - Remove inclusion of obsolete CMake module 18 - Remove inclusion of obsolete CMake module 44 19 45 24-Jul-2020 A. Ribon hadr-partonstring-m 20 24-Jul-2020 A. Ribon hadr-partonstring-mgt-V10-06-02 46 - G4VPartonStringModel : introduced a new pre 21 - G4VPartonStringModel : introduced a new pre-processor option for 47 debugging heavy hadrons, switched off by de 22 debugging heavy hadrons, switched off by default. 48 23 49 08-Mar-2020 V. Ivanchenko hadr-partonstring-m 24 08-Mar-2020 V. Ivanchenko hadr-partonstring-mgt-V10-06-01 50 - G4VParticipants, G4VPartonStringModel, G4VS 25 - G4VParticipants, G4VPartonStringModel, G4VStringFragmentation, 51 G4StringModel - clean-up: removed unused me 26 G4StringModel - clean-up: removed unused methods, delete 52 operators, use C++11 keywords 27 operators, use C++11 keywords 53 28 54 24-Feb-2020 V. Ivanchenko hadr-partonstring-m 29 24-Feb-2020 V. Ivanchenko hadr-partonstring-mgt-V10-06-00 55 - G4VStringFragmentation : use inheritance fr 30 - G4VStringFragmentation : use inheritance from G4HadronicInteraction; 56 removed implementations of private operat 31 removed implementations of private operators. 57 32 58 28-Nov-2019 A. Ribon hadr-partonstring-m 33 28-Nov-2019 A. Ribon hadr-partonstring-mgt-V10-05-02 59 - G4VPartonStringModel : fixed bug (use of "= 34 - G4VPartonStringModel : fixed bug (use of "=" instead of "==" in 60 if-statement, found by Coverity) in the Sca 35 if-statement, found by Coverity) in the Scatter method. 61 36 62 19-Nov-2019 A. Ribon hadr-partonstring-m 37 19-Nov-2019 A. Ribon hadr-partonstring-mgt-V10-05-01 63 - G4EventGenerator, G4InteractionCode, G4Vert 38 - G4EventGenerator, G4InteractionCode, G4VertexCode : deleted unused classes. 64 39 65 14-Nov-2019 A. Ribon hadr-partonstring-m 40 14-Nov-2019 A. Ribon hadr-partonstring-mgt-V10-05-00 66 - G4VPartonStringModel : re-sample the string 41 - G4VPartonStringModel : re-sample the string formation in the case that 67 the (either target or projectile) nuclear r 42 the (either target or projectile) nuclear residual is an unphysical 68 combination of nucleons (i.e. more than thr 43 combination of nucleons (i.e. more than three protons with no neutron, 69 or more than one neutron with no proton). 44 or more than one neutron with no proton). 70 45 71 20-Nov-2018 A. Ribon hadr-partonstring-m 46 20-Nov-2018 A. Ribon hadr-partonstring-mgt-V10-04-03 72 - Minor clean-up: no changes in the random se 47 - Minor clean-up: no changes in the random sequence. 73 48 74 05-Nov-2018 G. V. Uzhinsky hadr-partonstr 49 05-Nov-2018 G. V. Uzhinsky hadr-partonstring-mgt-V10-04-02 75 - If something is bad in QGSM, G4VPartonString 50 - If something is bad in QGSM, G4VPartonStringModel.cc will return initial 76 particle/nucleus. See line 150: 51 particle/nucleus. See line 150: 77 if(strings->size() == 0) {Success=false; con 52 if(strings->size() == 0) {Success=false; continue;} 78 FTF instead of vector "strings" returns 0! T 53 FTF instead of vector "strings" returns 0! Thus, a corresponding changes 79 are introduced in FTF. 54 are introduced in FTF. 80 55 81 19-Dec-2017 G. Cosmo hadr-partonstring-mg 56 19-Dec-2017 G. Cosmo hadr-partonstring-mgt-V10-04-01 82 - Fixed self-consistency in G4VertexCode heade 57 - Fixed self-consistency in G4VertexCode header (missing #include). 83 Thanks to Raphael Isemann for reporting this 58 Thanks to Raphael Isemann for reporting this. 84 59 85 07-Dec-2017 A. Ribon hadr-partonstring-mg 60 07-Dec-2017 A. Ribon hadr-partonstring-mgt-V10-04-00 86 - Resumed the development version (i.e. delet 61 - Resumed the development version (i.e. deleted the class 87 G4PomeronCrossSection which is not needed a 62 G4PomeronCrossSection which is not needed any longer). 88 63 89 08-Nov-2017 A. Ribon hadr-partonstring-mg 64 08-Nov-2017 A. Ribon hadr-partonstring-mgt-V10-03-04 90 - Minor clean-up and indentation: no changes 65 - Minor clean-up and indentation: no changes in the random sequence. 91 66 92 26-Oct-2017 A. Ribon hadr-partonstring-mg 67 26-Oct-2017 A. Ribon hadr-partonstring-mgt-V10-03-03 93 - Re-introduce temporarily G4PomeronCrossSect 68 - Re-introduce temporarily G4PomeronCrossSection class needed by the stable, 94 production version of QGS model. 69 production version of QGS model. 95 70 96 19-Jan-2017 A. Ribon hadr-partonstring-mg 71 19-Jan-2017 A. Ribon hadr-partonstring-mgt-V10-03-02 97 - Removed G4PomeronCrossSection class. 72 - Removed G4PomeronCrossSection class. 98 73 99 16-Dec-2016 A. Ribon hadr-partonstring-mg 74 16-Dec-2016 A. Ribon hadr-partonstring-mgt-V10-03-01 100 - Temporary work-around to bring back only qg 75 - Temporary work-around to bring back only qgsm: in practice, re-introduce 101 temporarily G4PomeronCrossSection class. 76 temporarily G4PomeronCrossSection class. 102 77 103 14-Dec-2016 A. Ribon hadr-partonstring-mg 78 14-Dec-2016 A. Ribon hadr-partonstring-mgt-V10-03-00 104 - After the release G4 10.3, with "stable" ve 79 - After the release G4 10.3, with "stable" version, this tag brings back 105 the "development" version, similar (althoug 80 the "development" version, similar (although not identical because 106 of some code clean-up) to G4 10.2.ref10. 81 of some code clean-up) to G4 10.2.ref10. 107 82 108 12-Oct-2016 V. Uzhinsky : hadr-partonstring-m 83 12-Oct-2016 V. Uzhinsky : hadr-partonstring-mgt-V10-02-04 109 G4Exception was introduced in G4VPartonStri 84 G4Exception was introduced in G4VPartonStringModel which gives a warning 110 message when parton model cannot produce or 85 message when parton model cannot produce or fragment strings. In the case 111 projectile hadron and target nucleus will r 86 projectile hadron and target nucleus will return unchanged to a caller. 112 87 113 28-Sept-2016 V. Uzhinsky : hadr-partonstring-m 88 28-Sept-2016 V. Uzhinsky : hadr-partonstring-mgt-V10-02-03 114 - G4VPartonStringModel: Repetition is impleme 89 - G4VPartonStringModel: Repetition is implemented of an event simulation 115 if strings were not generated, or the hadro 90 if strings were not generated, or the hadronization could not manage 116 with string's fragmentation. An exception i 91 with string's fragmentation. An exception is generated after 100 attempts. 117 92 118 19-Sept-2016 V. Uzhinsky : hadr-partonstring-m 93 19-Sept-2016 V. Uzhinsky : hadr-partonstring-mgt-V10-02-02 119 - G4VPartonStringModel: G4HadronicException w 94 - G4VPartonStringModel: G4HadronicException was implemented for the case 120 when the string fragmentation does not prod 95 when the string fragmentation does not produce hadrons! 121 96 122 29-June-2016 V. Uzhinsky : hadr-partonstring-m 97 29-June-2016 V. Uzhinsky : hadr-partonstring-mgt-V10-02-01 123 - G4VPartonStringModel::Scatter was improved 98 - G4VPartonStringModel::Scatter was improved in order to protect 124 a case when string's fragmentation does not 99 a case when string's fragmentation does not give a result. 125 100 126 18-May-2016 A. Ribon hadr-partonstring-mg 101 18-May-2016 A. Ribon hadr-partonstring-mgt-V10-02-00 127 - G4PomeronCrossSection : moved into the qgsm 102 - G4PomeronCrossSection : moved into the qgsm/ directory. 128 103 129 07-Aug-2015 A. Ribon hadr-partonstring-mg 104 07-Aug-2015 A. Ribon hadr-partonstring-mgt-V10-01-02 130 - G4VPartonStringModel : checking of 'while' 105 - G4VPartonStringModel : checking of 'while' loops. 131 106 132 05-Aug-2015 A. Ribon hadr-partonstring-mg 107 05-Aug-2015 A. Ribon hadr-partonstring-mgt-V10-01-01 133 - G4PomeronCrossSection : replaced std::exp, 108 - G4PomeronCrossSection : replaced std::exp, std::log and std::pow 134 with the faster G4Exp, G4Log and G4Pow, res 109 with the faster G4Exp, G4Log and G4Pow, respectively. 135 110 136 28-April-2015 V. Uzhinsky hadr-partonstring-mg 111 28-April-2015 V. Uzhinsky hadr-partonstring-mgt-V10-01-00 137 Improved debug diagnostic. 112 Improved debug diagnostic. 138 113 139 8-Sept-2014 V. Uzhinsky hadr-partonstring-mgt 114 8-Sept-2014 V. Uzhinsky hadr-partonstring-mgt-V10-00-03 140 Cosmetic cleaning of G4InteractionContent, 115 Cosmetic cleaning of G4InteractionContent, G4VParticipants, G4VSplitableHadron 141 Debuging option is added in G4VPartonString 116 Debuging option is added in G4VPartonStringModel. 142 117 143 24-April-2014 V.Uzhinsky hadr-partonstring-mgt 118 24-April-2014 V.Uzhinsky hadr-partonstring-mgt-V10-00-02 144 G4VPartonStringModel.cc was improved to tre 119 G4VPartonStringModel.cc was improved to treat an ExcitedString when 145 it is a hadron stored as a Track of the Exc 120 it is a hadron stored as a Track of the ExcitedString. It is needed 146 for a correct processing of quark-exchange 121 for a correct processing of quark-exchange processes in FTF model. 147 122 148 21-April-2014 V. Uzhinsky hadr-partonstring-mg 123 21-April-2014 V. Uzhinsky hadr-partonstring-mgt-V10-00-01 149 A bug was erased in G4VPartonStringModel.cc 124 A bug was erased in G4VPartonStringModel.cc. It appears at a debugging 150 when a residual nucleus mass number =0. 125 when a residual nucleus mass number =0. 151 126 152 13-Mar-2014 G. Cosmo hadr-partonstring-mgt-V10 127 13-Mar-2014 G. Cosmo hadr-partonstring-mgt-V10-00-00 153 - Fix to remove 'inline' qualifier from metho 128 - Fix to remove 'inline' qualifier from methods in G4VParticipants.cc 154 and G4PomeronCrossSection.cc, responsible f 129 and G4PomeronCrossSection.cc, responsible for run-time errors for 155 undefined symbols in library... 130 undefined symbols in library... 156 131 157 29-Jan-2013 V. Uzhinsky had-partonstring-mgt-V 132 29-Jan-2013 V. Uzhinsky had-partonstring-mgt-V09-06-04 158 - New attempt to implement nucl-nucl interact 133 - New attempt to implement nucl-nucl interactions. 159 134 160 16-Jan-2013 V. Uzhinsky had-partonstring-mgt-V 135 16-Jan-2013 V. Uzhinsky had-partonstring-mgt-V09-06-03 161 - Bug fixing. 136 - Bug fixing. 162 137 163 10-Jan-2013 V. Uzhinsky had-partonstring-mgt-V 138 10-Jan-2013 V. Uzhinsky had-partonstring-mgt-V09-06-02 164 - New attempt to implement nucl-nucl interact 139 - New attempt to implement nucl-nucl interactions. 165 140 166 18-Dec-2012 V. Uzhinsky had-partonstring-mgt-V 141 18-Dec-2012 V. Uzhinsky had-partonstring-mgt-V09-06-01 167 - Print-out in the previouse tag is closed. 142 - Print-out in the previouse tag is closed. 168 143 169 17-Dec-2012 V. Uzhinsky had-partonstring-mgt-V 144 17-Dec-2012 V. Uzhinsky had-partonstring-mgt-V09-06-00 170 - An interface for a manipulation with nucleu 145 - An interface for a manipulation with nucleus-nucleus interactions was 171 introduced. 146 introduced. 172 147 173 21-Nov-2012 V. Uzhinsky had-partonstring-mgt-V 148 21-Nov-2012 V. Uzhinsky had-partonstring-mgt-V09-05-05 174 - Bug fixing. 149 - Bug fixing. 175 150 176 20-Nov-2012 V. Uzhinsky had-partonstring-mgt-V 151 20-Nov-2012 V. Uzhinsky had-partonstring-mgt-V09-05-04 177 - An interface for a manipulation with nucleu 152 - An interface for a manipulation with nucleus-nucleus interactions was 178 introduced, especially for treating remnant 153 introduced, especially for treating remnants of projectile nuclei. 179 154 180 27-Sep-2012, G.Cosmo 155 27-Sep-2012, G.Cosmo 181 - Explicitly use inclusion of headers for syst 156 - Explicitly use inclusion of headers for system of units and physical 182 constants, in plan to remove implicit inclus 157 constants, in plan to remove implicit inclusion from globals.hh. 183 - Corrected compilation warnings for order of 158 - Corrected compilation warnings for order of initialization of data members 184 in G4PomeronCrossSection. 159 in G4PomeronCrossSection. 185 160 186 17-Jul-2012, G.Folger (had-partonstring- 161 17-Jul-2012, G.Folger (had-partonstring-mgt-V09-05-03) 187 - fixes for coverity, G4InteractionContent and 162 - fixes for coverity, G4InteractionContent and G4PomeronCrossSection 188 163 189 12-Jun-2012, G.Folger (had-partonstring- 164 12-Jun-2012, G.Folger (had-partonstring-mgt-V09-05-02) 190 - G4PomeronCrossSection.cc: fix shadowing warn 165 - G4PomeronCrossSection.cc: fix shadowing warnings 191 166 192 25-May-2012, G.Folger (had-partonstring- 167 25-May-2012, G.Folger (had-partonstring-mgt-V09-05-01) 193 - G4VPartonStringModel: 168 - G4VPartonStringModel: 194 - add ModelDescription() interface 169 - add ModelDescription() interface 195 - make copy ctor, =, ==, and != operators 170 - make copy ctor, =, ==, and != operators private, not implemented 196 171 197 12-Apr-2012, G.Folger (had-partonstring- 172 12-Apr-2012, G.Folger (had-partonstring-mgt-V09-05-00) 198 - Changes in debugging information 173 - Changes in debugging information 199 174 200 5-Aug-2011, M. Kelsey (had-partonstring- 175 5-Aug-2011, M. Kelsey (had-partonstring-mgt-V09-04-01) 201 G4VParticipants: Remove external dependence 176 G4VParticipants: Remove external dependences on G4Fancy3DNucleus by 202 moving #include, Init(), and SetNucleus() 177 moving #include, Init(), and SetNucleus() to .cc file. 203 178 204 18-Jul-2011, G.Folger (had-partonstring- 179 18-Jul-2011, G.Folger (had-partonstring-mgt-V09-04-00) 205 Address coverity warnings 180 Address coverity warnings 206 181 207 30 Nov. 2010 V. Uzhinsky (had-partonstring-mgt 182 30 Nov. 2010 V. Uzhinsky (had-partonstring-mgt-V09-03-01) 208 Member G4int Status in G4VSplitableHadron w 183 Member G4int Status in G4VSplitableHadron was changed 209 into G4int curStatus 184 into G4int curStatus 210 185 211 8-Sept-2010, G.Folger (had-partonstring- 186 8-Sept-2010, G.Folger (had-partonstring-mgt-V09-03-00) 212 use integer interface of G4Nucleus for A&Z 187 use integer interface of G4Nucleus for A&Z 213 188 214 6 Dec. 2009, V. Uzhinsky (had-partonstring-mg 189 6 Dec. 2009, V. Uzhinsky (had-partonstring-mgt-V09-02-02) 215 Repeatation of string fragmentation if 190 Repeatation of string fragmentation if 216 energy corr. can not be done is implemented. 191 energy corr. can not be done is implemented. 217 192 218 17-July-2009 V. Uzhinsky (had-partonstring-mg 193 17-July-2009 V. Uzhinsky (had-partonstring-mgt-V09-02-01) 219 A Status of nuclear nucleon involved in an i 194 A Status of nuclear nucleon involved in an interaction is introdused. 220 Status: 0 - spectator, 1 - involved nucleon, 195 Status: 0 - spectator, 1 - involved nucleon, 2 - absorbed nucleon 221 (G4VSplitableHadron) 196 (G4VSplitableHadron) 222 197 223 A connection between a participant nucleon a 198 A connection between a participant nucleon and a nuclear nucleon was 224 introsuced in G4InteractionContent. 199 introsuced in G4InteractionContent. 225 200 226 10-July-2009 V. Uzhinsky (had-partonstring-mg 201 10-July-2009 V. Uzhinsky (had-partonstring-mgt-V09-02-00) 227 Introduction the right tag number. 202 Introduction the right tag number. 228 203 229 9-July-2009 V. Uzhinsky (had-partonstring- 204 9-July-2009 V. Uzhinsky (had-partonstring-mgt-V08-02-02) 230 - New field was added in G4VSplitableHadron cl 205 - New field was added in G4VSplitableHadron class (G4 bool Activation) and 231 corresponding methods to operatite with it. 206 corresponding methods to operatite with it. It was needed for an 232 absorption of meson in nuclear collision gen 207 absorption of meson in nuclear collision generated by FTF. 233 208 234 24-Apr 2007 Gunter Folger (had-partonstring- 209 24-Apr 2007 Gunter Folger (had-partonstring-mgt-V08-02-01) 235 - Merge ftf-dev back to head. 210 - Merge ftf-dev back to head. 236 211 237 212 238 24-Jan 2007 G.Folger Tag : had-partonstri 213 24-Jan 2007 G.Folger Tag : had-partonstring-mgt-V08-02-00 239 - Debugging method Dump added in G4Interact 214 - Debugging method Dump added in G4InteractionContent to print object 240 - Debug output in G4VPartonStringModel chec 215 - Debug output in G4VPartonStringModel checking E-p conservation of string 241 model 216 model 242 217 243 31-March-2008 V. Uzhinsky Tag : 218 31-March-2008 V. Uzhinsky Tag : had-partonstring-mgt-V09-01-00 244 - G4FTFCrossSection.cc and G4FTFCrossSection 219 - G4FTFCrossSection.cc and G4FTFCrossSection.hh were re-named into 245 G4FTFParameters.cc and .hh, and moved to d 220 G4FTFParameters.cc and .hh, and moved to diffraction directory. 246 The corresponding class was re-named too. 221 The corresponding class was re-named too. All of these characterize 247 the content of the files more exactly. 222 the content of the files more exactly.