source: trunk/MagicSoft/Mars/mtemp/Changelog@ 5549

Last change on this file since 5549 was 5450, checked in by marcos, 20 years ago
*** empty log message ***
File size: 9.3 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
4For your entries please follow this style:
5
6_yyyy/mm/dd:_[Your Name]
7_
8___*_filename:
9_____-_description
10_
11___*_filename2, filename3:
12_____-_description
13_
14_
15_
16
17While an underscore is a placeholder for a white-space or an empty line.
18
19 -*-*- END OF LINE -*-*-
20
212004/11/22: Marcos Lopez
22 * mtemp/mucm/classes
23 - add new classes MHFlux.{h,cc} and MHExcessEnergyTheta.{h,cc} for the
24 flux calculation.
25
26
272004/10/05: Javier Rico
28 * mtemp/Makefile, TempLinkDef.h
29 - add missing MStarLocalCam
30
312004/10/03: Hendrik Bartko
32 * mtemp/mmpi/macros/calculate_of_weights.C
33 - fixed a bug in the histogram naming
34
35
362004/09/24: Hendrik Bartko
37 * mtemp/mmpi/macros/calibration_shape.C
38 - fine tuning of the plots
39 * mtemp/mmpi/macros/data_shape.C
40 - added new macro to compute the signal shape for cosmics runs
41 * mtemp/mmpi/macros/calculate_of_weights.C
42 - added new macro to compute the weights for the optimal filter
43
44
45
462004/09/19: Hendrik Bartko
47 * mtemp/mmpi/macros/noise_autocorrelation_AB.C
48 - added new macro to compute the noise auto correlation matrix from
49 a pedestal run
50 * mtemp/mmpi/macros/calibration_shape.C
51 - added new macro to compute the signal shape for calibration runs
52
53
542004/09/14: Hendrik Bartko
55 * mtemp/mmpi/macros/calibrate_data_ped_standard.C
56 - added new macro to calibrate the data. The pedestals are deter-
57 mined from the cosmics events and the source position is deter-
58 mined from the an analysis of the DC current information.
59
60
612004/09/10: Nicola Galante
62 * mtemp/mpisa/triggerdisplay/MagicTriggerDisplay.[h,cc]
63 - added the trigger display
64 * mtemp/mpisa/triggerdisplay/MagicTriggerButton.[h,cc]
65 - added custom buttons
66 * mtemp/mpisa/triggerdisplay/MMcTriggerLvl2.[h,cc]
67 - added the last modified MMcTriggerLvl2 with the new
68 changes for the trigger display
69
70
71 2004/08/23: Robert Wagner
72 * mtemp/MLocalStarPos.[h,cc], mtemp/MLocalStarCam.[h,cc],
73 - removed (have been moved to /mstarcam)
74
75 * mtemp/Makefile, mtemp/TempLinkDef.h
76 - removed entries for mtemp/MLocalStarPos.cc
77 mtemp/MLocalStarCam.cc
78
79 * mtemp/MSourceDirections.[h,cc]
80 - report names of directions already before first
81 Process() call, containers are empty apart from that,
82 though
83
84
85
862004/08/19: Marcos Lopez
87 * mtemp/Makefile
88 - added the mstarcam directory in the includes list.
89
90
91
92 2004/08/18: Marcos Lopez
93 * mtemp/mucm
94 - new directory for containing classes of the Madrid group.
95
96
97
98 2004/08/17: Robert Wagner
99 * mtemp/mmpi/MAstroCamera.[h,cc]
100 - removed (merged with mastro/MAstroCamera.[h,cc])
101
102
103
104 2004/08/16: Robert Wagner
105 * mtemp/MStarLocalPos.[h,cc]
106 - added member variables, setters and getters for ideal position,
107 i.e. position without aberration effects
108
109 * mtemp/mmpi/MAstroCamera.cc
110 - Ideal position of star is filled in MLocalStarPos container
111
112
113
114 2004/08/09: Robert Wagner
115 * mtemp/MSourceDirections.[h,cc]
116 - move from mtemp/mmpi to mtemp
117
118
119
120 2004/08/05: Robert Wagner
121
122 * mtemp/mmpi/MSourceDirections.[h,cc]
123 - Converts objects given by their sky coordinates into
124 camera coordinates by using MAstroCamera the same way
125 as MFindStars does.
126
127
128
129 2004/08/02: Robert Wagner
130
131 * mtemp/mmpi/MFindStars.[h,cc]
132 - Functionality for finding stars by using stars from star catalog
133
134 * mtemp/mmpi/MAstroCamera.[h,cc]
135 - Filling stars into a MStarLocalCam instead of painting them
136 (Functionality also in mastro/MAsstroCamera.[h,cc], but
137 commented out there since MStarLocalCam not part of standard
138 MARS)
139
140 * mtemp/mmpi/macros/findstars.C
141 - sample macro for determining star positions (both with and
142 without using a star catalog)
143
144 * mtemp/mmpi/macros/bsc5.dat
145 - Bright star catalog as used by findstars.C
146
147
148
149 2004/07/30: Nicola Galante
150
151 * mtemp/mpisa/macros/AnalCurrents.C
152 - Added new macros AnalCurrents.C which reads DC files
153 and looks for DC clusters. Still preliminary!
154 It currently just looks for starting pixels of clusters.
155
156
157
158 2004/07/22: Sabrina Stark
159
160 * /mtemp/meth/MFindStars.[h,cc]
161 - new fit function, incl. constant background and rotation of
162 2d gauss
163 - initialization of MAstroCamera
164 - new functions:
165 - CorrSourcePos -> calculates a corrected
166 source position using the images of two stars
167 - DistBetweenStars -> calculates the distances between
168 two stars and the source
169
170 * /mtemp/meth/MAstroCamera.[h,cc]
171 - TList *fCatList: list with star positions from catalog
172 - new functions:
173 - StarPosInCamera (similar to FillStarList, but
174 incl. aberration)
175 - GetCatList -> Access function to fCatList
176
177 * /mtemp/meth/MStarLocalPos.[h,cc]
178 - in function SetFitValue -> background included
179
180
181 * /mtemp/meth/macros/CorrectSrcPos.C
182 - macro to calculate a corrected source position using
183 the images of two stars, these positions are written
184 to an output file
185
186
187
188 2004/07/20: David Paneque
189
190 * /mtemp/mmpi/SupercutsONOFFClasses directory containing the
191 classes needed to optimize supercuts (and extract gamma signal)
192 using the ON and OFF data. These classes are listed below:
193
194 MFRandomSplit.cc
195 MSupercutsCalcONOFF.cc
196 MTSupercutsApplied.cc
197 MHFindSignificanceONOFF.cc
198 MFindSupercutsONOFFThetaLoop.cc
199 MFindSupercutsONOFF.cc
200
201 In order to add (to the compiled mars version) these classes you must add the
202 following line to the SUBDIRS field of the general Makefile
203
204 mtemp/mmpi/SupercutsONOFFClasses
205
206
207 And that's it. It should compile without problems... there is no interference
208 with the other classes.
209
210 I also add few macros (in the directory /mtemp/mmpi/macros/) which should help
211 the user to use (correctly) the mentioned classes.
212
213 SuperCutsONOFFMacro.C
214 SCDynamicalSupercutsApplied.C
215 SCNexSignificanceVSAlphaCut.C
216
217
218 The whole analysis is set and executed by running the macro SuperCutsONOFFMacro.C.
219 I wrote quite some comments on it; it should be self-explanatory.
220 The macro SCDynamicalSupercutsApplied.C can be used to make a quick
221 inspection to the cuts applied to the events that survived the cuts, and the
222 macro SCNexSignificanceVSAlphaCut.C plots the significance and the excess events
223 vs the cut in the ALPHA parameter.
224
225 I also included the directory mtemp/mmpi/asciifiles containing ascii files with
226 some initial supercuts values and the optimized supercuts for Mkn421 Feb 15,
227 that are used as input for the supercuts ON-OFF analysis.
228
229
230 2004/06/29: Javier Rico
231
232 * MIslands.[h,cc], MIslandCalc.[h,cc]
233 - Remove obsolete versions of these classes whose up-to-date ver-
234 sions are available at mifae/library
235
236
237 2004/06/26: Eva Domingo - Pepe Flix
238
239 * mifae/library/MDisp.[h,cc]
240 * mifae/library/MDispCalc.[h,cc]
241 - Added classes for evaluation of DISP method.
242
243 2004/06/25: Sebastian Commichau
244
245 * meth/macros/analysis.C
246 -Added macro to analyze data
247
248 * meth/macros/analysis_read.C
249 -Added macro that reads the output of analysis.C
250
251 2004/06/24: Nicola Galante
252
253 * mpisa/macros/AlphaPlot.C
254 -Added a new macro to plot eccess in alpha
255
256 2004/05/26: Nicola Galante
257
258 * mpisa/macros/timedist3.C
259 - Added a new macro to plot signal time distributions
260
261 2004/05/26: Nicola Galante
262
263 * mpisa/macros/production3.C
264 - Added a new production macro. It is based on
265 bootcampstandardanalisys.C
266
267 2004/05/23: Thomas Hengstebeck
268 * mberlin/macros/ScaleHillas.C , SrcCorrect.C , Convert2Matrix.C ,
269 CutOptim.C , AlphaPlot.C , IOMkn421.h
270 - Added analysis macros
271
272
273 2004/05/18: Daniel Mazin
274 * mmpi/macros/hillasread.C
275 - Removed a small bug
276
277 * mmpi/macros/callalphaplot.C
278 - Added. macro to produce an alpha plot for a chosen position in the sky map
279 - Derotation is possible if theta and phi for each event are available
280 - Using OFF data to estimate significance is optional
281
282 2004/05/18: Sebastian Commichau
283 * meth/MHillasSrc.cc/h
284 - Added. This is a modified version, containing now
285 the DCA parameter.
286
287 * meth/MDCACalc.cc/h, MDCA.cc/h
288 - Added. Based on MHillasCalc/MHillas, it calculates
289 the DCA parameter and provides a nice draw function
290
291 2004/05/17: Daniel Mazin
292 * mmpi/macros
293 - Added to put analysis macros there
294
295 * mmpi/macros/callcleaning.C , cleaninghillas.C
296 - Added. macros to make cleaning and calculate Hillas parameters
297
298 * mmpi/macros/mtools.C
299 -Added. some simple mathematical functions
300
301 * mmpi/macros/falsesourcemethod.C, skyplot.h, hillasread.C, gridloop.C
302 -Added. macros to produce 2D plots of False Source Method
303
304 2004/04/28: Javier Rico
305 * mifae/Changelog
306 - Added. Next changes in directory mifae will be reported
307 exclusively in there
308
309
310 2004/04/27: Javier Rico
311 * mifae
312 - Add new directory for IFAE temporal stuff
313
314 * mifae/Makefile,IFAEIncl.h,IFAELinkDef.h
315 - Add basic stuff to run the directory
316
317 * mifae/MDCA.[h,cc]
318 - Add Commichau & Starks's MDCA (provisional)
319
320 * mifae/makeHillas.cc,makehillas.datacard
321 - Add program to generate hillas parameters' file
Note: See TracBrowser for help on using the repository browser.