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

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