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

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