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