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