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

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