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

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