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

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