source: trunk/MagicSoft/Mars/Changelog@ 2797

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