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/05/24 Javier Rico
|
---|
22 | * library/MDisplay.[h,cc], library/MHillasDisplay.[h,cc]
|
---|
23 | programs/makeHillas.cc, programs/makehillas.datacard
|
---|
24 | - Add possibility to save a ps file
|
---|
25 | - Update documentation
|
---|
26 |
|
---|
27 | * library/MHillasDisplay
|
---|
28 | - correct minor axis paint
|
---|
29 |
|
---|
30 | 2004/05/21 Oscar Blanch
|
---|
31 | * makeHillas.cc
|
---|
32 | - Adde a couple of conditionals to allow makeHillas in
|
---|
33 | NON calibration mode without giving a Cailbration file,
|
---|
34 |
|
---|
35 | 2004/05/21 Javier Rico
|
---|
36 | * library/MDCA.[cc.h]
|
---|
37 | - removed
|
---|
38 |
|
---|
39 | * library/MDisplay.[h,cc], library/MHillasDisplay.[h,cc]
|
---|
40 | - added
|
---|
41 |
|
---|
42 | * library/Makefile, library/IFAELinkDef.h
|
---|
43 | - remove MDCA
|
---|
44 | - add MDisplay and MHillasDisplay
|
---|
45 |
|
---|
46 | * library/MSrcPlace.[h,cc], library/MSrcRotate.[h,cc],
|
---|
47 | library/MSrcTranslate.[h,cc], library/MSrcPosFromFile.cc
|
---|
48 | - remove MDCA dependences
|
---|
49 |
|
---|
50 | * programs/makeHillas.cc, programs/makehillas.datacard
|
---|
51 | - include display and selection cuts options
|
---|
52 |
|
---|
53 | * programs/Makefile
|
---|
54 | - include mfbase in the list of includes directory
|
---|
55 |
|
---|
56 | 2004/05/18 Javier Rico
|
---|
57 | * macros/plotOptimal.C
|
---|
58 | - dump value of maximal significance and cuts
|
---|
59 |
|
---|
60 | 2004/05/18 Javier Rico
|
---|
61 | * library/MSrcPlace.[cc,h], library/MSrcRotate.[cc,h],
|
---|
62 | library/MSrcTranslate.[cc,h], library/MSrcPosFromFile.[cc,h]
|
---|
63 | - Add the possibility of having different input and output
|
---|
64 | MSrcPosCam containers (CONSTRUCTORS HAVE CHANGED!)
|
---|
65 | - Move the creation of internal histogram to PreProcess, so that
|
---|
66 | it can be configured before creation. Now configurable: whether
|
---|
67 | histo must be created or not (fCreateHisto), histo bin size
|
---|
68 | (fHistoBinPrec), histogram name (fHistoName), with corresponding
|
---|
69 | getters and setters
|
---|
70 | - Update documentation
|
---|
71 |
|
---|
72 | * library/MSrcPosFromFile.cc
|
---|
73 | - If no position has been measured for the first analyzed run, use
|
---|
74 | the one of the first run in file instead.
|
---|
75 |
|
---|
76 | * programs/falseSource.cc
|
---|
77 | - Change obsolete MSrcPosCam predefinitions for modern
|
---|
78 | MSrcTranslate objects, which allow relative displacement of the
|
---|
79 | source position from a previously assigned one.
|
---|
80 | - Add flag for relative translation
|
---|
81 | - Include control histograms (hOn[Off]SrcPos) for the source
|
---|
82 | position
|
---|
83 |
|
---|
84 | * programs/falsesource.datacard
|
---|
85 | - Add datacard SRCABS for relative/absolute source translation
|
---|
86 |
|
---|
87 | * programs/srcPos.cc
|
---|
88 | - Avoid creation of internal histograms for the translation
|
---|
89 |
|
---|
90 | * programs/optimizeCuts.cc
|
---|
91 | - Correct bug on width initial value
|
---|
92 |
|
---|
93 | * programs/makeHillas.cc
|
---|
94 | - Pass MCalibrationQECam from the MJCalibration to the following
|
---|
95 | loops (to be able to perform calibration of data)
|
---|
96 |
|
---|
97 |
|
---|
98 | 2004/05/17 Javier Rico
|
---|
99 | * library/MSrcPlace.[cc,h], library/MSrcRotate.cc,
|
---|
100 | library/MSrcTranslate.cc
|
---|
101 | - Assign the internal histogram a class-dependent name
|
---|
102 | - Add some log lines to trace the classes behaviour
|
---|
103 | - Remove function SearchForSrcPos
|
---|
104 |
|
---|
105 | * library/MSrcPosFromFile.[cc,h]
|
---|
106 | - Correct behaviour for not found runs
|
---|
107 | - Keep latest good MSrcPosCam to fill for next events
|
---|
108 | - Initialize pointers to NULL
|
---|
109 | - Fill also MDCA
|
---|
110 |
|
---|
111 |
|
---|
112 | 2004/05/14 Javier Rico
|
---|
113 | * library/MSrcPlace.[cc,h]
|
---|
114 | - added
|
---|
115 |
|
---|
116 | * library/MSrcPosFromFile.[cc,h], library/MSrcRotate.[cc,h],
|
---|
117 | library/MSrcTranslate.[cc,h]
|
---|
118 | - inherit from MSrcPlace
|
---|
119 |
|
---|
120 | * programs/srcPos.cc programs/srcpos.datacard
|
---|
121 | - adapt to new MSrcPlace class
|
---|
122 |
|
---|
123 | * library/Makefile, library/IFAELinkDef.h
|
---|
124 | - include MSrcPlace
|
---|
125 |
|
---|
126 | 2004/05/13 Javier Rico
|
---|
127 | * macros/rotation.C
|
---|
128 | - added
|
---|
129 |
|
---|
130 |
|
---|
131 | 2004/05/13 Javier Lopez
|
---|
132 | * library/MCalibrateDC.[h,cc]
|
---|
133 | - Task to intercalibrate the dc response of the dc
|
---|
134 | current for all the pmts from a continuos light
|
---|
135 | run.
|
---|
136 |
|
---|
137 | 2004/05/12: Javier Rico
|
---|
138 | * macros/alpha.C, macros/plotOptimal.C
|
---|
139 | - added
|
---|
140 |
|
---|
141 | * library/MSrcRotate.[cc.h]
|
---|
142 | - correct bug in computation of run time for rotation
|
---|
143 |
|
---|
144 | * programs/srcPos.cc
|
---|
145 | - change mjdpos type to Double_t
|
---|
146 |
|
---|
147 |
|
---|
148 |
|
---|
149 | 2004/05/11: Javier Rico
|
---|
150 | * programs/optimizeCuts.cc, programs/optimizecuts.datacard
|
---|
151 | - added
|
---|
152 |
|
---|
153 | * programs/Makefile
|
---|
154 | - include optimizeCuts
|
---|
155 |
|
---|
156 | * programs/srcPos.cc, programs/srcpos.datacard
|
---|
157 | - add reference rotation angle
|
---|
158 |
|
---|
159 |
|
---|
160 | 2004/05/11: Ester Aliu
|
---|
161 | * macros/signal.cc
|
---|
162 | - change some things
|
---|
163 | * programs/falseSource.cc
|
---|
164 | - change some mathematical functions to root equivalents
|
---|
165 | * programs/psffit.cc
|
---|
166 | - add <stdlib.h> library
|
---|
167 |
|
---|
168 | 2004/05/11: Ester Aliu
|
---|
169 | * programs/makeHillas.cc, programs/makehillas.datacard
|
---|
170 | - add island calculations
|
---|
171 |
|
---|
172 | 2004/05/11: Javier Rico
|
---|
173 | * programs/makeHillas.cc
|
---|
174 | - prevent it from bombing because of the mjobs
|
---|
175 |
|
---|
176 |
|
---|
177 | 2004/05/10: Javier Rico
|
---|
178 | * programs/Makefile
|
---|
179 | - specify libmars.so with absolute path
|
---|
180 |
|
---|
181 |
|
---|
182 | 2004/05/07: Javier Rico
|
---|
183 | * programs/pedvsslices.cc
|
---|
184 | - added
|
---|
185 |
|
---|
186 |
|
---|
187 | 2004/05/05: Ester Aliu
|
---|
188 | * library/MPSFFitCalc.cc library/MSrcRotate.cc
|
---|
189 | - change some mathematical functions to root equivalents
|
---|
190 |
|
---|
191 | * library/MIslands.[h,cc], library/MIslandCalc.[h,cc],
|
---|
192 | library/MIslandClean.[h,cc]
|
---|
193 | - added
|
---|
194 |
|
---|
195 | * library/Makefile, library/IFAELinkDef.h
|
---|
196 | - add MIslands, MIslandCalc, MIslandClean
|
---|
197 |
|
---|
198 | 2004/05/05: Javier Lopez
|
---|
199 | * library/MFHVNotNominal.[h,cc]
|
---|
200 | - filter to flag events(pixels) with non nominal hv
|
---|
201 |
|
---|
202 | * macros/hvnotnominal.C
|
---|
203 | - macro to test MFHVNotNominal filter
|
---|
204 |
|
---|
205 | 2004/05/05: Javier Rico
|
---|
206 | * library/MSrcTranslate.[h,cc]
|
---|
207 | - added
|
---|
208 |
|
---|
209 | * library/Makefile, library/IFAELinkDef.h
|
---|
210 | - add MSrcTranslate
|
---|
211 |
|
---|
212 | * library/MSrcRotate.[h.cc]
|
---|
213 | - adapted to changes in MObservatory and MAstro
|
---|
214 |
|
---|
215 | * programs/falseSource.cc programs/falsesource.datacard
|
---|
216 | programs/srcPos.cc programs/srcpos.datacard
|
---|
217 | - added
|
---|
218 |
|
---|
219 | * programs/Makefile
|
---|
220 | - add falseSource and srcPos
|
---|
221 |
|
---|
222 | * macros/signal.C macros/signalPoint.C
|
---|
223 | - added
|
---|
224 |
|
---|
225 | 2004/05/03: Javier Rico
|
---|
226 | * makeHillas.cc
|
---|
227 | - put back Jobs for pedestal and calibration parts
|
---|
228 |
|
---|
229 | * .rootrc
|
---|
230 | - added
|
---|
231 |
|
---|
232 | 2004/05/03: Javier Rico
|
---|
233 | * library,programs,macros,*:
|
---|
234 | - new directories added
|
---|
235 | - directory macros contains macros (.C) and scripts (.sh)
|
---|
236 | - directory programs contains root compilables and associated
|
---|
237 | [input] files
|
---|
238 | - directory library contains routines to be linked with libmars.so
|
---|
239 |
|
---|
240 | 2004/04/30: Javier López
|
---|
241 | * alpha_plot.C
|
---|
242 | - macro to display hillas disttributions with corrected
|
---|
243 | miss pointing
|
---|
244 |
|
---|
245 | * srcPosRun.sh
|
---|
246 | - Script to produce the file with the positions of UMa51 using
|
---|
247 | psffit executable
|
---|
248 |
|
---|
249 | * MSrcPosFromFile.[h,cc]
|
---|
250 | - Tool to correct the position of the source for on and off data
|
---|
251 | from a file
|
---|
252 |
|
---|
253 | * psffit.C & psffit.cc
|
---|
254 | - Macro and executable to calculate the mean position of a star.
|
---|
255 |
|
---|
256 | * MPSFFit.[h,cc] & MPSFFitCalc.[h,cc]
|
---|
257 | - Container and taks to do calculation of the psf and position of
|
---|
258 | stars.
|
---|
259 |
|
---|
260 | 2004/04/28: Javier Rico
|
---|
261 | * makeHillas.cc, makehillas.datacard
|
---|
262 | - Use MJPedestal and MJCalibration and simplified datacard
|
---|
263 |
|
---|
264 | * Makefile
|
---|
265 | - include mjobs
|
---|
266 |
|
---|
267 |
|
---|
268 | 2004/04/28: Javier Rico
|
---|
269 | * mifae/Changelog
|
---|
270 | - Added. Next changes in directory mifae will be reported
|
---|
271 | exclusively in here
|
---|
272 |
|
---|
273 |
|
---|
274 | 2004/04/27: Javier Rico
|
---|
275 | * mifae
|
---|
276 | - Add new directory for IFAE temporal stuff
|
---|
277 |
|
---|
278 | * mifae/Makefile,IFAEIncl.h,IFAELinkDef.h
|
---|
279 | - Add basic stuff to run the directory
|
---|
280 |
|
---|
281 | * mifae/MDCA.[h,cc]
|
---|
282 | - Add Commichau & Starks's MDCA (provisional)
|
---|
283 |
|
---|
284 | * mifae/makeHillas.cc,makehillas.datacard
|
---|
285 | - Add program to generate hillas parameters' file
|
---|