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

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