source: trunk/MagicSoft/Mars/Changelog@ 5735

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