1 | Please do not write behind the end of line tag so that it is possible
|
---|
2 | to send a Changelog file to a line printer directly. Thanks.
|
---|
3 |
|
---|
4 | For 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 |
|
---|
17 | While an underscore is a placeholder for a white-space or an empty line.
|
---|
18 |
|
---|
19 | -*-*- END OF LINE -*-*-
|
---|
20 |
|
---|
21 | 2011/01/07 Thomas Bretz
|
---|
22 |
|
---|
23 | * msimcamera/MSimAPD.[h,cc]:
|
---|
24 | - added setting of the afterpulse probabilities
|
---|
25 | - handle afterpulses in processing
|
---|
26 |
|
---|
27 | * melectronics/MAvalanchePhotoDiode.[h,cc]:
|
---|
28 | - restructured header file
|
---|
29 | - added treatment of afterpulses in HitCellImp
|
---|
30 | - added time constants and afterpulse probability
|
---|
31 | data memebers
|
---|
32 | - added TSortedList to hold the afterpulses
|
---|
33 | - added afterpulses to calculation of relaxation time
|
---|
34 | - added call to Relax to Init
|
---|
35 | - added treatment of afterpulses to FillEmpty, FillRandom and
|
---|
36 | Evolve
|
---|
37 | - added member functions to process the afterpulses
|
---|
38 |
|
---|
39 |
|
---|
40 |
|
---|
41 | 2011/01/06 Thomas Bretz
|
---|
42 |
|
---|
43 | * mimage/MNewImagePar2.cc:
|
---|
44 | - use GetL() instead of GetT() for fBorderLinePixel
|
---|
45 |
|
---|
46 | * mgeom/MGeomRectangle.h:
|
---|
47 | - added GetL member-function
|
---|
48 |
|
---|
49 | * mgeom/MGeomPix.h:
|
---|
50 | - fixed the comment of GetT
|
---|
51 |
|
---|
52 | * mgeom/MGeom.h:
|
---|
53 | - added abstract function GetL
|
---|
54 |
|
---|
55 | * mgeom/MGeomRectangle.cc:
|
---|
56 | - fixed the comment for GetT
|
---|
57 | - added GetL
|
---|
58 |
|
---|
59 | * mgeom/MGeomCamDwarf.cc:
|
---|
60 | - use the HitFrame from the base class with a slightly
|
---|
61 | increased radius (no change in behaviour)
|
---|
62 |
|
---|
63 | * mgeom/MGeomCam.[h,cc]:
|
---|
64 | - added HitFrame
|
---|
65 |
|
---|
66 | * msimreflector/MSimReflector.[h,cc]:
|
---|
67 | - implemented the possibility to overwrite the absorbing
|
---|
68 | size of the detector
|
---|
69 | - added fDetectorFrame
|
---|
70 |
|
---|
71 | * mpointing/MPointingDevCalc.cc:
|
---|
72 | - updated comments
|
---|
73 |
|
---|
74 | * msimcamera/MSimRandomPhotons.cc:
|
---|
75 | - fixed a mistake in the log-output
|
---|