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