source: trunk/MagicSoft/Mars/Changelog@ 2794

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