source: trunk/MagicSoft/Mars/Changelog@ 2784

Last change on this file since 2784 was 2784, 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
83
84 2004/01/12: Thomas Bretz
85
86 * macros/rootlogon.C:
87 - added mcamera to include path
88 - added mpointing to include path
89 - added mreport to include path
90
91 * mbase/MLog.cc:
92 - updated my eMail address
93
94 * mbase/MParContainer.h:
95 - added Read member function
96
97 * mbase/MStatusDisplay.[h,cc]:
98 - changed size of ps-paper
99 - added a user defined bottom line to the ps-files
100 - added name (currently unused)
101 - added title (used as possible bottom line in ps-file)
102
103 * mraw/MRawRunHeader.cc:
104 - added some comments
105
106 * status.cc:
107 - set name of input as bottom line of status display
108
109
110
111 2004/01/12: Abelardo Moralejo
112
113 * mimage/MStereoPar.cc
114 - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
115 instead of fSourceY = scale2*hillas1.GetMeanY() + ...
116 Bug had no effect unless scale1 != scale2 (-> telescopes of
117 different size).
118
119
120
121 2004/01/12: Markus Gaug
122
123 * manalysis/MExtractSignal.[h,cc]
124 - take out some uncommented code
125 - replace logainshift by two independent variables:
126 logainfirst, logainlast
127 - because in most data, maximum occurs in slice 4, shift default
128 from slices 4-9 to slices 3-8.
129
130 * manalysis/MExtractedSignalPix.[h,cc]
131 - took out some uncommented code
132 - new initializers: instead of -1. now 99999.9
133
134
135
136 2004/01/09: Markus Gaug
137
138 * mcalib/MCalibrationCam.[h,cc]
139 - take out 1-dim histos because we can use
140 the projections in MHCamera (s.b.)
141
142 * mcalib/MHCalibrationBlindPixel.h
143 - make the fit by default quiet
144
145 * mcalib/MHCalibrationPixel.[h,cc]
146 * mcalib/MCalibrationPix.[h,cc]
147 - Ranges of time slices stored independently for HiGain and LoGain
148 in order to allow consecutive checks
149
150 * mhist/MHCamera.[h.cc]
151 - add the possibility to call a Draw("proj") which will
152 draw a Y-Projection of the histogram
153
154 * macros/calibration.C
155 - apply the drawing of the projections and fit them
156
157 * mcalib/MCalibrationCalc.cc
158 - catch the possibility of a calibration file,
159 unintendedly being a pedestal or cosmic file.
160 Program now exits with an error before doing the fits
161
162 * mcalib/MCalibrationPix.[h,cc]
163 - fixed a bug in calculation of fFitValid.
164 before, a call to IsFitValid() always returned false
165
166
167
168 2004/01/09: Javier L¢pez
169
170 * macros/bootcampstandardanalysis.C
171 - added new macro that holds the main scheleton discussed in the
172 december bootcamp in Wuerzburg. It runs first over a pedestal
173 run, then over a calibration run, again over the pedestal run
174 to compute de pedestal in number of photons and finally over a
175 data run to calibrate the data.
176
177
178
179 2004/01/06: Sebastian Raducci
180
181 * manalysis/MArrivalTime.[h,cc]
182 - added new method to calculate photon arrival times. It uses the
183 TSpline5 Root Class to interpolate the Fadc Slices. The time is
184 the abscissa value of the absolute maximum of the interpolation
185 - added new method to find clusters with similar arrival times.
186 For now it's a preliminary version. It simply search for adiacent
187 pixels having the same arrival time (color).
188
189 * manalysis/MArrivalTimeCalc.[h,cc]
190 - modified the Process() method according to the changes in the
191 Arrival Time Cointainer
192
193 * mmain/MEventDisplay.cc
194 - added new tab in the camera event display to show the arrival
195 time. This arrival time is calculated with the spline method
196 - the old Arrival Time pad now it's called Max Slice Idx, because
197 it's only the index of the slice with the max content.
198
199 * mhist/MHEvent.[h,cc]
200 - added new fType in te enumeration to handle the arrival time
201 histos
Note: See TracBrowser for help on using the repository browser.