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

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