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