| [1347] | 1 | $Id: History,v 1.120 2010/11/10 08:42:47 kurasige Exp $
|
|---|
| [826] | 2 | -------------------------------------------------------------------
|
|---|
| 3 |
|
|---|
| 4 | =========================================================
|
|---|
| 5 | Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|---|
| 6 | =========================================================
|
|---|
| 7 |
|
|---|
| 8 | Category History file
|
|---|
| 9 | ---------------------
|
|---|
| 10 | This file should be used by G4 developers and category coordinators
|
|---|
| 11 | to briefly summarize all major modifications introduced in the code
|
|---|
| 12 | and keep track of all category-tags.
|
|---|
| 13 | It DOES NOT substitute the CVS log-message one should put at every
|
|---|
| 14 | committal in the CVS repository !
|
|---|
| 15 |
|
|---|
| 16 | ----------------------------------------------------------
|
|---|
| 17 | * Reverse chronological order (last date on top), please *
|
|---|
| 18 | ----------------------------------------------------------
|
|---|
| [1340] | 19 |
|
|---|
| [1347] | 20 | Nov. 10, 2010, H.Kurashige (track-V09-03-11)
|
|---|
| 21 | - Remove GetSecondaryInCurrentStep method in G4Step.
|
|---|
| 22 | (revert chages in track-V09-03-07)
|
|---|
| 23 |
|
|---|
| 24 | Nov. 08, 2010, M.Asai (track-V09-03-10)
|
|---|
| 25 | - Adding touchable history of the origin to G4Track.
|
|---|
| 26 |
|
|---|
| [1340] | 27 | Oct. 30, 2010, H.Kurashige (track-V09-03-09)
|
|---|
| 28 | - Fix minor bugs reported by Coverity
|
|---|
| 29 |
|
|---|
| 30 | Oct. 27, 2010, G.Cosmo (track-V09-03-08)
|
|---|
| 31 | - Restored DLL setup as originally. Withdrawn changes in last tag.
|
|---|
| 32 |
|
|---|
| 33 | Oct. 19, 2010 G.Cosmo (track-V09-03-07)
|
|---|
| 34 | - Replaced G4TRACK_ALLOC_EXPORT flag with G4ALLOC_EXPORT for DLL exported
|
|---|
| 35 | symbols.
|
|---|
| 36 |
|
|---|
| 37 | Oct. 18, 2010 Hisaya Kurashige (track-V09-03-06)
|
|---|
| 38 | - Add GetSecondaryInCurrentStep method in G4Step.
|
|---|
| 39 | It gives secondaries in the current step.
|
|---|
| 40 |
|
|---|
| 41 | Oct. 6, 2010 Hisaya Kurashige (track-V09-03-05)
|
|---|
| 42 | - G4Step::GetSecondary() gives back const G4TrackVector*
|
|---|
| 43 | and G4Step::GetfSecondary() gives back non-const pointer
|
|---|
| 44 |
|
|---|
| 45 | Sep 21, 2010 Hisaya Kurashige (track-V09-03-04)
|
|---|
| 46 | - Fill the last bin contents in G4Track::PrepareVelocityTable()
|
|---|
| 47 | to fix the bug in calculation of GetVelocity
|
|---|
| 48 |
|
|---|
| 49 | Aug 12, 2010 Hisaya Kurashige (track-V09-03-03)
|
|---|
| 50 | - Add G4Track::GetParticleDefinition giving 'const' pointer
|
|---|
| 51 |
|
|---|
| 52 | July 21, 2010 Gabriele Cosmo (track-V09-03-02)
|
|---|
| 53 | - Added protection against possible null pointer in G4Track::GetVelocity().
|
|---|
| 54 | - Removed extra inclusion of G4Step.hh in G4Track header.
|
|---|
| 55 | - Fixed cases of restoring cout/cerr precision formatting in classes:
|
|---|
| 56 | G4ParticleChange, G4ParticleChangeForDecay, G4ParticleChangeForGamma,
|
|---|
| 57 | G4ParticleChangeForLoss, G4ParticleChangeForMSC, G4ParticleChangeForTransport,
|
|---|
| 58 | G4VParticleChange.
|
|---|
| 59 | - Added dummy initialisation to data members in constructors in classes:
|
|---|
| 60 | G4ParticleChange, G4ParticleChangeForDecay, G4ParticleChangeForGamma,
|
|---|
| 61 | G4ParticleChangeForLoss, G4ParticleChangeForTransport, G4Step, G4StepPoint,
|
|---|
| 62 | G4Track, G4VParticleChange.
|
|---|
| 63 |
|
|---|
| 64 | July 2, 2010 Hisaya Kurashige (track-V09-03-01)
|
|---|
| 65 | - Use PhysicsVector for calculation of GetVelocity
|
|---|
| 66 | - Add Exception(Warning) if GetDeltaEnergy/Momentum methods are invoked. These methds are planed to be removed
|
|---|
| 67 |
|
|---|
| [1315] | 68 | Mar. 9, 2010 Hisaya Kurashige (track-V09-03-00)
|
|---|
| 69 | - Change G4String to a pointer of G4String
|
|---|
| 70 | for prooperty to indicate type of UserTrackInformation
|
|---|
| 71 | - Change G4VUserTrackInformation::Print() to a simple virtual method
|
|---|
| 72 | form pure-virtual
|
|---|
| 73 |
|
|---|
| [1196] | 74 | Oct. 19, 2009 Hisaya Kurashige (track-V09-02-04)
|
|---|
| [1315] | 75 | -added a string prooperty to indicate type of UserTrackInformation
|
|---|
| [1196] | 76 |
|
|---|
| 77 |
|
|---|
| [1340] | 78 | Jun. 18, 2009 Hisaya Kurashige (track-V09-02-03)
|
|---|
| [1315] | 79 | -added SetLowEnergyLimit method (Vladimir)
|
|---|
| [1196] | 80 |
|
|---|
| 81 |
|
|---|
| 82 | May. 27, 2009 Hisaya Kurashige (track-V09-02-02)
|
|---|
| 83 | - Add lowEnergyLimit = 1 eV in lowEnergyLimit = 1 eV (Vladimir)
|
|---|
| 84 |
|
|---|
| 85 | Apr. 2, 2009 Hisaya Kurashige (track-V09-02-01)
|
|---|
| 86 | - Add protection for the case mass==0 and T==0 in GetVelocity
|
|---|
| 87 |
|
|---|
| 88 | Apr. 2, 2009 Hisaya Kurashige (track-V09-02-00)
|
|---|
| 89 | - Modify GetVelocity to improve performance
|
|---|
| 90 |
|
|---|
| [921] | 91 | Oct. 24, 2008 Hisaya Kurashige (track-V09-01-02)
|
|---|
| 92 | - change fpCreatorProcess and fpLCAtVertex in G4Track to 'const' pointer
|
|---|
| 93 | - change fpProcessDefinedStep in G4StepPoint to 'const' pointer
|
|---|
| 94 |
|
|---|
| 95 |
|
|---|
| [850] | 96 | Feb. 5, 2008 Hisaya Kurashige (track-V09-01-01)
|
|---|
| 97 | - reset non-ionizing energy loss in G4Step::ResetTotalEnergyDeposit
|
|---|
| 98 | in order to initialize NIEL in each step
|
|---|
| 99 |
|
|---|
| [826] | 100 | Jan. 12, 2008 Hisaya Kurashige (track-V09-01-00)
|
|---|
| 101 | - add non-ionizing energy loss to EM physics (V.Ivanchenko)
|
|---|
| 102 |
|
|---|
| 103 | Oct. 02, 2007 Hisaya Kurashige (track-V09-00-02)
|
|---|
| 104 | - Add protection in G4Track::GetVolume to avoid core dump
|
|---|
| 105 |
|
|---|
| 106 | Aug. 07, 2007 Hisaya Kurashige (track-V09-00-01)
|
|---|
| 107 | - Add get method for non-ionizing energy deposit in G4Step
|
|---|
| 108 |
|
|---|
| 109 |
|
|---|
| [1340] | 110 | Mar. 30, 07 Hisaya Kurashige (track-V08-02-02)
|
|---|
| [826] | 111 | - Fix weight treatment in G4ParticleChange
|
|---|
| 112 |
|
|---|
| [1340] | 113 | Mar. 26, 07 Hisaya Kurashige (track-V08-02-01)
|
|---|
| [826] | 114 | - Added Non-Ionizing Energy Deposit in G4Step and G4VParticleChange
|
|---|
| 115 |
|
|---|
| [1340] | 116 | Mar. 11, 07 Hisaya Kurashige (track-V08-02-00)
|
|---|
| [826] | 117 | - Added magnetic moment in G4DynamicParticle (co-work with particles-V08-02-00)
|
|---|
| 118 | - Fixed treatment of parent's weight in G4ParticleChange
|
|---|
| 119 |
|
|---|
| [1340] | 120 | Nov. 3, 06 J.Apostolakis (track-V08-01-04)
|
|---|
| [826] | 121 | - New methods first/lastStepInVolume flag in G4Step, G4VParticleChange by Hisaya
|
|---|
| 122 | - Revised UpdateStepForPostStep by John Apostolakis
|
|---|
| 123 |
|
|---|
| [1340] | 124 | Oct. 31, 06 G.Cosmo (track-V08-01-03)
|
|---|
| [826] | 125 | - Made operator=() inline.
|
|---|
| 126 |
|
|---|
| [1340] | 127 | Aug. 29, 06 H.Kurashige (track-V08-01-02)
|
|---|
| [826] | 128 | - Add methods for setting polarization and modifying weight
|
|---|
| 129 | for G4ParticleChangeFoeGamma and G4ParticleChangeForLoss
|
|---|
| 130 | (V.Ivanchenko)
|
|---|
| 131 |
|
|---|
| [1340] | 132 | Jul. 17, 06 M.Asai (track-V08-01-01)
|
|---|
| [826] | 133 | - Re-tagged for G4Step and G4TrackVector only.
|
|---|
| 134 |
|
|---|
| [1340] | 135 | Jun. 09, 06 M.Asai (track-V08-01-00)
|
|---|
| [826] | 136 | - tagged for G4FieldTrackUpdator, G4Step and G4TrackVector.
|
|---|
| 137 |
|
|---|
| [1340] | 138 | Jun. 09, 06 T.Sasaki
|
|---|
| [826] | 139 | - G4Step now has secondary vector
|
|---|
| 140 | - G4TrackVector was moved from tracking category
|
|---|
| 141 |
|
|---|
| [1340] | 142 | Jun. 09, 06 M.Asai
|
|---|
| [826] | 143 | - Introducing G4FieldTrackUpdator class.
|
|---|
| 144 | - GNUmakefile now includes geometry/magneticfield
|
|---|
| 145 |
|
|---|
| [1340] | 146 | Jun. 07, 06 V.Ivanchenko (track-V08-00-03)
|
|---|
| [826] | 147 | - G4ParticleChangeForLoss - remove momentum change AlongStep
|
|---|
| 148 |
|
|---|
| 149 | Mar. 29, 06 H.Kurashige (track-V08-00-02)
|
|---|
| 150 | - Improve G4Track::GetVelocity for optical photon
|
|---|
| 151 |
|
|---|
| 152 | Feb. 08, 06 H.Kurashige (track-V08-00-01)
|
|---|
| 153 | - add ProposeMomentumDirection AlongStep and ProposeWeight PostStep in
|
|---|
| 154 | G4ParticleChangeForLoss (V.Ivantchenko)
|
|---|
| 155 |
|
|---|
| 156 | Dec. 20, 05 .Kurashige (track-V08-00-00)
|
|---|
| 157 | - G4ParticleChangeForRadDecay is now derived from G4ParticleChangeForDecay
|
|---|
| 158 |
|
|---|
| [1340] | 159 | Dec. 05, 05 mma (track-V07-01-02)
|
|---|
| [826] | 160 | - G4ParticleChangeForGamma : apply UpdateStepForPostStep in any case
|
|---|
| 161 |
|
|---|
| [1340] | 162 | Nov. 26, 05 H.Kurashige (track-V07-01-01)
|
|---|
| [826] | 163 | - Fix GetVelocity : use the material pointer in PreStepPoint
|
|---|
| 164 |
|
|---|
| 165 | May 30, 05 V.Ivantchenko (track-V07-00-02)
|
|---|
| 166 | - Fix in G4ParticleChangeForGamma : add UpdateStepForAtRest method
|
|---|
| 167 |
|
|---|
| 168 | May 12, 05 P.Gumplinger (track-V07-00-01)
|
|---|
| 169 | - Fix GetVelocity (bug report #741) courtesy of Horton-Smith
|
|---|
| 170 |
|
|---|
| 171 | Apr. 15, 05 V.Ivantchenko (track-V07-00-00)
|
|---|
| 172 | - Add a new class of G4ParticleChangeForGamma
|
|---|
| 173 | - Modify 4ParticleChangeForLoss
|
|---|
| 174 |
|
|---|
| 175 | Dec. 02, 04 H.Kurashige (track-V06-02-04)
|
|---|
| 176 | - migration to cmath
|
|---|
| 177 |
|
|---|
| 178 | Nov. 25, 04 M.Asai (track-V06-02-03)
|
|---|
| 179 | - Fix destructor of G4VUserTrackInformation.
|
|---|
| 180 |
|
|---|
| 181 | Oct. 19, 04 H.Kurashige (track-V06-02-02)
|
|---|
| 182 | - Remove obsolete methods from G4ParticleChange
|
|---|
| 183 |
|
|---|
| 184 | Sep. 17, 04 P.Gumplinger (track-V06-02-01)
|
|---|
| 185 | - Modified G4ParticleChangeForDecay (add thePolarizationChange and methods)
|
|---|
| 186 |
|
|---|
| 187 | Aug. 27, 04 M.Asai (track-V06-02-00)
|
|---|
| 188 | - A pointer to sensitive detector is added in G4StepPoint and
|
|---|
| 189 | G4ParticleChangeForTransport.
|
|---|
| 190 | - G4Step is taking care of setting the above pointer.
|
|---|
| 191 |
|
|---|
| 192 | Jun. 15, 04 V.Ivanchenko (track-V06-01-05)
|
|---|
| 193 | - G4ParticleChangeForLoss: fix initialization of ParentWeight
|
|---|
| 194 |
|
|---|
| 195 | Jun. 11, 04 G.Cosmo (track-V06-01-04)
|
|---|
| 196 | - Use global flag G4TRACK_ALLOC_EXPORT to export extern symbols for DLLs.
|
|---|
| 197 | Modified GNUmakefile and rearranged usage of extern symbols in G4Track.
|
|---|
| 198 |
|
|---|
| 199 | Jun. 09, 04 G.Cosmo (track-V06-01-03)
|
|---|
| 200 | - Adopt G4DLLIMPORT/G4DLLEXPORT technique to handle extern simbols for
|
|---|
| 201 | allowing support of DLLs on Windows.
|
|---|
| 202 | - Coworks with "global-V06-01-02b".
|
|---|
| 203 |
|
|---|
| 204 | Jun. 07, 04 G.Cosmo (track-V06-01-02)
|
|---|
| 205 | - Export extern symbols for allowing support of DLLs on Windows.
|
|---|
| 206 | Modified G4Track.icc.
|
|---|
| 207 | - GNUmakefile: added definition of GLOBLIBS for DLLs support on Windows.
|
|---|
| 208 | - Coworks with "global-V06-01-02a".
|
|---|
| 209 |
|
|---|
| 210 | May. 11, 04 V.Ivanchenko (track-V06-01-01)
|
|---|
| 211 | - G4ParticleChangeForLoss: rename variables according to 00 tag;
|
|---|
| 212 | fix of minor energy non-conservation in case of more than 1
|
|---|
| 213 | processes changing the energy
|
|---|
| 214 |
|
|---|
| 215 | May. 08, 04 H.Kurashige (track-V06-01-00)
|
|---|
| 216 | - Add new methods of ProposeXXX (and corresponding GetXXX methods)
|
|---|
| 217 | as replacements of old methods of SetXXXChange and GetXXXChange
|
|---|
| 218 |
|
|---|
| 219 | Jan. 20, 04 V.Ivanchenko (track-V06-00-01)
|
|---|
| 220 | - Update G4ParticleChangeForLoss for utilisation in G4VEnergyLossProcess
|
|---|
| 221 | - Minor update G4ParticleChangeForMSC for utilisation in model design of msc
|
|---|
| 222 | - Change of volume in G4ParticleChangeForTransportation only if kinEnergy>0
|
|---|
| 223 |
|
|---|
| 224 | Dec. 12, 03 G.Cosmo (track-V06-00-00)
|
|---|
| 225 | - G4VParticleChange[.hh.cc]: removed unnecessary 'const' qualifier to
|
|---|
| 226 | return value in GetAccuracyForWarning() and GetAccuracyForException()
|
|---|
| 227 | causing noisy warnings on Intel-icc compiler.
|
|---|
| 228 |
|
|---|
| 229 | Nov. 26, 03 H.Kurashige (track-V05-02-03)
|
|---|
| 230 | - Fixed problem of setting momentum direction for stoppped particle in G4ParticleChange (Vladimir)
|
|---|
| 231 |
|
|---|
| 232 | Oct. 4, 03 G.Cosmo (track-V05-02-02)
|
|---|
| 233 | - Modified GNUmakefile:
|
|---|
| 234 | o added dependency to new module "geometry/navigation".
|
|---|
| 235 | - Coworks with "geometry-V05-02-00" and "digits_hits-V05-02-00".
|
|---|
| 236 |
|
|---|
| 237 | Jun. 11, 03 H.Kurashige (track-V05-02-01)
|
|---|
| 238 | - Add ExceptionSeverity
|
|---|
| 239 | - Add G4VParticleChange::CheckSecondary
|
|---|
| 240 | - Remove inclusion of G4MaterialCutsCouple
|
|---|
| 241 |
|
|---|
| 242 | Jun. 03, 03 G.Cosmo (track-V05-01-03)
|
|---|
| 243 | - Fixed warning in G4ParticleChangeForRadDecay.hh.
|
|---|
| 244 |
|
|---|
| 245 | Mar. 20, 03 M.Asai (track-V05-01-02)
|
|---|
| 246 | - Fix copy operator of G4Track not to copy the pointer to user information
|
|---|
| 247 |
|
|---|
| 248 | Mar. 20, 03 H.Kurashige (track-V05-01-01)
|
|---|
| 249 | - Correct comments
|
|---|
| 250 | - Fixed unused parameter in G4VParticleChange.cc
|
|---|
| 251 |
|
|---|
| 252 | Mar. 5, 02 H.Kurashige (track-V05-00-02)
|
|---|
| 253 | - Fix in G4Step::InitializeStep().
|
|---|
| 254 | Added initialization of fCharge in StepPoint.
|
|---|
| 255 |
|
|---|
| 256 | Jan. 24, 02 G.Cosmo (track-V05-00-01)
|
|---|
| 257 | - Fix in G4ParticleChangeForTransport::UpdateStepForPostStep().
|
|---|
| 258 | Added call for setting the material-cuts-couple for pPostStepPoint
|
|---|
| 259 | (V.Ivantchenko).
|
|---|
| 260 |
|
|---|
| 261 | Dec. 16, 02 G.Cosmo (track-V05-00-00)
|
|---|
| 262 | - Merged branch "geant4-04-01-ref-02-cuts-branch" to HEAD.
|
|---|
| 263 | Included development for 'cuts-by-region':
|
|---|
| 264 | o Updated G4Track, G4Step, G4StepPoint and G4ParticleChangeForTransport
|
|---|
| 265 | to properly handle new G4MaterialCutsCouple.
|
|---|
| 266 |
|
|---|
| 267 | Dec. 04, 02 T.Sasaki (track-V04-01-03)
|
|---|
| 268 | - Initial value for fCharge is given in the constuctor
|
|---|
| 269 | of G4StepPoint.
|
|---|
| [1340] | 270 |
|
|---|
| [826] | 271 | Nov. 20, 02 G.Cosmo (track-V04-01-02)
|
|---|
| 272 | - Patched access to public static data in G4VParticleChange.
|
|---|
| 273 | Added accessors to be used in the kernel to allow porting on
|
|---|
| 274 | Windows DLLs.
|
|---|
| 275 |
|
|---|
| 276 | Nov. 1, 02 J.Generowicz (track-V04-01-01)
|
|---|
| 277 | - Added accessors to auxiliary point vector, in both
|
|---|
| 278 | G4Step and G4ParticleChangeForTransport
|
|---|
| 279 |
|
|---|
| 280 | Oct. 31, 02 T.Sasaki (track-V04-01-00)
|
|---|
| 281 | - Added StronglyForced flag to G4ForceCondition
|
|---|
| 282 | - set fUndefined for the StepStatus in PostStepPoint after CopyPostToPre
|
|---|
| 283 |
|
|---|
| 284 | Feb. 09 ,02 H.Kurashige (track-V04-00-02)
|
|---|
| 285 | - Modify G4Track::GetVelocity to get better performance for massless particles
|
|---|
| 286 |
|
|---|
| 287 | Dec. 24 ,01 H.Kurashige (track-V04-00-01)
|
|---|
| 288 | - Remove event biasing mechanism from track category
|
|---|
| 289 | ( it is moved to hadronic/models )
|
|---|
| 290 | - Add G4Track::CopyTrackInfo
|
|---|
| 291 | - Modified G4ParticleChange::AddSecondary to use touchable handle
|
|---|
| 292 | - Fixed a bug of changing parent weight in G4ParticleChange::UpdateStepForAlongStep
|
|---|
| 293 |
|
|---|
| 294 | Dec. 12, 01 H.Kurashige (track-V04-00-00)
|
|---|
| 295 | - Added initialization of fStepLength in constructors.
|
|---|
| 296 | - Fixed a bug that fStepLength is not copied in assginment operator
|
|---|
| 297 |
|
|---|
| 298 | Dec. 10, 01 H.Kurashige (track-V03-02-08)
|
|---|
| 299 | - Modified assignment operator so that fCurrentStepNumber is set to 0
|
|---|
| 300 |
|
|---|
| 301 | Nov.27, 01 J. Apostolakis (track-V03-02-07) for H. Kurashige
|
|---|
| 302 | - Modified G4ParticleChange::AddSecondary to use touchable handle - by Hisaya
|
|---|
| 303 | (only one of the AddSecondary methods has been modified - to date)
|
|---|
| 304 |
|
|---|
| 305 | Nov.10, 01 (track-V03-02-06)
|
|---|
| 306 | - Fixed bugs in assignment operators in G4Track
|
|---|
| 307 | - Added SetParentWeightByProcess
|
|---|
| 308 | - Added SetSecondaryWeightByProcess
|
|---|
| 309 |
|
|---|
| 310 | Nov. 08, 01 G.Cosmo (track-V03-02-05)
|
|---|
| 311 | - Merge changes included in "track-V03-02-02a".
|
|---|
| 312 |
|
|---|
| 313 | Oct. 22, 01 H.Kurashige (track-V03-02-04)
|
|---|
| 314 | - Modify to intorduce TouchableHandle (Radovan)
|
|---|
| 315 |
|
|---|
| 316 | Oct. 20, 01 H.Kurashige (track-V03-02-03)
|
|---|
| 317 | - Remove "static inline methods"
|
|---|
| 318 | - Disable EventBiasingMechanism
|
|---|
| 319 |
|
|---|
| 320 | Oct. 26, 01 G.Cosmo (track-V03-02-02a)
|
|---|
| 321 | - Added implementation to assignment operator in G4ParticleChangeForRadDecay.hh
|
|---|
| 322 | (H.Kurasige)
|
|---|
| 323 |
|
|---|
| 324 | Sep. 20, 01 H.Kurashige (track-V03-02-02)
|
|---|
| 325 | - Update to G4Mars5GeVMechanism for STL migration of materials
|
|---|
| 326 |
|
|---|
| 327 | Sep. 20, 01 H.Kurashige (track-V03-02-01)
|
|---|
| 328 | - Modify G4Mars5GeVMechanism for STL migration of materials
|
|---|
| 329 |
|
|---|
| 330 | Aug. 16, 01 H.Kurashige (track-V03-02-00)
|
|---|
| 331 | - Clean up codes
|
|---|
| 332 |
|
|---|
| [1340] | 333 | Mar. 7, 01 H.Kurashige (track-V03-00-04)
|
|---|
| [826] | 334 | - Add protection for the zero-momentum case
|
|---|
| 335 | for UpdateStepForAlongStep in ParticleChange (J.A)
|
|---|
| 336 |
|
|---|
| [1340] | 337 | Feb. 17, 01 H.Kurashige (track-V03-00-03)
|
|---|
| [826] | 338 | - Add Velocity and Setmethod in G4StepPoint
|
|---|
| 339 | - Add SetVelocity in G4Step.::InitializeStep
|
|---|
| 340 | - Modify G4StepPoint::GetVelocity to return correct velocity for optical photon
|
|---|
| 341 |
|
|---|
| [1340] | 342 | Feb. 17, 01 H.Kurashige (track-V03-00-02)
|
|---|
| [826] | 343 | - Fix G4Track::GetVelocity for Gamma
|
|---|
| 344 |
|
|---|
| [1340] | 345 | Feb. 12, 01 H.Kurashige (track-V03-00-01)
|
|---|
| [826] | 346 | - Remove thePolarizationChange from G4ParticleChangeForTransport.hh
|
|---|
| 347 |
|
|---|
| 348 |
|
|---|
| [1340] | 349 | Feb. 07, 01 H.Kurashige (track-V03-00-00)
|
|---|
| [826] | 350 | - Add copy constructor to G4Track
|
|---|
| 351 |
|
|---|
| [1340] | 352 | Oct. 19, 00 H.kurashige (track-V02-00-01)
|
|---|
| [826] | 353 | - Bug fixes in copy constructor of G4ParticleChange
|
|---|
| 354 |
|
|---|
| [1340] | 355 | Oct. 18, 00 H.Kurashige (track-V02-00-00)
|
|---|
| [826] | 356 | - Add "const" to G4DynamicParticle pointer of returned value of G4Track::GetDynamicParticle
|
|---|
| 357 |
|
|---|
| [1340] | 358 | Jun. 2, 2000 M.Asai (track-V01-01-02)
|
|---|
| [826] | 359 | - Add G4VUserTrackInformation class and its pointer data member in G4Track
|
|---|
| 360 | - Add "const" to pointer to G4Step in G4Track (Hisaya)
|
|---|
| 361 |
|
|---|
| [1340] | 362 | Jun. 1 2000 H.Kurashige (track-V01-01-01a)
|
|---|
| [826] | 363 | - Removed "const" from the return value type of G4StepPoint::GetPhysicalVolume()
|
|---|
| 364 |
|
|---|
| 365 | May 16 2000 H.Kurashige (track-V01-01-01)
|
|---|
| 366 | - Added thePolarizationChange in G4ParticleChangeForTransportation
|
|---|
| 367 |
|
|---|
| 368 | May 12 2000 H.Kurashige (track-V01-01-00)
|
|---|
| 369 | - SetTouchable methods has been changed to get "const" pointer
|
|---|
| 370 |
|
|---|
| 371 | Feb. 16, 2000 H.Kurashige
|
|---|
| 372 | - Added cashing mechanism of pointer to material in G4StepPoint
|
|---|
| 373 | - Added theMaterialChange in G4ParticleChangeForTransportation
|
|---|
| 374 | - GetTouchable methods has been changed to give "const" pointer
|
|---|
| 375 |
|
|---|
| [1340] | 376 | Feb. 13, 2000 H.Kurashige (track-V01-00-01)
|
|---|
| [826] | 377 | - Added G4ParticleChangeForRadDecay
|
|---|
| 378 | - Changed G4VParticleChange::AddSecondary to set secondary track weight equal to the primary's one
|
|---|
| 379 | - Removed printing pointers of ParticleChange object in CheckIt methods
|
|---|
| 380 |
|
|---|
| [1340] | 381 | Jan. 18, 2000 H.Kurashige (track-V01-00-00)
|
|---|
| [826] | 382 | - Fixed bugs in treatment of secondary track weight
|
|---|
| 383 |
|
|---|
| [1340] | 384 | Nov. 7, 1999 H.Kurashige (track-V00-01-01)
|
|---|
| [826] | 385 | - Added comments for "Software Reference Manual"
|
|---|
| 386 |
|
|---|
| [1340] | 387 | Oct. 5, 1999 H,Kurashige (track-V00-01-00)
|
|---|
| [826] | 388 | - Added mass/charge change in G4ParticleChange
|
|---|
| 389 | - Modified G4ParticleChange::CheckIt
|
|---|
| 390 | - Separate implementation of inline functions to G4Track.icc and G4Step.icc
|
|---|
| 391 |
|
|---|
| [1340] | 392 | Jul. 14 1999 H.Kurashige (track-01-00-07)
|
|---|
| [826] | 393 | - Fixed bugs in G4Mars5GeVMechanism::CreatePion()
|
|---|
| 394 |
|
|---|
| 395 | May 6, 1999 H.Kurashige (track-01-00-06)
|
|---|
| 396 | - Modified CheckIt methods of G4VParticleChange and derived classes
|
|---|
| 397 |
|
|---|
| [1340] | 398 | Apr. 28, 1999 H.Kurashige (track-01-00-05b)
|
|---|
| [826] | 399 | - Protect proton mass against glanular libraly for G4Mars5Gev...(Makoto)
|
|---|
| 400 | - Fixed error messages in G4ParticleChange::CheckIt (Hisaya)
|
|---|
| 401 | - Remove "include/G4VProcess.hh" from G4Step.cc (Hisaya)
|
|---|
| 402 |
|
|---|
| [1340] | 403 | Apr. 13, 1999 H.Kurashige (track-01-00-04)
|
|---|
| [826] | 404 | - Code polishing according to the messages by CodeWizard
|
|---|
| 405 | - Added new virtual method of G4bool CheckIt(const G4Track&) in G4VParticleChange
|
|---|
| 406 |
|
|---|
| [1340] | 407 | Feb. 17, 1999 H.Kurashige (track-01-00-03)
|
|---|
| [826] | 408 | - Removed G4Step::ShowStep() (Takashi)
|
|---|
| 409 | - Fixed bugs in G4ParticleChange.icc (Hisaya)
|
|---|
| 410 |
|
|---|
| [1340] | 411 | Feb. 9, 1999 H.Kurashige (track-01-00-02)
|
|---|
| [826] | 412 | - Modified G4TrackFastVector (Hisaya)
|
|---|
| 413 | - Modified G4ParticleChange::CheckIt (Hisaya)
|
|---|
| 414 |
|
|---|
| [1340] | 415 | Feb. 6, 1999 H.Kurashige (track-01-00-01)
|
|---|
| [826] | 416 | - Added Get/SetMomentumDirectionChange in G4ParticleChange (Hisaya)
|
|---|
| 417 | - Removed using G4ParticleMomentum (Hisaya)
|
|---|
| 418 |
|
|---|
| [1340] | 419 | Dec. 15, 1998 H.Kurashige (track-00-04-05)
|
|---|
| [826] | 420 | - G4ParticleChange::CheckIt is activated in VERBOSE mode (Hisaya)
|
|---|
| 421 |
|
|---|
| [1340] | 422 | Dec. 12, 1998 H.Kurashige (track-00-04-04)
|
|---|
| [826] | 423 | - Fixed bugs in G4Mars5GeVMechanism (Hisaya)
|
|---|
| 424 | - Added SwOnAllEB/SwOffAllEB in G4ParticleChange (Hisaya)
|
|---|
| 425 | - Added GetEBMechanis and IsEBActive in G4VParticleChange (Hisaya)
|
|---|
| 426 |
|
|---|
| [1340] | 427 | Dec. 11, 1998 H.Kurashige (track-00-04-03)
|
|---|
| [826] | 428 | - Fixed bugs in G4Mars5GeVMechanism (Hisaya)
|
|---|
| 429 |
|
|---|
| [1340] | 430 | Dec. 9, 1998 L.Urban (track-00-04-02)
|
|---|
| [826] | 431 | - Added G4ParticleChangeForLoss and G4ParticleChangeForMSC.
|
|---|
| 432 |
|
|---|
| [1340] | 433 | Nov. 18, 98 H.Kurashige (track-00-04-01)A
|
|---|
| [826] | 434 | - Added new member of weight in G4Track and removed G4BiasingTag
|
|---|
| 435 | - Added Event Biasing based on MARS
|
|---|
| 436 | - Modified argument type in G4Track
|
|---|
| 437 | ( this tag requires particles-00-04-01 tag)
|
|---|
| 438 |
|
|---|
| [1340] | 439 | Nov. 9, 98 H.Kurashige (track-00-03-05)
|
|---|
| [826] | 440 | - Added Event Biasing Mechanism in G4VParticleChange
|
|---|
| 441 |
|
|---|
| [1340] | 442 | Nov. 8, 98 H.Kurashige (track-00-03-04)
|
|---|
| [826] | 443 | - Added G4BiasingTag as a member of G4Track
|
|---|
| 444 | - Modified G4Step, and G4StepPoint for managing G4BiasingTag
|
|---|
| 445 |
|
|---|
| [1340] | 446 | Oct. 17, 98 H.Kurashige (track-00-03-03)
|
|---|
| [826] | 447 | - Fixed bugs in G4VParticleChange and G4ParticleChange
|
|---|
| 448 |
|
|---|
| [1340] | 449 | Oct. 14 19 H.Kurashige (track-00-03-01)
|
|---|
| [826] | 450 | - Modified G4ParticleChangeForTransportation for new relocation algorism.
|
|---|
| 451 | (J.Apost.)
|
|---|
| 452 |
|
|---|
| [1340] | 453 | Aug. 31, 98 G.Cosmo (track-00-02-01)
|
|---|
| [826] | 454 | - Added "global" phony target to GNUmakefile.
|
|---|
| 455 | - Added comment to G4StepPoint.hh (J.Apostolakis).
|
|---|
| 456 |
|
|---|
| [1340] | 457 | Jul. 20,98 H.Kurashige (track-00-01-05)
|
|---|
| [826] | 458 | - Modified G4ParticleChangeForDecay
|
|---|
| 459 |
|
|---|
| [1340] | 460 | Jul. 10, 98 P.Urban (track-00-01-02)
|
|---|
| [826] | 461 | - Optimised G4ParticleChangeForTransport. Much less data
|
|---|
| 462 | is copied -> increased performance.
|
|---|
| 463 |
|
|---|
| [1340] | 464 | Jul. 1, 98 H.Kurashige (track-00-07-02)
|
|---|
| [826] | 465 | - Moved UpdateStepForAlongStep into G4ParticleChangeForTransport.cc file
|
|---|
| 466 |
|
|---|
| [1340] | 467 | Jun. 30, 98 P. Urban (track-00-07-01)
|
|---|
| [826] | 468 | - Some more tracking optimisation results.
|
|---|
| 469 |
|
|---|
| [1340] | 470 | Jun. 22, 98 P. Urban (track-00-06-04)
|
|---|
| [826] | 471 | - Preliminary results of tracking optimisation merged into HEAD.
|
|---|
| 472 |
|
|---|
| [1340] | 473 | Jun. 11, 98 G.Cosmo (track-00-06-03)
|
|---|
| [826] | 474 | - Tagged track-00-06-03.
|
|---|
| 475 |
|
|---|
| [1340] | 476 | Jun. 11, 98 J.Allison
|
|---|
| [826] | 477 | - Added a missing inline keyword to G4Track.hh:341.
|
|---|
| 478 |
|
|---|
| [1340] | 479 | Jun. 8, 98 H.Kurashige
|
|---|
| [826] | 480 | - Add GoodForTracking and BelowThreshold flags in G4Track
|
|---|
| 481 | for new COHERENT scheme for the Cuts
|
|---|
| 482 |
|
|---|
| 483 | May 12, 98 H.Kurashige
|
|---|
| 484 | - Fix bugs in G4Step, G4ParticleChange
|
|---|
| 485 | Add new class of G4ParticleChangeForTransport
|
|---|
| 486 |
|
|---|
| [1340] | 487 | Apr. 12, 98 H.Kurashige
|
|---|
| 488 | - Implement new scheme of 'Particle Change'. Please see
|
|---|
| [826] | 489 | particle_change.asc in geant4alpha/documents/particles+matter/.
|
|---|
| [1340] | 490 | - Following files are modified (or added)
|
|---|
| [826] | 491 | G4ParticleChange.hh, .icc, .cc
|
|---|
| 492 | G4VParticleChange.hh, .icc, .cc
|
|---|
| 493 | G4ParticleChangeForDecay.hh, .cc
|
|---|
| 494 | G4Step.hh, G4TrackFastVector.hh
|
|---|
| 495 |
|
|---|
| [1340] | 496 | Apr. 9, 98 G.Cosmo
|
|---|
| [826] | 497 | - Porting on DEC-cxx 6.0.
|
|---|
| 498 | Removed meaningless usage of "const" qualifier from functions
|
|---|
| 499 | return type for basic types by value. Modified files:
|
|---|
| 500 | G4ParticleChange.hh, .icc,
|
|---|
| 501 | G4Step.hh, G4StepPoint.hh, G4Track.hh
|
|---|
| 502 |
|
|---|
| [1340] | 503 | Mar. 18, 1998 K.Amako
|
|---|
| 504 | - Add following information to G4Track:
|
|---|
| [826] | 505 | 1.Momentum direction at the start point (vertex position) of the track
|
|---|
| 506 | 2.Kinetic energy at the start point (vertex position) of the track
|
|---|
| 507 | 3.Pointer to the process which created the current track
|
|---|
| [1340] | 508 | - Due to this, the following files have modififed and committed.
|
|---|
| [826] | 509 | 1.NewDesignDoc.txt
|
|---|
| 510 | 2.G4Track.hh, G4Track.cc
|
|---|
| 511 | 3.G4SteppingManager.cc
|
|---|
| 512 |
|
|---|
| [1340] | 513 | Jan. 29, 97 K. Amako
|
|---|
| 514 | - Following changes have been done and committed/tagged to cvs.
|
|---|
| [826] | 515 | Tag# is track-00-03-01.
|
|---|
| 516 | - G4Step.cc: Output format has been changed in showStep().
|
|---|
| 517 |
|
|---|
| [1340] | 518 | Dec. 19, 97 G. Cosmo - (alpha03)
|
|---|
| [826] | 519 |
|
|---|
| 520 | - Created.
|
|---|