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