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

Last change on this file since 4287 was 4287, checked in by aliu, 20 years ago
*** empty log message ***
File size: 9.6 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/06/11 Ester Aliu
22 * programs/makeHillas.cc
23 - add the possibility of using more than one algorithm to
24 calculate the islands and use different algorithms for counting
25 islands
26
27 * library/MIslands.[h,cc],MIslandCalc.cc
28 - add a new island cleaning which consists in removing all the
29 islands except the larger one
30 - add a new algorithm of counting islands consisting in consider
31 as the same islands those islands separated by 2 or less pixels
32
33 2004/06/02 Javier Rico
34 * srcpositions, srcpositions/Mrk421_220404_pos.txt
35 - add directory to store files with source positions and a first
36 sample file (with real data)
37
38 2004/06/01 Javier Rico
39 * macros/observationTime.C
40 - add macro to compute observation time
41
42 2004/05/28 Javier Rico
43 * programs/optimizeCuts.cc programs/optimizecuts.datacard
44 - Include loop on size
45
46 2004/05/27 Ester Aliu
47 * programs/makeHillas.cc
48 - Add the name of the MIslands container
49
50 * library/MHillasDisplay.[h,cc]
51 - Add a function which retuns the name of the MIslands container
52
53 * library/MIslands.[h,cc],MIslandCalc.cc
54 - Add MIslands::Print() function wich prints the island parameters
55 - Change some part of the code to take into account that some
56 times there are bad pixels
57
58 2004/05/27 Javier Rico
59 * programs/makeHillas.cc, programs/makehillas.datacard
60 - Remove unneeded MCalibrationQECam and MBadPixelsCam objects,
61 trying to trace back a bug in the calibration
62 - Add possibility to interpolate bad pixels
63
64 * library/MHillasDisplay.cc
65 - Initialize MIslands object in constructor
66
67 2004/05/26 Javier Rico
68 * library/MHillasDisplay.[h,cc]
69 - Call for MIslands::Print() in the process if any MIslands is
70 found
71
72 2004/05/24 Javier Rico
73 * library/MDisplay.[h,cc], programs/makeHillas.cc,
74 programs/makehillas.datacard
75 - Add possibility to save a ps file
76 - Update documentation
77 - Cope with the case when no cut is provided
78
79 * library/MHillasDisplay[h.cc]
80 - correct minor axis paint
81 - include MNewImagePar dumping
82 - update documentation
83
84 2004/05/21 Oscar Blanch
85 * makeHillas.cc
86 - Adde a couple of conditionals to allow makeHillas in
87 NON calibration mode without giving a Cailbration file,
88
89 2004/05/21 Javier Rico
90 * library/MDCA.[cc.h]
91 - removed
92
93 * library/MDisplay.[h,cc], library/MHillasDisplay.[h,cc]
94 - added
95
96 * library/Makefile, library/IFAELinkDef.h
97 - remove MDCA
98 - add MDisplay and MHillasDisplay
99
100 * library/MSrcPlace.[h,cc], library/MSrcRotate.[h,cc],
101 library/MSrcTranslate.[h,cc], library/MSrcPosFromFile.cc
102 - remove MDCA dependences
103
104 * programs/makeHillas.cc, programs/makehillas.datacard
105 - include display and selection cuts options
106
107 * programs/Makefile
108 - include mfbase in the list of includes directory
109
110 2004/05/18 Javier Rico
111 * macros/plotOptimal.C
112 - dump value of maximal significance and cuts
113
114 2004/05/18 Javier Rico
115 * library/MSrcPlace.[cc,h], library/MSrcRotate.[cc,h],
116 library/MSrcTranslate.[cc,h], library/MSrcPosFromFile.[cc,h]
117 - Add the possibility of having different input and output
118 MSrcPosCam containers (CONSTRUCTORS HAVE CHANGED!)
119 - Move the creation of internal histogram to PreProcess, so that
120 it can be configured before creation. Now configurable: whether
121 histo must be created or not (fCreateHisto), histo bin size
122 (fHistoBinPrec), histogram name (fHistoName), with corresponding
123 getters and setters
124 - Update documentation
125
126 * library/MSrcPosFromFile.cc
127 - If no position has been measured for the first analyzed run, use
128 the one of the first run in file instead.
129
130 * programs/falseSource.cc
131 - Change obsolete MSrcPosCam predefinitions for modern
132 MSrcTranslate objects, which allow relative displacement of the
133 source position from a previously assigned one.
134 - Add flag for relative translation
135 - Include control histograms (hOn[Off]SrcPos) for the source
136 position
137
138 * programs/falsesource.datacard
139 - Add datacard SRCABS for relative/absolute source translation
140
141 * programs/srcPos.cc
142 - Avoid creation of internal histograms for the translation
143
144 * programs/optimizeCuts.cc
145 - Correct bug on width initial value
146
147 * programs/makeHillas.cc
148 - Pass MCalibrationQECam from the MJCalibration to the following
149 loops (to be able to perform calibration of data)
150
151
152 2004/05/17 Javier Rico
153 * library/MSrcPlace.[cc,h], library/MSrcRotate.cc,
154 library/MSrcTranslate.cc
155 - Assign the internal histogram a class-dependent name
156 - Add some log lines to trace the classes behaviour
157 - Remove function SearchForSrcPos
158
159 * library/MSrcPosFromFile.[cc,h]
160 - Correct behaviour for not found runs
161 - Keep latest good MSrcPosCam to fill for next events
162 - Initialize pointers to NULL
163 - Fill also MDCA
164
165
166 2004/05/14 Javier Rico
167 * library/MSrcPlace.[cc,h]
168 - added
169
170 * library/MSrcPosFromFile.[cc,h], library/MSrcRotate.[cc,h],
171 library/MSrcTranslate.[cc,h]
172 - inherit from MSrcPlace
173
174 * programs/srcPos.cc programs/srcpos.datacard
175 - adapt to new MSrcPlace class
176
177 * library/Makefile, library/IFAELinkDef.h
178 - include MSrcPlace
179
180 2004/05/13 Javier Rico
181 * macros/rotation.C
182 - added
183
184
185 2004/05/13 Javier Lopez
186 * library/MCalibrateDC.[h,cc]
187 - Task to intercalibrate the dc response of the dc
188 current for all the pmts from a continuos light
189 run.
190
191 2004/05/12: Javier Rico
192 * macros/alpha.C, macros/plotOptimal.C
193 - added
194
195 * library/MSrcRotate.[cc.h]
196 - correct bug in computation of run time for rotation
197
198 * programs/srcPos.cc
199 - change mjdpos type to Double_t
200
201
202
203 2004/05/11: Javier Rico
204 * programs/optimizeCuts.cc, programs/optimizecuts.datacard
205 - added
206
207 * programs/Makefile
208 - include optimizeCuts
209
210 * programs/srcPos.cc, programs/srcpos.datacard
211 - add reference rotation angle
212
213
214 2004/05/11: Ester Aliu
215 * macros/signal.cc
216 - change some things
217 * programs/falseSource.cc
218 - change some mathematical functions to root equivalents
219 * programs/psffit.cc
220 - add <stdlib.h> library
221
222 2004/05/11: Ester Aliu
223 * programs/makeHillas.cc, programs/makehillas.datacard
224 - add island calculations
225
226 2004/05/11: Javier Rico
227 * programs/makeHillas.cc
228 - prevent it from bombing because of the mjobs
229
230
231 2004/05/10: Javier Rico
232 * programs/Makefile
233 - specify libmars.so with absolute path
234
235
236 2004/05/07: Javier Rico
237 * programs/pedvsslices.cc
238 - added
239
240
241 2004/05/05: Ester Aliu
242 * library/MPSFFitCalc.cc library/MSrcRotate.cc
243 - change some mathematical functions to root equivalents
244
245 * library/MIslands.[h,cc], library/MIslandCalc.[h,cc],
246 library/MIslandClean.[h,cc]
247 - added
248
249 * library/Makefile, library/IFAELinkDef.h
250 - add MIslands, MIslandCalc, MIslandClean
251
252 2004/05/05: Javier Lopez
253 * library/MFHVNotNominal.[h,cc]
254 - filter to flag events(pixels) with non nominal hv
255
256 * macros/hvnotnominal.C
257 - macro to test MFHVNotNominal filter
258
259 2004/05/05: Javier Rico
260 * library/MSrcTranslate.[h,cc]
261 - added
262
263 * library/Makefile, library/IFAELinkDef.h
264 - add MSrcTranslate
265
266 * library/MSrcRotate.[h.cc]
267 - adapted to changes in MObservatory and MAstro
268
269 * programs/falseSource.cc programs/falsesource.datacard
270 programs/srcPos.cc programs/srcpos.datacard
271 - added
272
273 * programs/Makefile
274 - add falseSource and srcPos
275
276 * macros/signal.C macros/signalPoint.C
277 - added
278
279 2004/05/03: Javier Rico
280 * makeHillas.cc
281 - put back Jobs for pedestal and calibration parts
282
283 * .rootrc
284 - added
285
286 2004/05/03: Javier Rico
287 * library,programs,macros,*:
288 - new directories added
289 - directory macros contains macros (.C) and scripts (.sh)
290 - directory programs contains root compilables and associated
291 [input] files
292 - directory library contains routines to be linked with libmars.so
293
294 2004/04/30: Javier López
295 * alpha_plot.C
296 - macro to display hillas disttributions with corrected
297 miss pointing
298
299 * srcPosRun.sh
300 - Script to produce the file with the positions of UMa51 using
301 psffit executable
302
303 * MSrcPosFromFile.[h,cc]
304 - Tool to correct the position of the source for on and off data
305 from a file
306
307 * psffit.C & psffit.cc
308 - Macro and executable to calculate the mean position of a star.
309
310 * MPSFFit.[h,cc] & MPSFFitCalc.[h,cc]
311 - Container and taks to do calculation of the psf and position of
312 stars.
313
314 2004/04/28: Javier Rico
315 * makeHillas.cc, makehillas.datacard
316 - Use MJPedestal and MJCalibration and simplified datacard
317
318 * Makefile
319 - include mjobs
320
321
322 2004/04/28: Javier Rico
323 * mifae/Changelog
324 - Added. Next changes in directory mifae will be reported
325 exclusively in here
326
327
328 2004/04/27: Javier Rico
329 * mifae
330 - Add new directory for IFAE temporal stuff
331
332 * mifae/Makefile,IFAEIncl.h,IFAELinkDef.h
333 - Add basic stuff to run the directory
334
335 * mifae/MDCA.[h,cc]
336 - Add Commichau & Starks's MDCA (provisional)
337
338 * mifae/makeHillas.cc,makehillas.datacard
339 - Add program to generate hillas parameters' file
Note: See TracBrowser for help on using the repository browser.