1 | -*-*- END -*-*-
|
---|
2 | 2002/06/13: Thomas Bretz
|
---|
3 |
|
---|
4 | * MParticle.h:
|
---|
5 | - Implemented Set/IsPrimary
|
---|
6 | - removed pure abstract method (root can't read this)
|
---|
7 | - added default constructor
|
---|
8 |
|
---|
9 | * MElectron.cc:
|
---|
10 | - changed many variables to const
|
---|
11 | - changed the output
|
---|
12 |
|
---|
13 | * MPairProduction.cc:
|
---|
14 | - changed many variables to const
|
---|
15 |
|
---|
16 | * MPhoton.[h,cc]:
|
---|
17 | - changed the upper and lower limit of the integration in Int2
|
---|
18 | - added upper and lower limit of draw to DrawInteractionLength
|
---|
19 |
|
---|
20 | * energyloss.C:
|
---|
21 | - changed output range for ZofR
|
---|
22 |
|
---|
23 | * phys.C:
|
---|
24 | - changed energy randomizer
|
---|
25 | - added root file output
|
---|
26 | - removed log scale from point spread plots
|
---|
27 |
|
---|
28 | * analp.C:
|
---|
29 | - added macro to analize the photons from the root file
|
---|
30 |
|
---|
31 | * anale.C:
|
---|
32 | - added macro to analize the electrons from the root file
|
---|
33 |
|
---|
34 |
|
---|
35 |
|
---|
36 | 2002/06/12: Thomas Bretz
|
---|
37 |
|
---|
38 | * MElectron.[h,cc]:
|
---|
39 | - added a primitive theta dependancy to DoInvCompton
|
---|
40 | - added DrawInteractionLength
|
---|
41 | - changed algorithm in ZofR and RofZ
|
---|
42 |
|
---|
43 | * MParticle.[h,cc]:
|
---|
44 | - added RofZ and ZofR as static functions
|
---|
45 | - changed from MParContainer to TObject
|
---|
46 | - removed unnecessary or commented inline functions
|
---|
47 |
|
---|
48 | * MPhoton.[h,cc]:
|
---|
49 | - added DrawInteractionLength
|
---|
50 | - fixed the bug causing the 'strange factor': sigma_gg needs
|
---|
51 | the sqrt of s.
|
---|
52 |
|
---|
53 | * energyloss.C:
|
---|
54 | - added
|
---|
55 |
|
---|
56 | * MPairProduction.[h,cc]:
|
---|
57 | - simplified formula
|
---|
58 | - changed arguments to Energy of Photon and interaction angle
|
---|
59 |
|
---|
60 | * phys.C:
|
---|
61 | - added correct photon energy for pair production
|
---|
62 | - added correct angle for pair production
|
---|
63 | - changed output to E^2*Counts
|
---|
64 | - changed gamma production from E^-2 to Uniform by weighting
|
---|
65 | - removed all unecessary functions and code (s.energyloss.C)
|
---|
66 |
|
---|
67 |
|
---|
68 |
|
---|
69 | 2002/06/10: Thomas Bretz
|
---|
70 |
|
---|
71 | * MElectron.[h,cc], MPhoton.[h,cc], MParticle.[h,cc]:
|
---|
72 | - implemented SetNewDirection, SetNewPosition
|
---|
73 | - implemented DoInvCompton
|
---|
74 | - =operator
|
---|
75 |
|
---|
76 | * MPairProduction.cc:
|
---|
77 | - changed to use SetNewDirection Method
|
---|
78 |
|
---|
79 | * phys.C:
|
---|
80 | - changed to new style functions
|
---|
81 |
|
---|
82 | * MGeinIRPhoton.cc, MGenPrimaryParticle.[h,cc]:
|
---|
83 | - make compile (not used)
|
---|
84 | - changed Process to get angle
|
---|
85 |
|
---|
86 |
|
---|