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

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