source: trunk/Mars/Changelog@ 10146

Last change on this file since 10146 was 10115, checked in by tbretz, 14 years ago
Reordered the classes in MAvalanchePhotoDiode.h to make it compile.
File size: 2.1 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4For your entries please follow EXACTLY this style:
5
6_yyyy/mm/dd_[Your Name]
7_
8___*_filename:
9_____-_description
10_
11___*_filename2, filename3:
12_____-_description
13_
14_
15_
16
17While an underscore is a placeholder for a white-space or an empty line.
18
19 -*-*- END OF LINE -*-*-
20
21 2011/01/24 Thomas Bretz
22
23 * melectronics/MAvalanchePhotoDiode.h:
24 - shifted the Afterpulse class behind the APD class to make it
25 compile
26
27
28
29 2011/01/07 Thomas Bretz
30
31 * msimcamera/MSimAPD.[h,cc]:
32 - added setting of the afterpulse probabilities
33 - handle afterpulses in processing
34
35 * melectronics/MAvalanchePhotoDiode.[h,cc]:
36 - restructured header file
37 - added treatment of afterpulses in HitCellImp
38 - added time constants and afterpulse probability
39 data memebers
40 - added TSortedList to hold the afterpulses
41 - added afterpulses to calculation of relaxation time
42 - added call to Relax to Init
43 - added treatment of afterpulses to FillEmpty, FillRandom and
44 Evolve
45 - added member functions to process the afterpulses
46
47
48
49 2011/01/06 Thomas Bretz
50
51 * mimage/MNewImagePar2.cc:
52 - use GetL() instead of GetT() for fBorderLinePixel
53
54 * mgeom/MGeomRectangle.h:
55 - added GetL member-function
56
57 * mgeom/MGeomPix.h:
58 - fixed the comment of GetT
59
60 * mgeom/MGeom.h:
61 - added abstract function GetL
62
63 * mgeom/MGeomRectangle.cc:
64 - fixed the comment for GetT
65 - added GetL
66
67 * mgeom/MGeomCamDwarf.cc:
68 - use the HitFrame from the base class with a slightly
69 increased radius (no change in behaviour)
70
71 * mgeom/MGeomCam.[h,cc]:
72 - added HitFrame
73
74 * msimreflector/MSimReflector.[h,cc]:
75 - implemented the possibility to overwrite the absorbing
76 size of the detector
77 - added fDetectorFrame
78
79 * mpointing/MPointingDevCalc.cc:
80 - updated comments
81
82 * msimcamera/MSimRandomPhotons.cc:
83 - fixed a mistake in the log-output
Note: See TracBrowser for help on using the repository browser.