source: trunk/Mars/Changelog@ 11491

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