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