source: trunk/Mars/Changelog@ 10148

Last change on this file since 10148 was 10148, checked in by rohlfs, 14 years ago
update for files mcorsika/MCorsikaFormat.cc and mcorsika/MCorsikaRead.[h,cc]
File size: 2.5 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/02/09 Reiner Rohlfs
22
23 * mcorsika/MCorsikaFormat.cc:
24 - replace the selection of the blockType from a string comparison
25 to a switch - statement.
26
27 * mcorsika/MCorsikaRead.[h,cc]:
28 - Redesign of the Process() - method: Read after the processing of
29 one block the header of the next block to be able do decide to
30 process the next block in the same the same call or to return
31 from the method.
32
33
34 2011/01/24 Thomas Bretz
35
36 * melectronics/MAvalanchePhotoDiode.h:
37 - shifted the Afterpulse class behind the APD class to make it
38 compile
39
40
41
42 2011/01/07 Thomas Bretz
43
44 * msimcamera/MSimAPD.[h,cc]:
45 - added setting of the afterpulse probabilities
46 - handle afterpulses in processing
47
48 * melectronics/MAvalanchePhotoDiode.[h,cc]:
49 - restructured header file
50 - added treatment of afterpulses in HitCellImp
51 - added time constants and afterpulse probability
52 data memebers
53 - added TSortedList to hold the afterpulses
54 - added afterpulses to calculation of relaxation time
55 - added call to Relax to Init
56 - added treatment of afterpulses to FillEmpty, FillRandom and
57 Evolve
58 - added member functions to process the afterpulses
59
60
61
62 2011/01/06 Thomas Bretz
63
64 * mimage/MNewImagePar2.cc:
65 - use GetL() instead of GetT() for fBorderLinePixel
66
67 * mgeom/MGeomRectangle.h:
68 - added GetL member-function
69
70 * mgeom/MGeomPix.h:
71 - fixed the comment of GetT
72
73 * mgeom/MGeom.h:
74 - added abstract function GetL
75
76 * mgeom/MGeomRectangle.cc:
77 - fixed the comment for GetT
78 - added GetL
79
80 * mgeom/MGeomCamDwarf.cc:
81 - use the HitFrame from the base class with a slightly
82 increased radius (no change in behaviour)
83
84 * mgeom/MGeomCam.[h,cc]:
85 - added HitFrame
86
87 * msimreflector/MSimReflector.[h,cc]:
88 - implemented the possibility to overwrite the absorbing
89 size of the detector
90 - added fDetectorFrame
91
92 * mpointing/MPointingDevCalc.cc:
93 - updated comments
94
95 * msimcamera/MSimRandomPhotons.cc:
96 - fixed a mistake in the log-output
Note: See TracBrowser for help on using the repository browser.