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

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