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

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