source: trunk/MagicSoft/Mars/Changelog@ 2781

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