source: trunk/MagicSoft/Mars/Changelog@ 5720

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