source: trunk/MagicSoft/Mars/mtemp/mifae/Changelog@ 4397

Last change on this file since 4397 was 4397, checked in by jlopez, 21 years ago
*** empty log message ***
File size: 12.1 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/15 Javier Lopez
22 * macros/ligthcurve.C
23 - Macro to compute a light curve from hillas files.
24
25 2004/07/04 Oscar Blanch Bigas
26 * library/MControlPlots.cc
27 - Off MHCamera normalised to On
28
29 * programs/makeHillas.cc
30 - Added clean flags to chose: number of rings and kDemocratic.
31 - Using different Pedestal run for the calibration.
32
33 * programs/optimizeCuts.cc
34 - Added alias for MNewImageParameters.fInnerLeakage
35
36 * calib.[cc,datacard]
37 - Added : produces ascci file with relevant factors of
38 Calibration
39
40 * controlPlot.cc, controlplot.datacard
41 - Added : It makes Number of hits plot.
42
43 2004/06/30: Javier Rico
44
45 * mifae/library/MDisp.cc
46 - Remove include of deprecated library
47 - Define namespace
48
49 * mifae/library/MControlPlots.cc
50 - Define style
51 - Add projection
52 - Plot 3rd plot correctly
53 - Search for "MIsland" instead of "MIsland1" container
54
55 2004/06/26: Eva Domingo - Pepe Flix
56
57 * mifae/library/MDisp.[h,cc]
58 * mifae/library/MDispCalc.[h,cc]
59 - Added classes for evaluation of DISP method.
60
61 2004/06/22 Javier Rico
62 * library/MControlPlots.[h,cc]
63 - Added
64
65 * library/Makefile, IFAELinkDef.h
66 - Add MControlPlots. So far, it produces plots with the number
67 of times each pixel survives the cleaning. It needs a MIsland
68 object to be included on the parameter list
69
70 * programs/makeHillas.cc
71 - Change pointer to MWriteRootFile object for MWriteRootFile
72 object (otherwise the tree "Parameters" is not saved)
73 - Islands are always computed since are needed for some control
74 plots
75
76 * programs/srcPos.cc
77 - Add MControlPlots to the task list
78
79 * library/MSrcPosFromFile.cc
80 - Cope with case where first analyzed run is not in input file
81
82 2004/06/15 Javier Lopez
83 * library/MSrcPosFromStars.[h,cc]
84 - Task to compute the position of a source from
85 the positions of several stars.
86
87 * library/MHPSFFromStars.[h,cc]
88 - Histogram task that holds and fills the histograms of
89 positioning and point spread function of an star.
90
91 * macros/distancebetweenstars.C
92 - Add macros that show in an histogram the distance between
93 the stars in a field of view.
94
95 * macros/psffromstars.C
96 - Add task that show the point spread funtion and positon of
97 the most central star in the field of view. This information
98 is compute using the MFindStars tool.
99
100 2004/06/11 Ester Aliu
101 * programs/makeHillas.cc
102 - add the possibility of using more than one algorithm to
103 calculate the islands and use different algorithms for counting
104 islands
105
106 * library/MIslands.[h,cc],MIslandCalc.[h,cc], MIslandCleaning.[h,cc]
107 - add a new island cleaning which consists in removing all the
108 islands except the larger one
109 - add a new algorithm of counting islands consisting in consider
110 as the same islands those islands separated by 2 or less pixels
111
112 2004/06/02 Javier Rico
113 * srcpositions, srcpositions/Mrk421_220404_pos.txt
114 - add directory to store files with source positions and a first
115 sample file (with real data)
116
117 2004/06/01 Javier Rico
118 * macros/observationTime.C
119 - add macro to compute observation time
120
121 2004/05/28 Javier Rico
122 * programs/optimizeCuts.cc programs/optimizecuts.datacard
123 - Include loop on size
124
125 2004/05/27 Ester Aliu
126 * programs/makeHillas.cc
127 - Add the name of the MIslands container
128
129 * library/MHillasDisplay.[h,cc]
130 - Add a function which retuns the name of the MIslands container
131
132 * library/MIslands.[h,cc],MIslandCalc.cc
133 - Add MIslands::Print() function wich prints the island parameters
134 - Change some part of the code to take into account that some
135 times there are bad pixels
136
137 2004/05/27 Javier Rico
138 * programs/makeHillas.cc, programs/makehillas.datacard
139 - Remove unneeded MCalibrationQECam and MBadPixelsCam objects,
140 trying to trace back a bug in the calibration
141 - Add possibility to interpolate bad pixels
142
143 * library/MHillasDisplay.cc
144 - Initialize MIslands object in constructor
145
146 2004/05/26 Javier Rico
147 * library/MHillasDisplay.[h,cc]
148 - Call for MIslands::Print() in the process if any MIslands is
149 found
150
151 2004/05/24 Javier Rico
152 * library/MDisplay.[h,cc], programs/makeHillas.cc,
153 programs/makehillas.datacard
154 - Add possibility to save a ps file
155 - Update documentation
156 - Cope with the case when no cut is provided
157
158 * library/MHillasDisplay[h.cc]
159 - correct minor axis paint
160 - include MNewImagePar dumping
161 - update documentation
162
163 2004/05/21 Oscar Blanch
164 * makeHillas.cc
165 - Adde a couple of conditionals to allow makeHillas in
166 NON calibration mode without giving a Cailbration file,
167
168 2004/05/21 Javier Rico
169 * library/MDCA.[cc.h]
170 - removed
171
172 * library/MDisplay.[h,cc], library/MHillasDisplay.[h,cc]
173 - added
174
175 * library/Makefile, library/IFAELinkDef.h
176 - remove MDCA
177 - add MDisplay and MHillasDisplay
178
179 * library/MSrcPlace.[h,cc], library/MSrcRotate.[h,cc],
180 library/MSrcTranslate.[h,cc], library/MSrcPosFromFile.cc
181 - remove MDCA dependences
182
183 * programs/makeHillas.cc, programs/makehillas.datacard
184 - include display and selection cuts options
185
186 * programs/Makefile
187 - include mfbase in the list of includes directory
188
189 2004/05/18 Javier Rico
190 * macros/plotOptimal.C
191 - dump value of maximal significance and cuts
192
193 2004/05/18 Javier Rico
194 * library/MSrcPlace.[cc,h], library/MSrcRotate.[cc,h],
195 library/MSrcTranslate.[cc,h], library/MSrcPosFromFile.[cc,h]
196 - Add the possibility of having different input and output
197 MSrcPosCam containers (CONSTRUCTORS HAVE CHANGED!)
198 - Move the creation of internal histogram to PreProcess, so that
199 it can be configured before creation. Now configurable: whether
200 histo must be created or not (fCreateHisto), histo bin size
201 (fHistoBinPrec), histogram name (fHistoName), with corresponding
202 getters and setters
203 - Update documentation
204
205 * library/MSrcPosFromFile.cc
206 - If no position has been measured for the first analyzed run, use
207 the one of the first run in file instead.
208
209 * programs/falseSource.cc
210 - Change obsolete MSrcPosCam predefinitions for modern
211 MSrcTranslate objects, which allow relative displacement of the
212 source position from a previously assigned one.
213 - Add flag for relative translation
214 - Include control histograms (hOn[Off]SrcPos) for the source
215 position
216
217 * programs/falsesource.datacard
218 - Add datacard SRCABS for relative/absolute source translation
219
220 * programs/srcPos.cc
221 - Avoid creation of internal histograms for the translation
222
223 * programs/optimizeCuts.cc
224 - Correct bug on width initial value
225
226 * programs/makeHillas.cc
227 - Pass MCalibrationQECam from the MJCalibration to the following
228 loops (to be able to perform calibration of data)
229
230
231 2004/05/17 Javier Rico
232 * library/MSrcPlace.[cc,h], library/MSrcRotate.cc,
233 library/MSrcTranslate.cc
234 - Assign the internal histogram a class-dependent name
235 - Add some log lines to trace the classes behaviour
236 - Remove function SearchForSrcPos
237
238 * library/MSrcPosFromFile.[cc,h]
239 - Correct behaviour for not found runs
240 - Keep latest good MSrcPosCam to fill for next events
241 - Initialize pointers to NULL
242 - Fill also MDCA
243
244
245 2004/05/14 Javier Rico
246 * library/MSrcPlace.[cc,h]
247 - added
248
249 * library/MSrcPosFromFile.[cc,h], library/MSrcRotate.[cc,h],
250 library/MSrcTranslate.[cc,h]
251 - inherit from MSrcPlace
252
253 * programs/srcPos.cc programs/srcpos.datacard
254 - adapt to new MSrcPlace class
255
256 * library/Makefile, library/IFAELinkDef.h
257 - include MSrcPlace
258
259 2004/05/13 Javier Rico
260 * macros/rotation.C
261 - added
262
263
264 2004/05/13 Javier Lopez
265 * library/MCalibrateDC.[h,cc]
266 - Task to intercalibrate the dc response of the dc
267 current for all the pmts from a continuos light
268 run.
269
270 2004/05/12: Javier Rico
271 * macros/alpha.C, macros/plotOptimal.C
272 - added
273
274 * library/MSrcRotate.[cc.h]
275 - correct bug in computation of run time for rotation
276
277 * programs/srcPos.cc
278 - change mjdpos type to Double_t
279
280
281
282 2004/05/11: Javier Rico
283 * programs/optimizeCuts.cc, programs/optimizecuts.datacard
284 - added
285
286 * programs/Makefile
287 - include optimizeCuts
288
289 * programs/srcPos.cc, programs/srcpos.datacard
290 - add reference rotation angle
291
292
293 2004/05/11: Ester Aliu
294 * macros/signal.cc
295 - change some things
296 * programs/falseSource.cc
297 - change some mathematical functions to root equivalents
298 * programs/psffit.cc
299 - add <stdlib.h> library
300
301 2004/05/11: Ester Aliu
302 * programs/makeHillas.cc, programs/makehillas.datacard
303 - add island calculations
304
305 2004/05/11: Javier Rico
306 * programs/makeHillas.cc
307 - prevent it from bombing because of the mjobs
308
309
310 2004/05/10: Javier Rico
311 * programs/Makefile
312 - specify libmars.so with absolute path
313
314
315 2004/05/07: Javier Rico
316 * programs/pedvsslices.cc
317 - added
318
319
320 2004/05/05: Ester Aliu
321 * library/MPSFFitCalc.cc library/MSrcRotate.cc
322 - change some mathematical functions to root equivalents
323
324 * library/MIslands.[h,cc], library/MIslandCalc.[h,cc],
325 library/MIslandClean.[h,cc]
326 - added
327
328 * library/Makefile, library/IFAELinkDef.h
329 - add MIslands, MIslandCalc, MIslandClean
330
331 2004/05/05: Javier Lopez
332 * library/MFHVNotNominal.[h,cc]
333 - filter to flag events(pixels) with non nominal hv
334
335 * macros/hvnotnominal.C
336 - macro to test MFHVNotNominal filter
337
338 2004/05/05: Javier Rico
339 * library/MSrcTranslate.[h,cc]
340 - added
341
342 * library/Makefile, library/IFAELinkDef.h
343 - add MSrcTranslate
344
345 * library/MSrcRotate.[h.cc]
346 - adapted to changes in MObservatory and MAstro
347
348 * programs/falseSource.cc programs/falsesource.datacard
349 programs/srcPos.cc programs/srcpos.datacard
350 - added
351
352 * programs/Makefile
353 - add falseSource and srcPos
354
355 * macros/signal.C macros/signalPoint.C
356 - added
357
358 2004/05/03: Javier Rico
359 * makeHillas.cc
360 - put back Jobs for pedestal and calibration parts
361
362 * .rootrc
363 - added
364
365 2004/05/03: Javier Rico
366 * library,programs,macros,*:
367 - new directories added
368 - directory macros contains macros (.C) and scripts (.sh)
369 - directory programs contains root compilables and associated
370 [input] files
371 - directory library contains routines to be linked with libmars.so
372
373 2004/04/30: Javier López
374 * alpha_plot.C
375 - macro to display hillas disttributions with corrected
376 miss pointing
377
378 * srcPosRun.sh
379 - Script to produce the file with the positions of UMa51 using
380 psffit executable
381
382 * MSrcPosFromFile.[h,cc]
383 - Tool to correct the position of the source for on and off data
384 from a file
385
386 * psffit.C & psffit.cc
387 - Macro and executable to calculate the mean position of a star.
388
389 * MPSFFit.[h,cc] & MPSFFitCalc.[h,cc]
390 - Container and taks to do calculation of the psf and position of
391 stars.
392
393 2004/04/28: Javier Rico
394 * makeHillas.cc, makehillas.datacard
395 - Use MJPedestal and MJCalibration and simplified datacard
396
397 * Makefile
398 - include mjobs
399
400
401 2004/04/28: Javier Rico
402 * mifae/Changelog
403 - Added. Next changes in directory mifae will be reported
404 exclusively in here
405
406
407 2004/04/27: Javier Rico
408 * mifae
409 - Add new directory for IFAE temporal stuff
410
411 * mifae/Makefile,IFAEIncl.h,IFAELinkDef.h
412 - Add basic stuff to run the directory
413
414 * mifae/MDCA.[h,cc]
415 - Add Commichau & Starks's MDCA (provisional)
416
417 * mifae/makeHillas.cc,makehillas.datacard
418 - Add program to generate hillas parameters' file
Note: See TracBrowser for help on using the repository browser.