source: trunk/MagicSoft/Mars/Changelog@ 2803

Last change on this file since 2803 was 2803, checked in by gaug, 21 years ago
*** empty log message ***
File size: 9.8 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4
5 -*-*- END OF LINE -*-*-
6
7 2004/01/14: Markus Gaug
8
9 * manalysis/MFFT.[h,cc]
10 - new class to perform Fast Fourier Transforms
11
12 * manalysis/Makefile
13 * manalysis/AnalysisLinkDef.h
14 - include MFFT
15
16
17 2004/01/14: Abelardo Moralejo
18
19 * manalysis/MMcCalibrationCalc.cc:
20 - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
21 This can happen (depending on camera simulation parameters), and
22 rms = 0 later resulted in the pixel being eliminated in the
23 image cleaning.
24
25 2004/01/14: Thomas Bretz
26
27 * Makefile:
28 - replaced old style Makefile.depend by directory specific
29 dependancy files
30
31 * Makefile.rules:
32 - changed obsolete '.cc.o' style to newer style '%.o: %.c'
33 - added rule to make dependency files
34 - added rule to remove dependancy files.
35 - added rmdep as prerequisite to clean
36 - include dependency file
37
38 * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
39 mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
40 mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
41 mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
42 mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
43 mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
44 mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
45 mtools/Makefile:
46 - removed clean-rule, use the one in Makefile.rules instead
47
48 * mreport/Makefile, mreport/ReportLinkDef.h:
49 - added MReportHelp
50
51 * mreport/MReportFileRead.cc:
52 - moved code from MReportHelp to new file
53 - removed usage of MReport class completely
54
55 * mfilter/MFGeomag.[h,cc]:
56 - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
57 - changed the second loop from 0->1151 to 1152->2304
58 - removed dummy arrays used for reading
59 - output filename in case of 'file not found'
60 - removed obsolete data members
61 - removed obsolete Init function
62 - removed forbidden underscore from member variable
63 - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
64
65
66
67 2004/01/14: Wolfgang Wittek
68
69 * macros/ONOFFAnalysis.C:
70 - current version
71
72 * mhist/MHSigmaTheta.[h,cc]:
73 - replace MPedestalCam by MPedPhotCam
74
75 * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
76 manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
77 manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
78 - replace MPedestalCam by MPedPhotCam
79
80 * manalysis/MPedPhotPix.[h,cc]
81 - uncomment SetRms()
82
83
84
85 2004/01/13: Markus Gaug
86
87 * manalysis/MExtractSignal.h
88 - seems that the reduced light intensity of the CT1 Pulser
89 results in broader pulses -> Set Default time slices to [3,10]
90
91 * mhist/MHCamera.cc
92 - make Stat Window in option 'proj' bigger
93 - add comment line at beginning of Draw()
94
95 * mcalib/MHCalibrationBlindPixel.[h.cc]
96 - add Function DrawClone()
97 - fix bug in calculation of integral (GetIntegral("width"))
98 - restrict parameters tighter
99 - declare fit as not valid, if less than 100 events
100 in single photo-electron peak
101
102 * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
103 - fit now with fixed normalization
104
105 * mcalib/MHCalibrationPixel.[h.cc]
106 - new function IsEmpty()
107 - Time fit accepted if ChiSquare less than 30. (instead of 20.)
108
109 * mcalib/MCalibrationPix.[h.cc]
110 - F-Factor corrected and added error
111 - Histograms not fitted if they are empty
112 - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
113
114 * mcalib/MCalibrationCam.cc
115 - Square Root of Reduced Sigmas not taken, if they are < 0.
116 - Reduced Sigma / Charge squared replaced by reduced sigma / charge
117
118 * mcalib/MCalibrationCalc.cc
119 - Blind Pixel is not additionally treated as normal pixel any more
120 - Blind Pixel Draw replaced by DrawClone
121
122 * macros/calibration.C
123 - took out some unused code
124 - some default axis labelling corrected
125
126
127
128 2004/01/13: Abelardo Moralejo
129
130 * manalysis/MMcPedestalCopy.cc
131 - added check of whether input file is a MC file before executing
132 the PreProcess.
133
134
135
136 2004/01/13: Wolfgang Wittek
137
138 * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
139 - change macro to handle also MC events with finite sigmabar
140
141 * manalysis/MPadOn.[h,cc]:
142 - deleted, is replaced by MPad
143
144 * manalysis/MPadOnOFF.[h,cc]:
145 - deleted, is replaced by MPad
146
147 * manalysis/MPad.[h,cc]:
148 - new class, replacing MPadON and MPadONOFF
149 - handle also MC events with finite sigmabar
150
151 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
152 - replace MPadON and MPadONOFF by MPad
153
154
155
156 2004/01/13: Thomas Bretz
157
158 * mraw/MRawRunHeader.[h,cc]:
159 - implemented new member function GetRunTypeStr
160
161 * Changelog.03:
162 - added (contains entries of 2003)
163
164 * Changelog:
165 - removed entries of 2003
166
167 * mfilter/MFGeomag.cc:
168 - simplified open/close of input files
169
170 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
171 - added some comments
172 - added new member function GetError
173
174 * Makefile:
175 - updated 'make dox' output for convinience
176
177 * macros/dohtml.C:
178 - do not print Info's
179 - added mcamera
180 - added mpointing
181 - added mreport
182
183 * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
184 - removed some obsolete comments (these comments confused THtml)
185
186 * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
187 mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
188 mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
189 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
190 mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
191 - replaced MPedestalCam by MPedPhotCam
192 - removed some obsolete includes
193
194 * mbase/BaseLinkDef.h, mbase/Makefile:
195 - added MLogPlugin
196 - added MLogHtml
197
198 * mbase/MLog.[h,cc]:
199 - added use of plugins
200
201 * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
202 - added
203
204 * mbase/MStatusDisplay.[h,cc]:
205 - added a Save-As dialog
206
207
208
209 2004/01/12: Thomas Bretz
210
211 * macros/rootlogon.C:
212 - added mcamera to include path
213 - added mpointing to include path
214 - added mreport to include path
215
216 * mbase/MLog.cc:
217 - updated my eMail address
218
219 * mbase/MParContainer.h:
220 - added Read member function
221
222 * mbase/MStatusDisplay.[h,cc]:
223 - changed size of ps-paper
224 - added a user defined bottom line to the ps-files
225 - added name (currently unused)
226 - added title (used as possible bottom line in ps-file)
227
228 * mraw/MRawRunHeader.cc:
229 - added some comments
230
231 * status.cc:
232 - set name of input as bottom line of status display
233
234
235
236 2004/01/12: Abelardo Moralejo
237
238 * mimage/MStereoPar.cc
239 - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
240 instead of fSourceY = scale2*hillas1.GetMeanY() + ...
241 Bug had no effect unless scale1 != scale2 (-> telescopes of
242 different size).
243
244
245
246 2004/01/12: Markus Gaug
247
248 * manalysis/MExtractSignal.[h,cc]
249 - take out some uncommented code
250 - replace logainshift by two independent variables:
251 logainfirst, logainlast
252 - because in most data, maximum occurs in slice 4, shift default
253 from slices 4-9 to slices 3-8.
254
255 * manalysis/MExtractedSignalPix.[h,cc]
256 - took out some uncommented code
257 - new initializers: instead of -1. now 99999.9
258
259
260
261 2004/01/09: Markus Gaug
262
263 * mcalib/MCalibrationCam.[h,cc]
264 - take out 1-dim histos because we can use
265 the projections in MHCamera (s.b.)
266
267 * mcalib/MHCalibrationBlindPixel.h
268 - make the fit by default quiet
269
270 * mcalib/MHCalibrationPixel.[h,cc]
271 * mcalib/MCalibrationPix.[h,cc]
272 - Ranges of time slices stored independently for HiGain and LoGain
273 in order to allow consecutive checks
274
275 * mhist/MHCamera.[h.cc]
276 - add the possibility to call a Draw("proj") which will
277 draw a Y-Projection of the histogram
278
279 * macros/calibration.C
280 - apply the drawing of the projections and fit them
281
282 * mcalib/MCalibrationCalc.cc
283 - catch the possibility of a calibration file,
284 unintendedly being a pedestal or cosmic file.
285 Program now exits with an error before doing the fits
286
287 * mcalib/MCalibrationPix.[h,cc]
288 - fixed a bug in calculation of fFitValid.
289 before, a call to IsFitValid() always returned false
290
291
292
293 2004/01/09: Javier L¢pez
294
295 * macros/bootcampstandardanalysis.C
296 - added new macro that holds the main scheleton discussed in the
297 december bootcamp in Wuerzburg. It runs first over a pedestal
298 run, then over a calibration run, again over the pedestal run
299 to compute de pedestal in number of photons and finally over a
300 data run to calibrate the data.
301
302
303
304 2004/01/06: Sebastian Raducci
305
306 * manalysis/MArrivalTime.[h,cc]
307 - added new method to calculate photon arrival times. It uses the
308 TSpline5 Root Class to interpolate the Fadc Slices. The time is
309 the abscissa value of the absolute maximum of the interpolation
310 - added new method to find clusters with similar arrival times.
311 For now it's a preliminary version. It simply search for adiacent
312 pixels having the same arrival time (color).
313
314 * manalysis/MArrivalTimeCalc.[h,cc]
315 - modified the Process() method according to the changes in the
316 Arrival Time Cointainer
317
318 * mmain/MEventDisplay.cc
319 - added new tab in the camera event display to show the arrival
320 time. This arrival time is calculated with the spline method
321 - the old Arrival Time pad now it's called Max Slice Idx, because
322 it's only the index of the slice with the max content.
323
324 * mhist/MHEvent.[h,cc]
325 - added new fType in te enumeration to handle the arrival time
326 histos
Note: See TracBrowser for help on using the repository browser.