source: trunk/Mars/Changelog@ 11562

Last change on this file since 11562 was 11562, checked in by tbretz, 13 years ago
Added latest changes.
File size: 9.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/07/24 Thomas Bretz
22
23 * mbase/MFits.h:
24 - renamed to fits.h
25
26 * mbase/MZlib.h:
27 - renamed to izstream.h
28
29 * mbase/MZlib.cc:
30 - removed, moved all the code to izstream.h
31 - set the fail and bad bit more properly
32
33 * mastro/MAstroCatalog.h, mraw/MRawFileRead.cc,
34 mfileio/MReadFiles.[h,cc]:
35 - replaced MZlib with izstream
36
37 * mraw/MRawRunHeader.[h,cc]:
38 - Added fIsSigned data memeber
39 - increased version number
40
41 * mraw/MrawEvtData.[h,cc]:
42 - added fIsSigned
43 - adapted GetSample
44 - added GetMin
45 - changed code in GetMax
46
47 * mraw/MRawFitsRead.cc:
48 - replaced MZlib by izsream
49 - check for TELESCOP key
50
51 * mbase/fits.h:
52 - added exceptions if supported
53 - removed check for TELESCOP keyword
54
55 * mhist/MHCamera.cc:
56 - fixed ifdef in GetObjectInfo
57
58 * mbase/Makefile, mbase/BaseLinkDef.h:
59 - removed MZlib
60 - removed MFits
61 - added izstream
62 - added fits
63
64
65
66 2011/07/21 Thomas Bretz
67
68 * mgeom/MGeomCamFACT.cc:
69 - added special pixels 1438/1439
70
71
72
73 2011/07/20 Thomas Bretz
74
75 * readdaq.cc:
76 - added support for FITS files
77
78 * mbase/MFits.h:
79 - optmized reverse copy procedure
80 - added HasKey
81
82 * mbase/MRawEvtPixelIter.[h,cc]:
83 - Added iterator to start cell
84
85 * mbase/MRawEvtData.[h,cc]:
86 - added fStartCells
87 - increased version number
88
89 * mbase/MrawEvtData.[h,cc]:
90 - replaced fPCTime with an array as a buffer
91 - init start cells
92 - added "StartCell" to reading process
93
94
95
96 2011/07/19 Thomas Bretz
97
98 * mbase/MFits.h:
99 - made struct Entry public (needed by newer root versions)
100
101
102
103 2011/07/18 Thomas Bretz
104
105 * mastro/MAstroCatalog.cc:
106 - added include of fstream
107
108 * macros/rootlogon.C:
109 - added define of __MARS__ to AcLiC
110
111 * mraw/MRawRead.h:
112 - made ReadEvent and SkipEvent virtual
113
114 * mraw/MRawFileRead.[h,cc]:
115 - outsourced OpenFile and ReadRunHeader to their own functions
116
117 * mbase/MParContainer.[h,cc]:
118 - Added function DataMember which will return a pointer to a data
119 member from the dictionary.
120
121 * mbase/MZlib.h:
122 - There is no need to make the derivative from istream virtual.
123 - removed the need of a fill_buffer function
124 - do only relative seeks and never start from the beginning of the
125 file
126
127 * mbase/MFits.[h,cc]:
128 - added Fits support
129
130 * mbase/Makefile, mbase/BaseLinkDef.h:
131 - added MFits
132
133 * mpedestal/MPedestalSubtract.cc:
134 - improved some error output
135
136 * mgeom/MGeomApply.cc:
137 - automatically use MGeomCamFACT if the run header says that it is
138 a fact camera.
139
140 * mraw/MRawRunHeader.[h,cc]:
141 - added setter for format versions
142 - added InitFact
143 - added GetCameraVersion
144
145 * mjobs/MJMerpp.cc:
146 - use FITS reader instead of raw-reader if it is a FITS raw file.
147
148 * merpp.cc:
149 - added fits asa valid extension
150 - fixed replacing of extensions
151
152 * mfileio/MReadMarsFile.cc:
153 - read first header of first file, so that at PreProcessing time
154 at least some header is available.
155
156 * mraw/Makefile, mraw/MRawFitsRead.cc:
157 - added MRawFitsRead
158
159 * mraw/MRawFitsRead.[h,cc]:
160 - added
161
162
163
164 2011/07/15 Thomas Bretz
165
166 * mbase/MZlib.[h,cc]:
167 - fixed seeking in gzipped files
168 - increased buffer size
169
170 * mbase/MMath.[h,c]:
171 - added GaussProb2D
172
173 * msignal/MSignalCalc.cc:
174 - the upper bound of searching the maximum was wrong
175
176
177
178 2011/07/14 Thomas Bretz
179
180 * mbase/MStatusDisplay.cc:
181 - some minor code changed to get rid of some compiler warnings
182 - fixed a problem with a possible infinite loop
183
184 * mbase/MThread.h:
185 - propagate argument to Run()
186
187 * mbase/MLut.cc:
188 - some variable name change to get rid of some compiler warnings
189
190 * mjobs/MSequence.cc:
191 - fixed a check which was always true
192
193
194
195 2011/07/07 Thomas Bretz
196
197 * mhflux/MHFalseSource.cc:
198 - fixed a bug in SetupFill - must be CopyBinning instead of
199 SetBinning
200
201
202
203 2011/04/04 Thomas Bretz
204
205 * mreport/MReportFileRead.cc:
206 - added a missing delete
207
208 * mhflux/MHEnergyEst.cc, mhist/MHCamera.cc:
209 - fixed some crashes with newer root versiony in which
210 GetFunction("gaus") after an unsuccessfull fit might return
211 NULL
212
213 * mastro/MAstroCatalog.cc:
214 - added the missing marker color for the dot
215
216 * mpointing/MPointingDevCalc.cc:
217 - added some comments
218
219 * mmain/MEventDisplay.cc:
220 - renamed some local variables to avoid using the same name twice
221
222 * mgeom/MGeomCam.cc:
223 - for convenience a margin of 0 in HitFrame is allowed to
224 switch off the detection also with 0
225
226 * mbase/MThread.h:
227 - added missing argument to call of fThread.Run()
228
229 * mhbase/MH3.cc:
230 - fixed a problem with a wrong cast
231 - added assignment of conversion function for TProfile3D
232
233
234
235 2011/03/10 Thomas Bretz
236
237 * mhbase/MH3.[h,cc]:
238 - increased forgotten class version number from 6 to 7
239
240
241
242 2011/03/03 Reiner Rohlfs
243
244 * mcorsika/MCorsikaFormat.[h,cc]:
245 - accept an "EVTH" only after an "EVTE" and after a "RUNH"
246
247 * mcorsika/MCorsikaRead.cc:
248 - parameter change in function MCorsikaFormat::NextBlock()
249 from "Bool_t subBlock" to "Int_t readState".
250
251
252
253 2011/02/21 Reiner Rohlfs
254
255 * mcorsika/MCorsikaRead.[h,cc]:
256 - Remove debug output and not used code
257
258
259
260 2011/02/21 Thomas Bretz
261
262 * mcalib/MCalibrateData.cc mcalib/MCalibrationBlindPix.cc
263 mcalib/MCalibrationChargeCam.cc mcalib/MCalibrationChargeCalc.cc
264 mcalib/MCalibrationIntensityChargeCam.cc mimage/MNewImagePar2.cc
265 mhcalib/MHCalibrationPulseTimeCam.cc mhcalib/MHCalibrationChargeCam.cc
266 mhcalib/MHCalibrationHiLoCam.cc manalysis/MMcTriggerLvl2.cc
267 mfilter/MFCosmics.cc mhflux/MHFalseSource.cc mhflux/MHThetaSqN.cc
268 mastro/MAstroCamera.cc mmuon/MHSingleMuon.cc
269 mpedestal/MPedestalSubtractedEvt.cc mpedestal/MPedCalcFromLoGain.cc
270 mpedestal/MPedCalcPedRun.cc mpedestal/MExtractPedestal.cc
271 mpedestal/MPedestalSubtract.cc mpedestal/MHPedestalCor.cc
272 mhist/MHCamera.cc msignal/MExtractTimeAndCharge.cc
273 msignal/MExtractTime.cc msignal/MExtractTimeAndChargeDigitalFilter.cc
274 msignal/MArrivalTimeCam.cc msignal/MExtractTimeAndChargeSpline.cc
275 mranforest/MHRanForestGini.cc mranforest/MRanForestCalc.cc
276 mranforest/MRanForest.cc mbase/MLog.cc mbase/MMath.cc
277 mbadpixels/MBadPixelsCam.cc mbadpixels/MBadPixelsTreat.cc
278 mhvstime/MHSectorVsTime.cc mfbase/MFEventSelector2.cc
279 mhbase/MBinning.cc mhbase/MH.cc mgui/MHexagon.cc msql/MSQLServer.cc:
280 - removed the old obsolete cvs header line
281
282 * msimcamera/MSimCamera.cc, msimcamera/MSimSignalCam.cc,
283 msim/MHPhotonEvent.cc msim/MPhotonEvent.cc:
284 - treat kArtificial in addition to kNightSky
285
286
287
288 2011/02/10 Daniela Dorner
289
290 * resmc/:
291 - uncommented line of 950nm to take into account the changes of the
292 range of the transmission curve
293
294
295
296 2011/02/09 Reiner Rohlfs
297
298 * mcorsika/MCorsikaFormat.cc:
299 - replace the selection of the blockType from a string comparison
300 to a switch - statement.
301
302 * mcorsika/MCorsikaRead.[h,cc]:
303 - Redesign of the Process() - method: Read after the processing of
304 one block the header of the next block to be able do decide to
305 process the next block in the same the same call or to return
306 from the method.
307
308
309
310 2011/01/24 Thomas Bretz
311
312 * melectronics/MAvalanchePhotoDiode.h:
313 - shifted the Afterpulse class behind the APD class to make it
314 compile
315
316
317
318 2011/01/07 Thomas Bretz
319 2011/01/07 Thomas Bretz
320
321 * msimcamera/MSimAPD.[h,cc]:
322 - added setting of the afterpulse probabilities
323 - handle afterpulses in processing
324
325 * melectronics/MAvalanchePhotoDiode.[h,cc]:
326 - restructured header file
327 - added treatment of afterpulses in HitCellImp
328 - added time constants and afterpulse probability
329 data memebers
330 - added TSortedList to hold the afterpulses
331 - added afterpulses to calculation of relaxation time
332 - added call to Relax to Init
333 - added treatment of afterpulses to FillEmpty, FillRandom and
334 Evolve
335 - added member functions to process the afterpulses
336
337
338
339 2011/01/06 Thomas Bretz
340
341 * mimage/MNewImagePar2.cc:
342 - use GetL() instead of GetT() for fBorderLinePixel
343
344 * mgeom/MGeomRectangle.h:
345 - added GetL member-function
346
347 * mgeom/MGeomPix.h:
348 - fixed the comment of GetT
349
350 * mgeom/MGeom.h:
351 - added abstract function GetL
352
353 * mgeom/MGeomRectangle.cc:
354 - fixed the comment for GetT
355 - added GetL
356
357 * mgeom/MGeomCamDwarf.cc:
358 - use the HitFrame from the base class with a slightly
359 increased radius (no change in behaviour)
360
361 * mgeom/MGeomCam.[h,cc]:
362 - added HitFrame
363
364 * msimreflector/MSimReflector.[h,cc]:
365 - implemented the possibility to overwrite the absorbing
366 size of the detector
367 - added fDetectorFrame
368
369 * mpointing/MPointingDevCalc.cc:
370 - updated comments
371
372 * msimcamera/MSimRandomPhotons.cc:
373 - fixed a mistake in the log-output
Note: See TracBrowser for help on using the repository browser.