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

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