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

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