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

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