source: trunk/MagicSoft/Mars/Changelog@ 5729

Last change on this file since 5729 was 5728, checked in by tbretz, 20 years ago
*** empty log message ***
File size: 7.2 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
92
93 2005/01/05 Thomas Bretz
94
95 * mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationChargeCalc.cc,
96 mhcalib/MHCalibrationRelTimeCam.cc:
97 - made some output lines fit into convinience window of 80 col
98
99 * mhist/MHCamEvent.cc:
100 - make sure that x-axis has correct title
101
102 * msignal/MArrivalTimePix.cc:
103 - init error to -1 which is a obviously non valid value
104 - fixed IsValid() which gave wrong results
105
106 * msignal/MExtractTimeAndCharge.cc, msignal/MExtractedSignalPix.cc:
107 - made sure that LoGain is flagged non-valid if no lo-gain exists
108 - push time back at the edge of the allowed limits if outside
109
110 * mbase/MGList.[h,cc]:
111 - introduced new functions Delete and DeletePictures
112 - SetBit(kMustCleanup) in constructor. Otherwise it is not
113 correctly removed from ListOfCleanups
114
115 * mbase/MLog.cc:
116 - SetBit(kMustCleanup) if adding a plugin to make sure it is cleaned
117 from the list
118
119 * mbase/MParContainer.[h,cc]:
120 - replaced return type of GetDescriptor by TString. The old version
121 was terribly wrong! The returned memory wasn't removed as soon
122 as the function returned.
123
124 * mbase/MStatusDisplay.[h,cc]:
125 - for security (thread safty) replaced all Form() by MString::Form()
126 - implemented a more secure scheme of Closing (Clone()) this was
127 a hint given by valgrind
128 - set kMustCleanup for all new object in ClonePad not only kCanDelete
129 - fixed some lines in pulldown-menus
130 - add TPads to ListOfCleanups in ClonePad (workaround!)
131
132 * mbase/MString.[h,cc]:
133 - implemented a new static Form() function returning a copy of
134 the result
135
136 * mbase/MTask.[h,cc]:
137 - replaced return type of GetDescriptor by TString. The old version
138 was terribly wrong! The returned memory wasn't removed as soon
139 as the function returned.
140 - Made GetDescriptor thread safe using MString::Form
141
142 * mfileio/MWriteRootFile.cc:
143 - Use GetDescriptor().Data() when using any kind of printf function
144
145 * mhbase/MFillH.cc:
146 - replaced string concatenation in all constructors by a Form
147 (also suggested by valgrind)
148
149 * mhcalib/MHCalibrationRelTimeCam.cc:
150 - made some output fit into 80col boundary
151
152
153
154
155 2005/01/03 Thomas Bretz (HAPPY NEW YEAR)
156
157 * mfht:
158 - added new directory for hexagonal fourier transformation
159
160 * mfht/HftIncl.h, mhft/HftLinkDef.h, mhft/MGeomCamMagicXT.[h,cc],
161 mhft/MGeomCamMagicEnhance.[h,cc], mhft/MHexgaonalFT.[h,cc],
162 mhft/MHexagonalFreqSpace.[h,cc], mhft/MHexagonalFTCalc.[h,cc],
163 mhft/Makefile:
164 - added
165
166 * macros/extendcam.C:
167 - added: tutorial for MGeomCamExtend
168
169 * macros/hft.C:
170 - added: tutorial for MHexgonalFTCalc
171
172 * macros/dohtml.C:
173 - updated
174
175 * macros/rootlogon.C:
176 - updated
177
178 * Makefile:
179 - mhft added
180
181 * mbase/MParContainer.cc, mbase/MLog.cc:
182 - added a pre-compiler option for destructor debugging
183
184 * mbase/MTaskList.[h,cc]:
185 - added new function Replace
186
187 * mdata/MDataChain.cc, mfbase/MF.cc:
188 - shortened some output
189
190 * mdata/MDataArray.[h,cc]:
191 - added new function FindRule
192
193 * mfileio/MReadTree.[h,cc]:
194 - enhanced functionality to be able to read a TTree stored in memory
195 instead of a file. Therefor introduced fTree which is now the pointer
196 used and replaced fChain where TTree and TChain have common behaviour.
197 Where they behave uncommon new code for the new case has been added.
198
199 * mfileio/MWriteRootFile.[h,cc]:
200 - enhanced functionality to be able to write a TTree into memory
201 instead of a file. This were maily bugfixes for the case fOut==0, which
202 must be handled correctly. Becarefull a tree filles without a file
203 is not deleted automatically!
204
205 * mhbase/MBinning.h:
206 - added copy constructor
207 - fixed buggy SetEdges(MBinning&) which didn't work
208
209 * mhbase/MHMatrix.cc:
210 - when adding a new rule check first if the same rule already exists
211
212 * mhflux/MAlphaFitter.[h,cc]:
213 - added new functionality to support on-off analysis
214 - didn't touch existing code
215
216 * mhflux/MHAlpha.[h,cc]:
217 - added new functionality to support on-off analysis
218 - replaced Fit() calls by newer function calls
219 - added DrawAll - PRELIMINARY
220 - fixed a bug when projecting - may be the reson for some strange
221 crashes
222
223 * mcalib/MCalibColorSet.cc:
224 - fixed a stupid bug introduced last year, which caused MCalibColorSet
225 in some circumstances to stop the eventloop when it shouldn't
226
227 * mjobs/MSequence.cc:
228 - expand path names
229
Note: See TracBrowser for help on using the repository browser.