source: trunk/Mars/Changelog@ 10282

Last change on this file since 10282 was 10282, checked in by tbretz, 14 years ago
Fixed a problem with a wrong cast.
File size: 5.4 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/04/04 Thomas Bretz
22
23 * mreport/MReportFileRead.cc:
24 - added a missing delete
25
26 * mhflux/MHEnergyEst.cc, mhist/MHCamera.cc:
27 - fixed some crashes with newer root versiony in which
28 GetFunction("gaus") after an unsuccessfull fit might return
29 NULL
30
31 * mastro/MAstroCatalog.cc:
32 - added the missing marker color for the dot
33
34 * mpointing/MPointingDevCalc.cc:
35 - added some comments
36
37 * mmain/MEventDisplay.cc:
38 - renamed some local variables to avoid using the same name twice
39
40 * mgeom/MGeomCam.cc:
41 - for convenience a margin of 0 in HitFrame is allowed to
42 switch off the detection also with 0
43
44 * mbase/MThread.h:
45 - added missing argument to call of fThread.Run()
46
47 * mhbase/MH3.cc:
48 - fixed a problem with a wrong cast
49
50
51
52 2011/03/10 Thomas Bretz
53
54 * mhbase/MH3.[h,cc]:
55 - increased forgotten class version number from 6 to 7
56
57
58
59 2011/03/03 Reiner Rohlfs
60
61 * mcorsika/MCorsikaFormat.[h,cc]:
62 - accept an "EVTH" only after an "EVTE" and after a "RUNH"
63
64 * mcorsika/MCorsikaRead.cc:
65 - parameter change in function MCorsikaFormat::NextBlock()
66 from "Bool_t subBlock" to "Int_t readState".
67
68
69
70 2011/02/21 Reiner Rohlfs
71
72 * mcorsika/MCorsikaRead.[h,cc]:
73 - Remove debug output and not used code
74
75
76
77 2011/02/21 Thomas Bretz
78
79 * mcalib/MCalibrateData.cc mcalib/MCalibrationBlindPix.cc
80 mcalib/MCalibrationChargeCam.cc mcalib/MCalibrationChargeCalc.cc
81 mcalib/MCalibrationIntensityChargeCam.cc mimage/MNewImagePar2.cc
82 mhcalib/MHCalibrationPulseTimeCam.cc mhcalib/MHCalibrationChargeCam.cc
83 mhcalib/MHCalibrationHiLoCam.cc manalysis/MMcTriggerLvl2.cc
84 mfilter/MFCosmics.cc mhflux/MHFalseSource.cc mhflux/MHThetaSqN.cc
85 mastro/MAstroCamera.cc mmuon/MHSingleMuon.cc
86 mpedestal/MPedestalSubtractedEvt.cc mpedestal/MPedCalcFromLoGain.cc
87 mpedestal/MPedCalcPedRun.cc mpedestal/MExtractPedestal.cc
88 mpedestal/MPedestalSubtract.cc mpedestal/MHPedestalCor.cc
89 mhist/MHCamera.cc msignal/MExtractTimeAndCharge.cc
90 msignal/MExtractTime.cc msignal/MExtractTimeAndChargeDigitalFilter.cc
91 msignal/MArrivalTimeCam.cc msignal/MExtractTimeAndChargeSpline.cc
92 mranforest/MHRanForestGini.cc mranforest/MRanForestCalc.cc
93 mranforest/MRanForest.cc mbase/MLog.cc mbase/MMath.cc
94 mbadpixels/MBadPixelsCam.cc mbadpixels/MBadPixelsTreat.cc
95 mhvstime/MHSectorVsTime.cc mfbase/MFEventSelector2.cc
96 mhbase/MBinning.cc mhbase/MH.cc mgui/MHexagon.cc msql/MSQLServer.cc:
97 - removed the old obsolete cvs header line
98
99 * msimcamera/MSimCamera.cc, msimcamera/MSimSignalCam.cc,
100 msim/MHPhotonEvent.cc msim/MPhotonEvent.cc:
101 - treat kArtificial in addition to kNightSky
102
103
104
105 2011/02/10 Daniela Dorner
106
107 * resmc/:
108 - uncommented line of 950nm to take into account the changes of the
109 range of the transmission curve
110
111
112
113 2011/02/09 Reiner Rohlfs
114
115 * mcorsika/MCorsikaFormat.cc:
116 - replace the selection of the blockType from a string comparison
117 to a switch - statement.
118
119 * mcorsika/MCorsikaRead.[h,cc]:
120 - Redesign of the Process() - method: Read after the processing of
121 one block the header of the next block to be able do decide to
122 process the next block in the same the same call or to return
123 from the method.
124
125
126
127 2011/01/24 Thomas Bretz
128
129 * melectronics/MAvalanchePhotoDiode.h:
130 - shifted the Afterpulse class behind the APD class to make it
131 compile
132
133
134
135 2011/01/07 Thomas Bretz
136
137 * msimcamera/MSimAPD.[h,cc]:
138 - added setting of the afterpulse probabilities
139 - handle afterpulses in processing
140
141 * melectronics/MAvalanchePhotoDiode.[h,cc]:
142 - restructured header file
143 - added treatment of afterpulses in HitCellImp
144 - added time constants and afterpulse probability
145 data memebers
146 - added TSortedList to hold the afterpulses
147 - added afterpulses to calculation of relaxation time
148 - added call to Relax to Init
149 - added treatment of afterpulses to FillEmpty, FillRandom and
150 Evolve
151 - added member functions to process the afterpulses
152
153
154
155 2011/01/06 Thomas Bretz
156
157 * mimage/MNewImagePar2.cc:
158 - use GetL() instead of GetT() for fBorderLinePixel
159
160 * mgeom/MGeomRectangle.h:
161 - added GetL member-function
162
163 * mgeom/MGeomPix.h:
164 - fixed the comment of GetT
165
166 * mgeom/MGeom.h:
167 - added abstract function GetL
168
169 * mgeom/MGeomRectangle.cc:
170 - fixed the comment for GetT
171 - added GetL
172
173 * mgeom/MGeomCamDwarf.cc:
174 - use the HitFrame from the base class with a slightly
175 increased radius (no change in behaviour)
176
177 * mgeom/MGeomCam.[h,cc]:
178 - added HitFrame
179
180 * msimreflector/MSimReflector.[h,cc]:
181 - implemented the possibility to overwrite the absorbing
182 size of the detector
183 - added fDetectorFrame
184
185 * mpointing/MPointingDevCalc.cc:
186 - updated comments
187
188 * msimcamera/MSimRandomPhotons.cc:
189 - fixed a mistake in the log-output
Note: See TracBrowser for help on using the repository browser.