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

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