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

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