| 1 | -*-*- END -*-*-
|
|---|
| 2 | 2002/06/17: Thomas Bretz
|
|---|
| 3 |
|
|---|
| 4 | * MElectron.cc:
|
|---|
| 5 | - Added SetNewDirection for the electron itself
|
|---|
| 6 |
|
|---|
| 7 | * MParticle.cc:
|
|---|
| 8 | - changed sqrt() to asin(sqrt()) - no effect (but correct)
|
|---|
| 9 |
|
|---|
| 10 |
|
|---|
| 11 |
|
|---|
| 12 | 2002/06/14: Thomas Bretz
|
|---|
| 13 |
|
|---|
| 14 | * MElectron.[h,cc]:
|
|---|
| 15 | - Moved Planck function to MParticle
|
|---|
| 16 | - Added the DiSum function
|
|---|
| 17 | - changed Li2 to use the DiSum function (speed reasons)
|
|---|
| 18 | - changed the eps of all integrals to 1e-2
|
|---|
| 19 | - changed the p_e function to use the Compton function
|
|---|
| 20 | - made all function which are used for integration only static
|
|---|
| 21 | and changed the function definition from=0, to=0
|
|---|
| 22 |
|
|---|
| 23 | * MPhoton.[h,cc]:
|
|---|
| 24 | - removed the planck function
|
|---|
| 25 | - changed the eps of all integrals to 1e-2
|
|---|
| 26 |
|
|---|
| 27 | * MParticle.[h,cc]:
|
|---|
| 28 | - added the planck function
|
|---|
| 29 |
|
|---|
| 30 | * Makefile:
|
|---|
| 31 | - removed unused source files
|
|---|
| 32 |
|
|---|
| 33 | * analp.C:
|
|---|
| 34 | - did some small fixes
|
|---|
| 35 | - changed the sclae of the radius- and phi-plots
|
|---|
| 36 |
|
|---|
| 37 | * phys.C:
|
|---|
| 38 | - changed the integral eps to 1e-2
|
|---|
| 39 | - small changed to the output
|
|---|
| 40 | - removed integral==0, replaced by Ep==pow(10,0)
|
|---|
| 41 |
|
|---|
| 42 |
|
|---|
| 43 |
|
|---|
| 44 |
|
|---|
| 45 | 2002/06/13: Thomas Bretz
|
|---|
| 46 |
|
|---|
| 47 | * MParticle.h:
|
|---|
| 48 | - Implemented Set/IsPrimary
|
|---|
| 49 | - removed pure abstract method (root can't read this)
|
|---|
| 50 | - added default constructor
|
|---|
| 51 |
|
|---|
| 52 | * MElectron.cc:
|
|---|
| 53 | - changed many variables to const
|
|---|
| 54 | - changed the output
|
|---|
| 55 |
|
|---|
| 56 | * MPairProduction.cc:
|
|---|
| 57 | - changed many variables to const
|
|---|
| 58 |
|
|---|
| 59 | * MPhoton.[h,cc]:
|
|---|
| 60 | - changed the upper and lower limit of the integration in Int2
|
|---|
| 61 | - added upper and lower limit of draw to DrawInteractionLength
|
|---|
| 62 |
|
|---|
| 63 | * energyloss.C:
|
|---|
| 64 | - changed output range for ZofR
|
|---|
| 65 |
|
|---|
| 66 | * phys.C:
|
|---|
| 67 | - changed energy randomizer
|
|---|
| 68 | - added root file output
|
|---|
| 69 | - removed log scale from point spread plots
|
|---|
| 70 |
|
|---|
| 71 | * analp.C:
|
|---|
| 72 | - added macro to analize the photons from the root file
|
|---|
| 73 |
|
|---|
| 74 | * anale.C:
|
|---|
| 75 | - added macro to analize the electrons from the root file
|
|---|
| 76 |
|
|---|
| 77 |
|
|---|
| 78 |
|
|---|
| 79 | 2002/06/12: Thomas Bretz
|
|---|
| 80 |
|
|---|
| 81 | * MElectron.[h,cc]:
|
|---|
| 82 | - added a primitive theta dependancy to DoInvCompton
|
|---|
| 83 | - added DrawInteractionLength
|
|---|
| 84 | - changed algorithm in ZofR and RofZ
|
|---|
| 85 |
|
|---|
| 86 | * MParticle.[h,cc]:
|
|---|
| 87 | - added RofZ and ZofR as static functions
|
|---|
| 88 | - changed from MParContainer to TObject
|
|---|
| 89 | - removed unnecessary or commented inline functions
|
|---|
| 90 |
|
|---|
| 91 | * MPhoton.[h,cc]:
|
|---|
| 92 | - added DrawInteractionLength
|
|---|
| 93 | - fixed the bug causing the 'strange factor': sigma_gg needs
|
|---|
| 94 | the sqrt of s.
|
|---|
| 95 |
|
|---|
| 96 | * energyloss.C:
|
|---|
| 97 | - added
|
|---|
| 98 |
|
|---|
| 99 | * MPairProduction.[h,cc]:
|
|---|
| 100 | - simplified formula
|
|---|
| 101 | - changed arguments to Energy of Photon and interaction angle
|
|---|
| 102 |
|
|---|
| 103 | * phys.C:
|
|---|
| 104 | - added correct photon energy for pair production
|
|---|
| 105 | - added correct angle for pair production
|
|---|
| 106 | - changed output to E^2*Counts
|
|---|
| 107 | - changed gamma production from E^-2 to Uniform by weighting
|
|---|
| 108 | - removed all unecessary functions and code (s.energyloss.C)
|
|---|
| 109 |
|
|---|
| 110 |
|
|---|
| 111 |
|
|---|
| 112 | 2002/06/10: Thomas Bretz
|
|---|
| 113 |
|
|---|
| 114 | * MElectron.[h,cc], MPhoton.[h,cc], MParticle.[h,cc]:
|
|---|
| 115 | - implemented SetNewDirection, SetNewPosition
|
|---|
| 116 | - implemented DoInvCompton
|
|---|
| 117 | - =operator
|
|---|
| 118 |
|
|---|
| 119 | * MPairProduction.cc:
|
|---|
| 120 | - changed to use SetNewDirection Method
|
|---|
| 121 |
|
|---|
| 122 | * phys.C:
|
|---|
| 123 | - changed to new style functions
|
|---|
| 124 |
|
|---|
| 125 | * MGeinIRPhoton.cc, MGenPrimaryParticle.[h,cc]:
|
|---|
| 126 | - make compile (not used)
|
|---|
| 127 | - changed Process to get angle
|
|---|
| 128 |
|
|---|
| 129 |
|
|---|