source: trunk/MagicSoft/Mars/Changelog@ 5722

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