source: trunk/MagicSoft/Mars/Changelog@ 5740

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