source: trunk/MagicSoft/Mars/Changelog@ 2782

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