1 | Please do not write behind the end of line tag so that it is possible
|
---|
2 | to send a Changelog file to a line printer directly. Thanks.
|
---|
3 |
|
---|
4 | For 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 |
|
---|
17 | While an underscore is a placeholder for a white-space or an empty line.
|
---|
18 |
|
---|
19 | -*-*- END OF LINE -*-*-
|
---|
20 |
|
---|
21 | 2005/02/02 Oscar Blanch Bigas
|
---|
22 | * library/MGainFluctuationPix.[h,cc],MGainFluctuationCam.[h,cc]
|
---|
23 | - added parameter containers to handle gain fluctuaions
|
---|
24 | * library/MAddGainFluctuation.[h,cc]
|
---|
25 | - added task to add gain fluctuaions
|
---|
26 | * library/Makefile,IFAELinkDef.h
|
---|
27 | - modified to compile new classes
|
---|
28 | * macros/makeHillasMC.C
|
---|
29 | - modified to compute also Mhadronness and MDisp
|
---|
30 | - modified adding class to introduce gain fluctuations
|
---|
31 | - modified adding display hillas
|
---|
32 |
|
---|
33 | 2005/01/27 Javier Rico
|
---|
34 | * programs/DISPstd.root, programs/RF*.root
|
---|
35 | - removed, will be available at
|
---|
36 | http://atlas.ifae.es/~jrico/Mars_Standard06/mtemp/mifae/bin/
|
---|
37 |
|
---|
38 | 2005/01/27 Eva Domingo
|
---|
39 | * programs/DISPstd.root
|
---|
40 | - updated optimal DISP parameters, running over the MC treated
|
---|
41 | with the Spline signal extractor
|
---|
42 | * macros/DispSkymap.C
|
---|
43 | - added first version of a macro that creates the On, Off and
|
---|
44 | On-Off skymaps from the makeHillas program output files
|
---|
45 | * macros/makeHillasMC.C
|
---|
46 | - added macro equivalent to current makeHillas program
|
---|
47 | for MC files (it is in fact a version of several already
|
---|
48 | existing macros)
|
---|
49 |
|
---|
50 | 2005/01/25 Javier Rico
|
---|
51 | * macros/mmcCleaning.C
|
---|
52 | - added extractor spline and input arguments
|
---|
53 |
|
---|
54 | 2005/01/24 Javier Rico
|
---|
55 | * programs/RFstd.root, programs/RFdist.root, programs/RFalpha.root
|
---|
56 | - added default forest files for standard analysis, for
|
---|
57 | off-axis or exteded sources (disp analysis), and analysis
|
---|
58 | on hadronness including alpha.
|
---|
59 |
|
---|
60 | 2005/01/24 Eva Domingo
|
---|
61 | * library/MFDisp.[cc,h]
|
---|
62 | - Number of islands read from MImagePar container
|
---|
63 | to be used as cut parameter if wanted
|
---|
64 | * library/MHDisp.cc
|
---|
65 | - corrected to be able to run Disp method also over
|
---|
66 | data (MMcEvt container info just used if available)
|
---|
67 | * library/MDispCalc.cc
|
---|
68 | - introduced DISP = Xi*(1/(1+width/length)) as default
|
---|
69 | Disp parameterization for the moment
|
---|
70 |
|
---|
71 | 2005/01/24 Eva Domingo
|
---|
72 | * programs/makeHillas.cc
|
---|
73 | programs/makehillas.datacard
|
---|
74 | programs/DISPstd.root, default DISP parameters values
|
---|
75 | - Add Disp computation
|
---|
76 |
|
---|
77 | 2005/01/21 Javier Rico
|
---|
78 | * programs/makeHillas.cc, programs/Makefile,
|
---|
79 | programs/makehillas.datacard
|
---|
80 | - Add Random Forest computation
|
---|
81 |
|
---|
82 | 2005/01/20 Eva Domingo
|
---|
83 | * library/MDispParameters.[cc,h]
|
---|
84 | - Added substituting previous MDisp.[cc,h] classes.
|
---|
85 | Old MDisp::Calc function moved to MDispCalc task.
|
---|
86 | * library/MDispCalc.[cc,h]
|
---|
87 | - Now includes the DISP parameterization, defined in
|
---|
88 | MDispCalc::Calc. MDispCalc::InitMapping now defines
|
---|
89 | training and test matrices with only the columns of
|
---|
90 | variables needed in the DISP expression.
|
---|
91 | * library/MHDisp.[cc,h]
|
---|
92 | - Changed the Chi2 name by MinPar (to clarify it accounts for
|
---|
93 | the parameter asked to be minimized in the Disp optimization).
|
---|
94 | Added MHDisp::InitMapping, defines matrices with only the columns
|
---|
95 | of variables needed for computing the minimization parameter
|
---|
96 | and for filling the DISP histograms.
|
---|
97 |
|
---|
98 | 2005/01/18 Javier Rico & Markus Gaug
|
---|
99 | * programs/controlPlot.cc, programs/controlplot.datacard,
|
---|
100 | programs/Makefile
|
---|
101 | - correct bugs: cuts in the proper units; separate ON and OFF
|
---|
102 | task lists since before it was reading who knows what
|
---|
103 | * library/MControlPlots.[h,cc]
|
---|
104 | - add Clear() method and remove some (minor) memory leaks
|
---|
105 | * library/MIslands.cc
|
---|
106 | - place call to SetOwner() in the correct place
|
---|
107 |
|
---|
108 | 2005/01/10 Javier Rico
|
---|
109 | * programs/makeHillas, programs/makehillas.datacard
|
---|
110 | - adapt to new mars version
|
---|
111 |
|
---|
112 | 2004/12/22 Eva Domingo
|
---|
113 | * library/MImageParDisp.[cc,h]
|
---|
114 | - Container for the estimated distance to source position DISP.
|
---|
115 | * library/MDisp.[cc,h]
|
---|
116 | - Container holding the parameters used for the DISP expression.
|
---|
117 | The current DISP parameterization is defined in MDisp::Calc.
|
---|
118 | * library/MDispCalc.[cc,h]
|
---|
119 | - Task calculating DISP with the expression and parameter values
|
---|
120 | stored in MDisp. Training and test matrix of variables to be
|
---|
121 | used in the DISP optimization are also defined within
|
---|
122 | MDispCalc::InitMapping.
|
---|
123 | * library/MHDisp.[cc,h]
|
---|
124 | - Container for the histograms to judge the quality of the DISP
|
---|
125 | estimate. MHDisp::GetChi2 returns the value of the quantity
|
---|
126 | requested to be minimized by Minuit, which is defined and
|
---|
127 | computed in MHDisp::Fill and MHDisp::Finalize.
|
---|
128 | MHDisp::GetSkymapXY returns the reconstructed map of source
|
---|
129 | positions. MHDisp::SetSelectedPos function to choose the
|
---|
130 | selection method of the DISP source position solution.
|
---|
131 | * library/MFDisp.[cc,h]
|
---|
132 | - Filter to select a sample of events to do the DISP optimization.
|
---|
133 | Use MFDisp::SetCuts function.
|
---|
134 | * library/MFindDisp.[cc,h]
|
---|
135 | - Main class for DISP optimization:
|
---|
136 | ::DefineTrainMatrix, ::DefineTestMatrix, ::DefineTrainTestMatrix
|
---|
137 | generate the training and test samples (in the form of matrices)
|
---|
138 | from the input file.
|
---|
139 | ::FindParams is the function steering the optimization (over the
|
---|
140 | training sample), calling Minuit, passing the fcn function to be
|
---|
141 | minimize and defining the event loop to be executed in each step.
|
---|
142 | ::TestParams tests the quality of the DISP estimate using the
|
---|
143 | test matrix sample
|
---|
144 | * macros/OptimizeDisp.C
|
---|
145 | - macro for estimating the DISP parameter: create training and test
|
---|
146 | matrix; optimize DISP; test quality optimization; calculate DISP
|
---|
147 | and construct skymap for an input file.
|
---|
148 | * library/Makefile, library/IFAELinkDef.h
|
---|
149 | - include Disp classes.
|
---|
150 |
|
---|
151 | 2004/12/21 Pepe Flix (represented by jrico)
|
---|
152 | * library/MTopology.[cc,h], library/MTopologyCalc.[cc,h],
|
---|
153 | library/Makefile, library/IFAELinkDef.h
|
---|
154 | - include topology classes
|
---|
155 |
|
---|
156 | 2004/12/21 Javier Rico
|
---|
157 | * programs/makeHillas.cc, programs/makehillas.datacard
|
---|
158 | - Include spline extractor and remove possibility of computing
|
---|
159 | pedestals from pedestal runs instead of from low gains
|
---|
160 |
|
---|
161 | 2004/11/24 Ester Aliu
|
---|
162 | * library/MIslandsCalc.h
|
---|
163 | - Remove a memmory leak, and add a sort function to order the
|
---|
164 | pixels by index after their interpolation
|
---|
165 | - Other minor changes
|
---|
166 | * library/MImgIsland.[h,cc]
|
---|
167 | - Reset some variables
|
---|
168 |
|
---|
169 | 2004/11/11 Ester Aliu
|
---|
170 | * library/MIslands.h
|
---|
171 | - Add the variable AlphaW
|
---|
172 | * library/MImgIsland.[h,cc]
|
---|
173 | - Add alpha for each island
|
---|
174 | * library/MIslandsCalc.cc
|
---|
175 | - Bug solved
|
---|
176 | * library/MIslandsClean.cc
|
---|
177 | - More different island cleanings added
|
---|
178 |
|
---|
179 | 2004/10/20 Javier Rico
|
---|
180 | * programs/makeHillas.cc
|
---|
181 | - Correct reading in MReportDrive
|
---|
182 |
|
---|
183 | 2004/10/15 Javier Rico
|
---|
184 | * programs/makeHillas.cc, programs/Makefile
|
---|
185 | - Write out MReportDrive
|
---|
186 |
|
---|
187 | 2004/10/15 Javier Rico
|
---|
188 | * macros/mmcCleaning.C
|
---|
189 | - Include islands
|
---|
190 | - Do not save uncalibrated nonoise file
|
---|
191 |
|
---|
192 | 2004/10/08 Javier Rico
|
---|
193 | * programs/makeHillas.cc, programs/makehillas.datacard
|
---|
194 | - Include possibility to select signal extractor in datacard
|
---|
195 | - Include possitility to compute pedestals from data themselves,
|
---|
196 | by selecting word PRUNS 0. For the time being, the old option
|
---|
197 | of computing them from a pedestal run is still available
|
---|
198 |
|
---|
199 | 2004/10/05 Javier Rico
|
---|
200 | * programs/srcPos.cc
|
---|
201 | - Change kRotate by kRotating since the former is a used name
|
---|
202 | * programs/makeHillas.cc
|
---|
203 | - Change SetProcessRMS by SetProcessPedestal since name has changed
|
---|
204 | * programs/Makefile
|
---|
205 | - add mhcalib to the list of include dirs since it is now needed
|
---|
206 |
|
---|
207 | 2004/10/05 Ester Aliu
|
---|
208 | * library/Makefile ,library/IFAELinkDef
|
---|
209 | - modified according to the new classes implemented
|
---|
210 | * programs/makeHillas.cc
|
---|
211 | - modified according to the new classes implemented
|
---|
212 |
|
---|
213 | 2004/10/05 Ester Aliu
|
---|
214 | * library MIslands.[h,cc] ,library/MIslandCalc.[h,cc],
|
---|
215 | MIslandClean.[h,cc]
|
---|
216 | - removed
|
---|
217 | * library MIslands.[h,cc],library/MIslandsCalc.[h,cc],
|
---|
218 | MIslandsClean.[h,cc] , MImgIsland.[h,cc]
|
---|
219 | - added
|
---|
220 | * library/MControlPlots.[h,cc], MIslands.[h,cc]
|
---|
221 | - changed. A bug in the islands has been solved and a new structure
|
---|
222 | for the islands classes similar to the MStarPos and MStarCam classes
|
---|
223 | is proposed
|
---|
224 |
|
---|
225 | 2004/09/16 Javier Rico
|
---|
226 | * macros/pedrmsonoff.C
|
---|
227 | - Added
|
---|
228 |
|
---|
229 | 2004/09/02 Javier Rico
|
---|
230 | * programs/srcPos.cc
|
---|
231 | - Add include MArgs.h to cope with changes in Mars
|
---|
232 |
|
---|
233 | 2004/08/31 Javier Rico
|
---|
234 | * macros/mergeClean.C, mmcCleaning, cleanComp.C
|
---|
235 | - Added macros for the cleaning comparison analysis
|
---|
236 |
|
---|
237 | 2004/08/27 Javier Rico
|
---|
238 | * library/MDisplay.[cc,h]
|
---|
239 | - Dump run and event numbers
|
---|
240 | - Add possibility to produce ps file of the image
|
---|
241 |
|
---|
242 | 2004/08/10 Javier Rico
|
---|
243 | * programs/makeHillas.cc
|
---|
244 | - include recomendations of Nadia to interpolate bad pixels
|
---|
245 |
|
---|
246 | 2004/08/10 Ester Aliu
|
---|
247 | * library/MIslands.[h,cc], MIslandCalc.[h,cc]
|
---|
248 | - remove som bugs
|
---|
249 | * programs/makeHillas.[cc]
|
---|
250 | - fixed window(14 slices) by default
|
---|
251 |
|
---|
252 | 2004/08/04 Javier Rico
|
---|
253 | * programs/makeHillas.cc
|
---|
254 | - remove "#include" of obsolete MBlindPixel.h
|
---|
255 | - do not interpolate "unreliable" pixels
|
---|
256 |
|
---|
257 | * library/MIslands.[cc]
|
---|
258 | - Correct tiny compilation error
|
---|
259 |
|
---|
260 | * library/MDisplay.cc, library/MHillasDisplay.[h,cc]
|
---|
261 | - Print hillas source position dependent stuff
|
---|
262 |
|
---|
263 | 2004/08/03 Ester Aliu Fusté
|
---|
264 | * library/MIslands.[h, cc], MIslandCalc.[h,cc]
|
---|
265 | - Add the delete for the pointers
|
---|
266 |
|
---|
267 | 2004/08/02 Ester Aliu Fusté
|
---|
268 | * library/MIslands.[h, cc], MIslandCalc.[h,cc]
|
---|
269 | - Added the variables: distance (Dist) between the larger island and
|
---|
270 | the other ones, width and lenght of the larger island.
|
---|
271 |
|
---|
272 | - Written pointers instead of vectors
|
---|
273 |
|
---|
274 | 2004/07/28 Javi Lopez
|
---|
275 | * script/
|
---|
276 | - Created directory call scripts
|
---|
277 | - Added srcPosRun.sh script to create the *.pos file for the MSrcPosFromFile
|
---|
278 | task.
|
---|
279 | - Added makeHillas.sh script that run several makeHillas making groups of
|
---|
280 | data runs with preavius pedestal run.
|
---|
281 |
|
---|
282 | 2004/07/28 Ester Aliu Fuste
|
---|
283 | * programa/makeHillas.cc
|
---|
284 | - Add a flag for the time calibration
|
---|
285 |
|
---|
286 | 2004/07/26 Ester Aliu Fuste
|
---|
287 | * library/MIslandCalc.cc
|
---|
288 | - Add the initialization of Dist(to -1) and MeanX/MeanY (to -10000) vectors
|
---|
289 |
|
---|
290 | 2004/07/22 Oscar Blanch Bigas
|
---|
291 | * programs/makeHillas.cc
|
---|
292 | - Solved backwards compatibility on the CLEANLEVEL
|
---|
293 | options.
|
---|
294 |
|
---|
295 | 2004/07/22 Ester Aliu
|
---|
296 | * library/MIslands.[h,cc],MIslandCalc.cc
|
---|
297 | - Add meanX, meanY and dist of each of the islands
|
---|
298 | - Now the island with id 0 is the larger one
|
---|
299 |
|
---|
300 | 2004/07/21 Javier Rico
|
---|
301 | * programs/makeHillas.cc, srcPos.cc
|
---|
302 | - Add time information
|
---|
303 |
|
---|
304 | * programs/makehillas.datacard
|
---|
305 | - Add comment
|
---|
306 |
|
---|
307 | 2004/07/20 Javier Lopez
|
---|
308 | * library/MLiveTime.[h,cc]
|
---|
309 | - Containers to hold the live time. It has the option to
|
---|
310 | have several time bins.
|
---|
311 | * library/MLiveTimeCalc.[h,cc]
|
---|
312 | - Task to compute the live time from the data.
|
---|
313 | * macros/runlivetime.C
|
---|
314 | - Macro to use the MLiveTime+ stuff.
|
---|
315 |
|
---|
316 | 2004/07/15 Javier Lopez
|
---|
317 | * macros/ligthcurve.C
|
---|
318 | - Macro to compute a light curve from hillas files.
|
---|
319 |
|
---|
320 | 2004/07/04 Oscar Blanch Bigas
|
---|
321 | * library/MControlPlots.cc
|
---|
322 | - Off MHCamera normalised to On
|
---|
323 |
|
---|
324 | * programs/makeHillas.cc
|
---|
325 | - Added clean flags to chose: number of rings and kDemocratic.
|
---|
326 | - Using different Pedestal run for the calibration.
|
---|
327 |
|
---|
328 | * programs/optimizeCuts.cc
|
---|
329 | - Added alias for MNewImageParameters.fInnerLeakage
|
---|
330 |
|
---|
331 | * calib.[cc,datacard]
|
---|
332 | - Added : produces ascci file with relevant factors of
|
---|
333 | Calibration
|
---|
334 |
|
---|
335 | * controlPlot.cc, controlplot.datacard
|
---|
336 | - Added : It makes Number of hits plot.
|
---|
337 |
|
---|
338 | 2004/06/30: Javier Rico
|
---|
339 |
|
---|
340 | * mifae/library/MDisp.cc
|
---|
341 | - Remove include of deprecated library
|
---|
342 | - Define namespace
|
---|
343 |
|
---|
344 | * mifae/library/MControlPlots.cc
|
---|
345 | - Define style
|
---|
346 | - Add projection
|
---|
347 | - Plot 3rd plot correctly
|
---|
348 | - Search for "MIsland" instead of "MIsland1" container
|
---|
349 |
|
---|
350 | 2004/06/26: Eva Domingo - Pepe Flix
|
---|
351 |
|
---|
352 | * mifae/library/MDisp.[h,cc]
|
---|
353 | * mifae/library/MDispCalc.[h,cc]
|
---|
354 | - Added classes for evaluation of DISP method.
|
---|
355 |
|
---|
356 | 2004/06/22 Javier Rico
|
---|
357 | * library/MControlPlots.[h,cc]
|
---|
358 | - Added
|
---|
359 |
|
---|
360 | * library/Makefile, IFAELinkDef.h
|
---|
361 | - Add MControlPlots. So far, it produces plots with the number
|
---|
362 | of times each pixel survives the cleaning. It needs a MIsland
|
---|
363 | object to be included on the parameter list
|
---|
364 |
|
---|
365 | * programs/makeHillas.cc
|
---|
366 | - Change pointer to MWriteRootFile object for MWriteRootFile
|
---|
367 | object (otherwise the tree "Parameters" is not saved)
|
---|
368 | - Islands are always computed since are needed for some control
|
---|
369 | plots
|
---|
370 |
|
---|
371 | * programs/srcPos.cc
|
---|
372 | - Add MControlPlots to the task list
|
---|
373 |
|
---|
374 | * library/MSrcPosFromFile.cc
|
---|
375 | - Cope with case where first analyzed run is not in input file
|
---|
376 |
|
---|
377 | 2004/06/15 Javier Lopez
|
---|
378 | * library/MSrcPosFromStars.[h,cc]
|
---|
379 | - Task to compute the position of a source from
|
---|
380 | the positions of several stars.
|
---|
381 |
|
---|
382 | * library/MHPSFFromStars.[h,cc]
|
---|
383 | - Histogram task that holds and fills the histograms of
|
---|
384 | positioning and point spread function of an star.
|
---|
385 |
|
---|
386 | * macros/distancebetweenstars.C
|
---|
387 | - Add macros that show in an histogram the distance between
|
---|
388 | the stars in a field of view.
|
---|
389 |
|
---|
390 | * macros/psffromstars.C
|
---|
391 | - Add task that show the point spread funtion and positon of
|
---|
392 | the most central star in the field of view. This information
|
---|
393 | is compute using the MFindStars tool.
|
---|
394 |
|
---|
395 | 2004/06/11 Ester Aliu
|
---|
396 | * programs/makeHillas.cc
|
---|
397 | - add the possibility of using more than one algorithm to
|
---|
398 | calculate the islands and use different algorithms for counting
|
---|
399 | islands
|
---|
400 |
|
---|
401 | * library/MIslands.[h,cc],MIslandCalc.[h,cc], MIslandCleaning.[h,cc]
|
---|
402 | - add a new island cleaning which consists in removing all the
|
---|
403 | islands except the larger one
|
---|
404 | - add a new algorithm of counting islands consisting in consider
|
---|
405 | as the same islands those islands separated by 2 or less pixels
|
---|
406 |
|
---|
407 | 2004/06/02 Javier Rico
|
---|
408 | * srcpositions, srcpositions/Mrk421_220404_pos.txt
|
---|
409 | - add directory to store files with source positions and a first
|
---|
410 | sample file (with real data)
|
---|
411 |
|
---|
412 | 2004/06/01 Javier Rico
|
---|
413 | * macros/observationTime.C
|
---|
414 | - add macro to compute observation time
|
---|
415 |
|
---|
416 | 2004/05/28 Javier Rico
|
---|
417 | * programs/optimizeCuts.cc programs/optimizecuts.datacard
|
---|
418 | - Include loop on size
|
---|
419 |
|
---|
420 | 2004/05/27 Ester Aliu
|
---|
421 | * programs/makeHillas.cc
|
---|
422 | - Add the name of the MIslands container
|
---|
423 |
|
---|
424 | * library/MHillasDisplay.[h,cc]
|
---|
425 | - Add a function which retuns the name of the MIslands container
|
---|
426 |
|
---|
427 | * library/MIslands.[h,cc],MIslandCalc.cc
|
---|
428 | - Add MIslands::Print() function wich prints the island parameters
|
---|
429 | - Change some part of the code to take into account that some
|
---|
430 | times there are bad pixels
|
---|
431 |
|
---|
432 | 2004/05/27 Javier Rico
|
---|
433 | * programs/makeHillas.cc, programs/makehillas.datacard
|
---|
434 | - Remove unneeded MCalibrationQECam and MBadPixelsCam objects,
|
---|
435 | trying to trace back a bug in the calibration
|
---|
436 | - Add possibility to interpolate bad pixels
|
---|
437 |
|
---|
438 | * library/MHillasDisplay.cc
|
---|
439 | - Initialize MIslands object in constructor
|
---|
440 |
|
---|
441 | 2004/05/26 Javier Rico
|
---|
442 | * library/MHillasDisplay.[h,cc]
|
---|
443 | - Call for MIslands::Print() in the process if any MIslands is
|
---|
444 | found
|
---|
445 |
|
---|
446 | 2004/05/24 Javier Rico
|
---|
447 | * library/MDisplay.[h,cc], programs/makeHillas.cc,
|
---|
448 | programs/makehillas.datacard
|
---|
449 | - Add possibility to save a ps file
|
---|
450 | - Update documentation
|
---|
451 | - Cope with the case when no cut is provided
|
---|
452 |
|
---|
453 | * library/MHillasDisplay[h.cc]
|
---|
454 | - correct minor axis paint
|
---|
455 | - include MNewImagePar dumping
|
---|
456 | - update documentation
|
---|
457 |
|
---|
458 | 2004/05/21 Oscar Blanch
|
---|
459 | * makeHillas.cc
|
---|
460 | - Adde a couple of conditionals to allow makeHillas in
|
---|
461 | NON calibration mode without giving a Cailbration file,
|
---|
462 |
|
---|
463 | 2004/05/21 Javier Rico
|
---|
464 | * library/MDCA.[cc.h]
|
---|
465 | - removed
|
---|
466 |
|
---|
467 | * library/MDisplay.[h,cc], library/MHillasDisplay.[h,cc]
|
---|
468 | - added
|
---|
469 |
|
---|
470 | * library/Makefile, library/IFAELinkDef.h
|
---|
471 | - remove MDCA
|
---|
472 | - add MDisplay and MHillasDisplay
|
---|
473 |
|
---|
474 | * library/MSrcPlace.[h,cc], library/MSrcRotate.[h,cc],
|
---|
475 | library/MSrcTranslate.[h,cc], library/MSrcPosFromFile.cc
|
---|
476 | - remove MDCA dependences
|
---|
477 |
|
---|
478 | * programs/makeHillas.cc, programs/makehillas.datacard
|
---|
479 | - include display and selection cuts options
|
---|
480 |
|
---|
481 | * programs/Makefile
|
---|
482 | - include mfbase in the list of includes directory
|
---|
483 |
|
---|
484 | 2004/05/18 Javier Rico
|
---|
485 | * macros/plotOptimal.C
|
---|
486 | - dump value of maximal significance and cuts
|
---|
487 |
|
---|
488 | 2004/05/18 Javier Rico
|
---|
489 | * library/MSrcPlace.[cc,h], library/MSrcRotate.[cc,h],
|
---|
490 | library/MSrcTranslate.[cc,h], library/MSrcPosFromFile.[cc,h]
|
---|
491 | - Add the possibility of having different input and output
|
---|
492 | MSrcPosCam containers (CONSTRUCTORS HAVE CHANGED!)
|
---|
493 | - Move the creation of internal histogram to PreProcess, so that
|
---|
494 | it can be configured before creation. Now configurable: whether
|
---|
495 | histo must be created or not (fCreateHisto), histo bin size
|
---|
496 | (fHistoBinPrec), histogram name (fHistoName), with corresponding
|
---|
497 | getters and setters
|
---|
498 | - Update documentation
|
---|
499 |
|
---|
500 | * library/MSrcPosFromFile.cc
|
---|
501 | - If no position has been measured for the first analyzed run, use
|
---|
502 | the one of the first run in file instead.
|
---|
503 |
|
---|
504 | * programs/falseSource.cc
|
---|
505 | - Change obsolete MSrcPosCam predefinitions for modern
|
---|
506 | MSrcTranslate objects, which allow relative displacement of the
|
---|
507 | source position from a previously assigned one.
|
---|
508 | - Add flag for relative translation
|
---|
509 | - Include control histograms (hOn[Off]SrcPos) for the source
|
---|
510 | position
|
---|
511 |
|
---|
512 | * programs/falsesource.datacard
|
---|
513 | - Add datacard SRCABS for relative/absolute source translation
|
---|
514 |
|
---|
515 | * programs/srcPos.cc
|
---|
516 | - Avoid creation of internal histograms for the translation
|
---|
517 |
|
---|
518 | * programs/optimizeCuts.cc
|
---|
519 | - Correct bug on width initial value
|
---|
520 |
|
---|
521 | * programs/makeHillas.cc
|
---|
522 | - Pass MCalibrationQECam from the MJCalibration to the following
|
---|
523 | loops (to be able to perform calibration of data)
|
---|
524 |
|
---|
525 |
|
---|
526 | 2004/05/17 Javier Rico
|
---|
527 | * library/MSrcPlace.[cc,h], library/MSrcRotate.cc,
|
---|
528 | library/MSrcTranslate.cc
|
---|
529 | - Assign the internal histogram a class-dependent name
|
---|
530 | - Add some log lines to trace the classes behaviour
|
---|
531 | - Remove function SearchForSrcPos
|
---|
532 |
|
---|
533 | * library/MSrcPosFromFile.[cc,h]
|
---|
534 | - Correct behaviour for not found runs
|
---|
535 | - Keep latest good MSrcPosCam to fill for next events
|
---|
536 | - Initialize pointers to NULL
|
---|
537 | - Fill also MDCA
|
---|
538 |
|
---|
539 |
|
---|
540 | 2004/05/14 Javier Rico
|
---|
541 | * library/MSrcPlace.[cc,h]
|
---|
542 | - added
|
---|
543 |
|
---|
544 | * library/MSrcPosFromFile.[cc,h], library/MSrcRotate.[cc,h],
|
---|
545 | library/MSrcTranslate.[cc,h]
|
---|
546 | - inherit from MSrcPlace
|
---|
547 |
|
---|
548 | * programs/srcPos.cc programs/srcpos.datacard
|
---|
549 | - adapt to new MSrcPlace class
|
---|
550 |
|
---|
551 | * library/Makefile, library/IFAELinkDef.h
|
---|
552 | - include MSrcPlace
|
---|
553 |
|
---|
554 | 2004/05/13 Javier Rico
|
---|
555 | * macros/rotation.C
|
---|
556 | - added
|
---|
557 |
|
---|
558 |
|
---|
559 | 2004/05/13 Javier Lopez
|
---|
560 | * library/MCalibrateDC.[h,cc]
|
---|
561 | - Task to intercalibrate the dc response of the dc
|
---|
562 | current for all the pmts from a continuos light
|
---|
563 | run.
|
---|
564 |
|
---|
565 | 2004/05/12: Javier Rico
|
---|
566 | * macros/alpha.C, macros/plotOptimal.C
|
---|
567 | - added
|
---|
568 |
|
---|
569 | * library/MSrcRotate.[cc.h]
|
---|
570 | - correct bug in computation of run time for rotation
|
---|
571 |
|
---|
572 | * programs/srcPos.cc
|
---|
573 | - change mjdpos type to Double_t
|
---|
574 |
|
---|
575 |
|
---|
576 |
|
---|
577 | 2004/05/11: Javier Rico
|
---|
578 | * programs/optimizeCuts.cc, programs/optimizecuts.datacard
|
---|
579 | - added
|
---|
580 |
|
---|
581 | * programs/Makefile
|
---|
582 | - include optimizeCuts
|
---|
583 |
|
---|
584 | * programs/srcPos.cc, programs/srcpos.datacard
|
---|
585 | - add reference rotation angle
|
---|
586 |
|
---|
587 |
|
---|
588 | 2004/05/11: Ester Aliu
|
---|
589 | * macros/signal.cc
|
---|
590 | - change some things
|
---|
591 | * programs/falseSource.cc
|
---|
592 | - change some mathematical functions to root equivalents
|
---|
593 | * programs/psffit.cc
|
---|
594 | - add <stdlib.h> library
|
---|
595 |
|
---|
596 | 2004/05/11: Ester Aliu
|
---|
597 | * programs/makeHillas.cc, programs/makehillas.datacard
|
---|
598 | - add island calculations
|
---|
599 |
|
---|
600 | 2004/05/11: Javier Rico
|
---|
601 | * programs/makeHillas.cc
|
---|
602 | - prevent it from bombing because of the mjobs
|
---|
603 |
|
---|
604 |
|
---|
605 | 2004/05/10: Javier Rico
|
---|
606 | * programs/Makefile
|
---|
607 | - specify libmars.so with absolute path
|
---|
608 |
|
---|
609 |
|
---|
610 | 2004/05/07: Javier Rico
|
---|
611 | * programs/pedvsslices.cc
|
---|
612 | - added
|
---|
613 |
|
---|
614 |
|
---|
615 | 2004/05/05: Ester Aliu
|
---|
616 | * library/MPSFFitCalc.cc library/MSrcRotate.cc
|
---|
617 | - change some mathematical functions to root equivalents
|
---|
618 |
|
---|
619 | * library/MIslands.[h,cc], library/MIslandCalc.[h,cc],
|
---|
620 | library/MIslandClean.[h,cc]
|
---|
621 | - added
|
---|
622 |
|
---|
623 | * library/Makefile, library/IFAELinkDef.h
|
---|
624 | - add MIslands, MIslandCalc, MIslandClean
|
---|
625 |
|
---|
626 | 2004/05/05: Javier Lopez
|
---|
627 | * library/MFHVNotNominal.[h,cc]
|
---|
628 | - filter to flag events(pixels) with non nominal hv
|
---|
629 |
|
---|
630 | * macros/hvnotnominal.C
|
---|
631 | - macro to test MFHVNotNominal filter
|
---|
632 |
|
---|
633 | 2004/05/05: Javier Rico
|
---|
634 | * library/MSrcTranslate.[h,cc]
|
---|
635 | - added
|
---|
636 |
|
---|
637 | * library/Makefile, library/IFAELinkDef.h
|
---|
638 | - add MSrcTranslate
|
---|
639 |
|
---|
640 | * library/MSrcRotate.[h.cc]
|
---|
641 | - adapted to changes in MObservatory and MAstro
|
---|
642 |
|
---|
643 | * programs/falseSource.cc programs/falsesource.datacard
|
---|
644 | programs/srcPos.cc programs/srcpos.datacard
|
---|
645 | - added
|
---|
646 |
|
---|
647 | * programs/Makefile
|
---|
648 | - add falseSource and srcPos
|
---|
649 |
|
---|
650 | * macros/signal.C macros/signalPoint.C
|
---|
651 | - added
|
---|
652 |
|
---|
653 | 2004/05/03: Javier Rico
|
---|
654 | * makeHillas.cc
|
---|
655 | - put back Jobs for pedestal and calibration parts
|
---|
656 |
|
---|
657 | * .rootrc
|
---|
658 | - added
|
---|
659 |
|
---|
660 | 2004/05/03: Javier Rico
|
---|
661 | * library,programs,macros,*:
|
---|
662 | - new directories added
|
---|
663 | - directory macros contains macros (.C) and scripts (.sh)
|
---|
664 | - directory programs contains root compilables and associated
|
---|
665 | [input] files
|
---|
666 | - directory library contains routines to be linked with libmars.so
|
---|
667 |
|
---|
668 | 2004/04/30: Javier López
|
---|
669 | * alpha_plot.C
|
---|
670 | - macro to display hillas disttributions with corrected
|
---|
671 | miss pointing
|
---|
672 |
|
---|
673 | * srcPosRun.sh
|
---|
674 | - Script to produce the file with the positions of UMa51 using
|
---|
675 | psffit executable
|
---|
676 |
|
---|
677 | * MSrcPosFromFile.[h,cc]
|
---|
678 | - Tool to correct the position of the source for on and off data
|
---|
679 | from a file
|
---|
680 |
|
---|
681 | * psffit.C & psffit.cc
|
---|
682 | - Macro and executable to calculate the mean position of a star.
|
---|
683 |
|
---|
684 | * MPSFFit.[h,cc] & MPSFFitCalc.[h,cc]
|
---|
685 | - Container and taks to do calculation of the psf and position of
|
---|
686 | stars.
|
---|
687 |
|
---|
688 | 2004/04/28: Javier Rico
|
---|
689 | * makeHillas.cc, makehillas.datacard
|
---|
690 | - Use MJPedestal and MJCalibration and simplified datacard
|
---|
691 |
|
---|
692 | * Makefile
|
---|
693 | - include mjobs
|
---|
694 |
|
---|
695 |
|
---|
696 | 2004/04/28: Javier Rico
|
---|
697 | * mifae/Changelog
|
---|
698 | - Added. Next changes in directory mifae will be reported
|
---|
699 | exclusively in here
|
---|
700 |
|
---|
701 |
|
---|
702 | 2004/04/27: Javier Rico
|
---|
703 | * mifae
|
---|
704 | - Add new directory for IFAE temporal stuff
|
---|
705 |
|
---|
706 | * mifae/Makefile,IFAEIncl.h,IFAELinkDef.h
|
---|
707 | - Add basic stuff to run the directory
|
---|
708 |
|
---|
709 | * mifae/MDCA.[h,cc]
|
---|
710 | - Add Commichau & Starks's MDCA (provisional)
|
---|
711 |
|
---|
712 | * mifae/makeHillas.cc,makehillas.datacard
|
---|
713 | - Add program to generate hillas parameters' file
|
---|