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