source: trunk/MagicSoft/Mars/Changelog@ 2792

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