source: trunk/MagicSoft/Mars/Changelog@ 2802

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