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

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