source: trunk/MagicSoft/Mars/Changelog@ 2779

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