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

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