source: trunk/MagicSoft/Mars/Changelog@ 2787

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