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