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

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