source: trunk/MagicSoft/Mars/Changelog@ 2795

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