source: trunk/WuerzburgSoft/Thomas/mphys/Changelog@ 1367

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