| 1 | -*-*- END -*-*-
|
|---|
| 2 | 2002/06/13: Thomas Bretz
|
|---|
| 3 |
|
|---|
| 4 | * MParticle.h:
|
|---|
| 5 | - Implemented Set/IsPrimary
|
|---|
| 6 |
|
|---|
| 7 | * energyloss.C:
|
|---|
| 8 | - changed output range for ZofR
|
|---|
| 9 |
|
|---|
| 10 | * phys.C:
|
|---|
| 11 | - changed energy randomizer
|
|---|
| 12 | - added root file output
|
|---|
| 13 |
|
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 | 2002/06/12: Thomas Bretz
|
|---|
| 17 |
|
|---|
| 18 | * MElectron.[h,cc]:
|
|---|
| 19 | - added a primitive theta dependancy to DoInvCompton
|
|---|
| 20 | - added DrawInteractionLength
|
|---|
| 21 | - changed algorithm in ZofR and RofZ
|
|---|
| 22 |
|
|---|
| 23 | * MParticle.[h,cc]:
|
|---|
| 24 | - added RofZ and ZofR as static functions
|
|---|
| 25 | - changed from MParContainer to TObject
|
|---|
| 26 | - removed unnecessary or commented inline functions
|
|---|
| 27 |
|
|---|
| 28 | * MPhoton.[h,cc]:
|
|---|
| 29 | - added DrawInteractionLength
|
|---|
| 30 | - fixed the bug causing the 'strange factor': sigma_gg needs
|
|---|
| 31 | the sqrt of s.
|
|---|
| 32 |
|
|---|
| 33 | * energyloss.C:
|
|---|
| 34 | - added
|
|---|
| 35 |
|
|---|
| 36 | * MPairProduction.[h,cc]:
|
|---|
| 37 | - simplified formula
|
|---|
| 38 | - changed arguments to Energy of Photon and interaction angle
|
|---|
| 39 |
|
|---|
| 40 | * phys.C:
|
|---|
| 41 | - added correct photon energy for pair production
|
|---|
| 42 | - added correct angle for pair production
|
|---|
| 43 | - changed output to E^2*Counts
|
|---|
| 44 | - changed gamma production from E^-2 to Uniform by weighting
|
|---|
| 45 | - removed all unecessary functions and code (s.energyloss.C)
|
|---|
| 46 |
|
|---|
| 47 |
|
|---|
| 48 |
|
|---|
| 49 | 2002/06/10: Thomas Bretz
|
|---|
| 50 |
|
|---|
| 51 | * MElectron.[h,cc], MPhoton.[h,cc], MParticle.[h,cc]:
|
|---|
| 52 | - implemented SetNewDirection, SetNewPosition
|
|---|
| 53 | - implemented DoInvCompton
|
|---|
| 54 | - =operator
|
|---|
| 55 |
|
|---|
| 56 | * MPairProduction.cc:
|
|---|
| 57 | - changed to use SetNewDirection Method
|
|---|
| 58 |
|
|---|
| 59 | * phys.C:
|
|---|
| 60 | - changed to new style functions
|
|---|
| 61 |
|
|---|
| 62 | * MGeinIRPhoton.cc, MGenPrimaryParticle.[h,cc]:
|
|---|
| 63 | - make compile (not used)
|
|---|
| 64 | - changed Process to get angle
|
|---|
| 65 |
|
|---|
| 66 |
|
|---|