source: trunk/MagicSoft/Mars/Changelog@ 5755

Last change on this file since 5755 was 5755, checked in by wittek, 20 years ago
*** empty log message ***
File size: 9.5 KB
Line 
1
2Please do not write behind the end of line tag so that it is possible
3to send a Changelog file to a line printer directly. Thanks.
4
5For your entries please follow EXACTLY this style:
6
7_yyyy/mm/dd:_[Your Name]
8_
9___*_filename:
10_____-_description
11_
12___*_filename2, filename3:
13_____-_description
14_
15_
16_
17
18While an underscore is a placeholder for a white-space or an empty line.
19
20
21 -*-*- END OF LINE -*-*-
22
23 2005/01/10 : Wolfgang Wittek
24
25 * mfbase/MFEventSelector2.cc
26 - check whether filter exists before calling
27 filter->CallPreProcess(parlist)
28
29
30 2005/01/08 Markus Gaug
31
32 * mhcalib/MHCalibrationHiLoCam.[h,cc]
33 * mcalib/MCalibrationHiLoCam.[h,cc]
34 * mcalib/MCalibrationHiLoPix.[h,cc]
35 * mcalib/MIntensityCalibrationHiLoCam.[h,cc]
36 * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
37 mcalib/CalibLinkDef.h
38 - new classes for calibration of conversion high-gain vs. low-gain
39
40 * msignal/MExtractedSignalPix.[h,cc]
41 - added data member fChisquare, set to -1. by Clear() and Reset()
42 - raised version number by 1
43
44 * msignal/MExtractedSignalCam.[h,cc]
45 - added data member fNdf, set to -1 by default
46 - new function: GetProb(const Int_t pixidx) to be called to
47 calculate the joint probability of Chisquare of pixel "pixidx"
48 and fNdf
49 - added documentation of data members
50 - raised version number by 1
51
52 * mhcalib/MHCalibrationChargeCam.cc
53 - strengthened default histogram limits a bit, should accelerate
54 the calibration by 20%.
55
56 * mjobs/MJCalibrateSignalFromOutside.cc
57 - fixed two lines to compile MCalibrateData with the recent changes
58 by TB
59
60 * msignal/MExtractTimeAndChargeDigitalFilter.cc
61 - fixed two bugs introduced yesterday by TB.
62
63 * msignal/MExtractTimeAndChargeSpline.cc
64 * msignal/MExtractTimeAndChargeSlidingWindow.cc
65 - adopt part of TB's speed accelerations into these classes
66
67 * msignal/MExtractTimeAndCharge.cc
68 - fix the low-gain extraction window for the case that the high-gain
69 is saturated. Was skipped so far.
70
71
72 2005/01/07 Markus Gaug
73
74 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
75 - catch the case that more than 90% of the pixels have saturated
76 signals and fix the extraction window from the occurrance of
77 saturation, then. Important for high-intensity calibration events.
78
79
80 * msignal/MExtractor.cc
81 * msignal/MExtractTime.cc
82 * msignal/MExtractTimeAndCharge.cc
83 - added some documentation
84
85 * msignal/MExtractTime.[h,cc]
86 - moved the empty function FindTimeHiGain() and FindTimeLoGain() to
87 the header-file.
88
89
90 2005/01/07 Abelardo Moralejo
91
92 * mbase/MLog.h
93 - Added #include "TSystem.h", otherwise gSystem is not recognized
94 in Mac OSX.
95
96 * manalysis/MMakePadHistograms.cc
97 - Changed badcalc.SetNamePedPhotContainer to
98 badcalc.SetNamePedPhotCam
99
100
101
102 2005/01/07 Thomas Bretz
103
104 * mbadpixels/MBadPixelsCalc.[h,cc], macros/ONOFFAnalaysis.C:
105 - replaced PedPhotContainer by PedPhotCam for consistency
106
107 * mbase/MLog.[h,cc]:
108 - return *this in Seperator()
109
110 * mbase/MPrint.[h,cc]:
111 - use new separator manipulator in PreProcess
112 - fixed a type: separator instead of seperator
113
114 * mfileio/MReadTree.[h,cc]:
115 - added a check for branch->IsAutoDelete() in Notify()
116
117 * mpedestal/MExtractPedestal.[h,cc]:
118 - added new option 'fRandomCalculation' be used to switch on-/off-
119 randomization in extractors, the default should be like before
120 - added Process() calling Calc()
121
122 * mpedestal/MPedCalcFromLoGain.[h,cc], mpedestal/MPedCalcPedRun.[h,cc]:
123 - renamed Process() to Calc()
124
125 * Makefile:
126 - removed macros/calibration.C, which seems to have been
127 unintantionally introduced.
128
129 * manalysis/Makefile:
130 - removed unintantionally introduced wrong include
131
132 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
133 - a small acceleration discussed with Hendrik by replacing a
134 counter in a loop by pointer arithmetics
135
136 * mraw/MRawEvtPixelIter.cc:
137 - fixed a bug in GetMaxIdxHiLoGain which caused the loop to
138 read one byte behind the end of the array
139 - fixed HasLoGain() which really did weired things, means accessing
140 sometimes memory somewhere. This could theoretically result
141 in assigning the wrong lo-gains to the wrong pixels.
142
143 * mtrigger/MTriggerPattern.[h,cc], mtrigger/MTriggerPatternDecode.[h,cc],
144 mtrigger/MFTriggerPattern.[h,cc]:
145 - added
146
147 * mtrigger/Makefile, mtrigger/TriggerLinkDef.h:
148 - added MTriggerPattern, MTriggerPatternDecode and MFTriggerPattern
149
150 * manalysis/MEnergyEstParam.h:
151 - added a new function SetVariables calling SetCoeff
152
153 * mcalib/MCalibrateData.[h,cc]:
154 - removed data members for container names
155 - added new lists for container names
156 - allow to calibrate more than one pedestal container at the same
157 time
158
159 * mjobs/MJCalibrateSignal.cc:
160 - changed accordingly
161
162
163
164 2005/01/05 Thomas Bretz
165
166 * mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationChargeCalc.cc,
167 mhcalib/MHCalibrationRelTimeCam.cc:
168 - made some output lines fit into convinience window of 80 col
169
170 * mhist/MHCamEvent.cc:
171 - make sure that x-axis has correct title
172
173 * msignal/MArrivalTimePix.cc:
174 - init error to -1 which is a obviously non valid value
175 - fixed IsValid() which gave wrong results
176
177 * msignal/MExtractTimeAndCharge.cc, msignal/MExtractedSignalPix.cc:
178 - made sure that LoGain is flagged non-valid if no lo-gain exists
179 - push time back at the edge of the allowed limits if outside
180
181 * mbase/MGList.[h,cc]:
182 - introduced new functions Delete and DeletePictures
183 - SetBit(kMustCleanup) in constructor. Otherwise it is not
184 correctly removed from ListOfCleanups
185
186 * mbase/MLog.cc:
187 - SetBit(kMustCleanup) if adding a plugin to make sure it is cleaned
188 from the list
189
190 * mbase/MParContainer.[h,cc]:
191 - replaced return type of GetDescriptor by TString. The old version
192 was terribly wrong! The returned memory wasn't removed as soon
193 as the function returned.
194
195 * mbase/MStatusDisplay.[h,cc]:
196 - for security (thread safty) replaced all Form() by MString::Form()
197 - implemented a more secure scheme of Closing (Clone()) this was
198 a hint given by valgrind
199 - set kMustCleanup for all new object in ClonePad not only kCanDelete
200 - fixed some lines in pulldown-menus
201 - add TPads to ListOfCleanups in ClonePad (workaround!)
202
203 * mbase/MString.[h,cc]:
204 - implemented a new static Form() function returning a copy of
205 the result
206
207 * mbase/MTask.[h,cc]:
208 - replaced return type of GetDescriptor by TString. The old version
209 was terribly wrong! The returned memory wasn't removed as soon
210 as the function returned.
211 - Made GetDescriptor thread safe using MString::Form
212
213 * mfileio/MWriteRootFile.cc:
214 - Use GetDescriptor().Data() when using any kind of printf function
215
216 * mhbase/MFillH.cc:
217 - replaced string concatenation in all constructors by a Form
218 (also suggested by valgrind)
219
220 * mhcalib/MHCalibrationRelTimeCam.cc:
221 - made some output fit into 80col boundary
222
223
224
225
226 2005/01/03 Thomas Bretz (HAPPY NEW YEAR)
227
228 * mfht:
229 - added new directory for hexagonal fourier transformation
230
231 * mfht/HftIncl.h, mhft/HftLinkDef.h, mhft/MGeomCamMagicXT.[h,cc],
232 mhft/MGeomCamMagicEnhance.[h,cc], mhft/MHexgaonalFT.[h,cc],
233 mhft/MHexagonalFreqSpace.[h,cc], mhft/MHexagonalFTCalc.[h,cc],
234 mhft/Makefile:
235 - added
236
237 * macros/extendcam.C:
238 - added: tutorial for MGeomCamExtend
239
240 * macros/hft.C:
241 - added: tutorial for MHexgonalFTCalc
242
243 * macros/dohtml.C:
244 - updated
245
246 * macros/rootlogon.C:
247 - updated
248
249 * Makefile:
250 - mhft added
251
252 * mbase/MParContainer.cc, mbase/MLog.cc:
253 - added a pre-compiler option for destructor debugging
254
255 * mbase/MTaskList.[h,cc]:
256 - added new function Replace
257
258 * mdata/MDataChain.cc, mfbase/MF.cc:
259 - shortened some output
260
261 * mdata/MDataArray.[h,cc]:
262 - added new function FindRule
263
264 * mfileio/MReadTree.[h,cc]:
265 - enhanced functionality to be able to read a TTree stored in memory
266 instead of a file. Therefor introduced fTree which is now the pointer
267 used and replaced fChain where TTree and TChain have common behaviour.
268 Where they behave uncommon new code for the new case has been added.
269
270 * mfileio/MWriteRootFile.[h,cc]:
271 - enhanced functionality to be able to write a TTree into memory
272 instead of a file. This were maily bugfixes for the case fOut==0, which
273 must be handled correctly. Becarefull a tree filles without a file
274 is not deleted automatically!
275
276 * mhbase/MBinning.h:
277 - added copy constructor
278 - fixed buggy SetEdges(MBinning&) which didn't work
279
280 * mhbase/MHMatrix.cc:
281 - when adding a new rule check first if the same rule already exists
282
283 * mhflux/MAlphaFitter.[h,cc]:
284 - added new functionality to support on-off analysis
285 - didn't touch existing code
286
287 * mhflux/MHAlpha.[h,cc]:
288 - added new functionality to support on-off analysis
289 - replaced Fit() calls by newer function calls
290 - added DrawAll - PRELIMINARY
291 - fixed a bug when projecting - may be the reson for some strange
292 crashes
293
294 * mcalib/MCalibColorSet.cc:
295 - fixed a stupid bug introduced last year, which caused MCalibColorSet
296 in some circumstances to stop the eventloop when it shouldn't
297
298 * mjobs/MSequence.cc:
299 - expand path names
300
Note: See TracBrowser for help on using the repository browser.