source: trunk/MagicSoft/Mars/Changelog@ 5732

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