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