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

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