source: trunk/MagicSoft/Mars/Changelog@ 5746

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