source: trunk/MagicSoft/Mars/NEWS@ 6232

Last change on this file since 6232 was 6208, checked in by gaug, 20 years ago
*** empty log message ***
File size: 27.9 KB
Line 
1 -*-*- END -*-*-
2 *** Version <cvs>
3
4 - Kalibration is now done autmatically into equiv. photo-electrons like
5 decided by the CB.
6
7 - Reference lines in the display can be read from conf. file
8
9 - Interlaced cal. events are now handled correctly by callisto.
10
11 - High-Gain vs. Low-Gain calibration constants can be calculated (but not
12 yet applied) in callisto.
13
14 - class MJCalibTest can be called by callisto
15
16 - interpolated pointing positions are now in Tree "Events" after calibration
17
18 - callisto can now run with three data types: rawdata, rootdata, MC
19
20 - added two classes mreport/MReportStarguider.cc and
21 mreport/MReportStarguider.h for implementing starguider-data
22
23 - For implementing the starguider-data the class MReportStarguider has
24 been added to mreport/ReportLinkDef.h and to mreport/Makefile
25
26 - added two containers ( MReportStarguider, MTimeStarguider ) and
27 added MReportStarguider to the list in merpp.cc
28
29 - Fixed bug in MHHadronness.cc which made that the displayed Q-factor
30 values were lower than they should. This was more visible for high
31 energy (Size) events.
32
33 - Made MExtractTimeAndChargeDigital Filter the default for callisto
34
35 - added a new loop to callisto to support the correct extraction of
36 the pedestal and pedestal rms through the signal extractor
37
38 - added class to perform fourier tranformation of a hexagonal structure
39 (MHexagonalFT)
40
41 - added class to perform fourier tranformation of a hexagonal structure
42 in a tasklist (MHexagonalFTCalc) example: hft.C
43
44 - added class to enhance the MCerPhotEvt from the Magic camera geometry
45 MGeomCamMagic to a enhanced geometry MGeomCamMagicXT having only
46 small pixels, example: extendcam.C
47
48 - added possibility to write data to memory (TTree) using MReadTree
49
50 - added possibility to read a TTree stored only in memory by MReadTree
51
52 - new classes to deal with the interleaved calibration events:
53 MTriggerPattern, MTriggerPatternDecode and MFTriggerPattern
54
55 - implemented filters to callisto to skip calibration events
56
57 - changed callisto to calculate three kinds of pedestals and pedestal rms:
58 + fundamental pedestal (MPedPhotFundamental): extracted directly from
59 the slices by statistics
60 + pedestal from extractor (MPedPhotFromExtractor): extracted with the
61 signal extractor without randomization
62 + random pedestal from extractor (MPedPhotFromExtractorRndm): extracted
63 with the signal extractor with randomization (extraction window is
64 randomly fixed)
65 The thir kind of pedestal is not yet implemented (for speed reasons) as
66 long as nobody really needs it:
67 + pedestal from extractor with randomizatiuon (MPedPhotFromExtractorRndm):
68 extracted with the signal extractor with randomization
69
70 - implemented data reduction in calibrated data by reducing the precision
71 of the stored floating point values (pedestal, rms and signal) to
72 roughly 0.5%
73
74 - fixed showplot to make file format conversion (eg. converting a
75 status display stored in a root file into a postscript file) in
76 batch mode possible:
77 showplot -b --save-as-ps[=outfile.ps] infile.root
78
79
80
81 *** Version 0.8.6 (2004/10/05)
82
83 - New combined signal and time extractor
84 MExtractTimeAndChargeDigitalFilter
85
86 - The Report for the trigger section in the CC run summary has been
87 updated, and now the IPRs (Individual Pixel Rates) are available.
88
89 - new macros for database interaction: filldotrun.C, filldotrbk.C
90
91 - added new program which can convert colored output which was redirected
92 into a file back into colored text (for example to display it with
93 more): showlog
94
95 - added new program to display an MStatusArray of plots (stored with
96 MStatusDisplay) from a file: showplot
97
98 - Added support for Sequences (MSequence). Sequences are blocks of run
99 files containing the same calibration and belonging to the same
100 source
101
102 - Added a new task (MTaskEnv) which can be used in setup files to switch
103 between different tasks (for example to choose a signal extractor)
104
105 - Implemented automatic file splitting in MWriteRootFile
106
107 - After image cleaning an island index is assigned to all used pixels.
108 The index corresponds to the order of the islands in size.
109
110 - added a cleaning which takes signal height _and_ arrival time into
111 account: probability cleaning (for more details see MImgCleanStd)
112
113 - added a cleaning which takes takes the absolute number of photons
114 times the area ratio as cleaning level
115 (for more details see MImgCleanStd)
116
117 - Changed calculation of image parameters such, that it can be done
118 for all used pixels or the pixels with a defined island index only
119
120 - implemented new image parameters displaying the number of islands,
121 saturated hi-gain and lo-gain pixels (MImagePar, MHImagePar)
122
123 - event display in executable changed to support also calibrated files
124 (done with MJCalibrateSignal)
125
126 - added program doing the calibration and the signal extraction
127 and signal calibration: callisto Most part of the setup is done
128 by a resource file: callisto.rc
129
130 - implemented support for pixels with negative IDs (Raw file format
131 version 4)
132
133 - implemented an new option in merpp (--auto-time) to get the time
134 range for cc and/or caco data from the run header of the raw data
135
136 - New star-program (star and MJStar). Taking calibrated data from
137 callisto/MJCalibrateSignal as input. The setup is done through
138 a resource file: star.rc
139
140 - Added possibility to setup the eventloop in the mars-executable
141 Camera Display by a resource file: mars.rc
142
143 - The the mars-executable Camera Display can now also read
144 calibrated data files written by callisto/MJCalibrateSignal
145
146 - Added a new class which can calculate the source position in
147 the camera from a pointing model known to be correct and
148 the pointing model used for observations (MSrcPosFromModel)
149
150 - added a new version of the class calculating the effective on-time
151 MHEffectiveOnTime. It unifies the old classes MHEffOnTime,
152 MHEffOnTimeTime, MHEffOnTimeTheta, MHTimeDiff, MHTimeDiffTime and
153 MHTimeDiffTheta.
154
155 - added the possibility to count how often a signal is above (or
156 below) a certain threshold in MHCamEvent and MHCamEventRot (this
157 can replace MHTriggerLvl0)
158
159 - added ore convinient ways to set the axis-titles of your histograms
160 in your macro to some MH-classes like: MH3, MHVsTime, MHSectorVsTime,
161 MHPixVsTime, MHVsTime, MHCamEvent and MHCamEventRot
162
163
164
165 *** Version 0.8.5 (2004/08/06)
166
167 - new Signal Extractors: MExtractFixedWindowSpline
168 and MExtractAmplitudeSpline
169
170 - implementes interleave in merpp to be able to merpp parts of a file
171
172 - implemented force-functionality to merpp
173
174 - star display to display star catalogs (MAstroCatalog)
175
176 - star display to 'mirror' stars to the camera (MAstroCamera)
177
178 - implemented a new cleaning option which allows cleaning scaled with
179 the real ratio of the rms depending on the pixel size, not only the
180 square root of the pixelsize (MImgCleanStd, MCameraData)
181
182 - removed obsolete MBlind* classes
183
184 - Signal extractor taking the AB flag into account implemented (this makes
185 an odd number of slices for signal extraction possible
186 (MExtractSignalABcorr)
187
188 - implemented a class extracting the pedestal from the raw-data (events)
189 itself using empty lo-gain (MpedCalcFromLoGain)
190
191 - Added mean values to MPedPhotCam
192
193 - Added Makefile for Darwin (this OS is NOT officially supported!)
194
195
196
197 *** Version 0.8.4 (2004/04/19)
198
199 - new fast arrival time extractor using cubic splines:
200 MExtractTimeFastSpline
201
202 - implementes multi-argument support in MDataChain
203 ("pow(a, b)")
204
205 - implemented double reference support in MDataChain
206 ("MCameraLV.fPowerSupplyA.fVoltagePos5V")
207
208 - added support in MF for expressiond like
209 "MHillas.fWidth<2*<MHillas.fLength"
210
211 - MDataChain is now able to support variables like [0], [1], ...
212 which can be used in fit functions as parameters. The interface
213 is implemented through the new virtual function
214 MParContainer::SetVariables
215
216 - added new class MArrivalTimeCam/MArrivalTimePix:
217 Storage containers to hold the ArrivalTime of the camera/pixel
218
219 - added new classes for the calibration of relative arrival times:
220 MCalibrationRelTimePix and MCalibrationRelTimeCam
221
222 - added new classes to extract the signal of the blind pixel and the
223 PIN Diode separately: MExtractBlindPixel and MExtractPINDiode
224
225 - added new classes for the bad-pixels treatment (MBadPixels*)
226 which are more powerfull than the old ones (MBlindPixel*)
227 and will replace them.
228
229 - added filter against cosmics: MFCosmics
230
231 - added new class MArrivalTimeCalc2:
232 Calculates the arrival time as the signal weighted mean of the time
233 slices in the maximum window
234
235 - added a new macro call pointspreadfucntion.C that fits with a 2D
236 gaussian the DC spot for an star. It gives you the RMS of
237 the PSF and the center of the star, very useful for misspointing
238 studies.
239
240 - added support for multi-telescope camera files. Added classes
241 MStereoCalc and MStereoPar, classes to calculate and store shower
242 parameters calculated from the data of two telescopes, for the MC
243 studies regarding the MAGIC clone.
244
245 - added MMcCalibrationCalc, MMcCalibrationUpdate, classes to obtain
246 MC data calibrated in photons instead of ADC counts.
247
248 - added three macros to show the calibration and analysis chain of
249 MC data. The macro starmc.C does both calibration and analysis, producing
250 an output containing Hillas parameters for each event. The macro
251 mccalibrate.C does just the calibration and writes out a file containing
252 pixel information in photons instead of FADC data. The macro starmc2.C
253 reads in such a file and produces an output with Hillas parameters.
254
255 - added MPedPhotCalc to compute pedestals in units of photons, see
256 macro pedphotcalc.C
257
258 - added all class to perform the calibration, see macro calibration.C
259
260 - added class MFFT to perform Fast Fourier Transforms
261
262 - added class MSimulatedAnnealing to perform simulated annealing
263 minimizations
264
265 - added new macro bootcampstandardanalysis.C which holds the skeleton
266 of the analysis chain discussed in the december bootcamp.
267
268 - added support for DAQ raw data file format V2
269
270 - implemented an arbitrary time stamp for the events from raw-data
271 files with file version<3. It is calculated from the run number,
272 the date of start and the FADC clock tick from the first module
273
274 - implemented the correct decoding of the event time-stamp
275 coming from the DAQ for raw-data files with file-version>2
276
277 - added a new classes storing the pedestals in units of photons:
278 MPedPhotPix, MPedPhotCam
279
280 - added support for DC current files from the camera control
281
282 - added support for start- and stop-time when merpping report files
283
284 - added MReportCC storing the weather data from the CC-REPORT
285
286 - added class to fill trainings and test matrices (MTFillMatrix)
287
288 - added a filter performing a software trigger (MFSoftwareTrigger)
289
290 - Added classes to perform parts of the standard analysis (Jobs):
291 + MJPedestals
292 + MJCalibration
293 + MJExtractSignal
294 Note: All of them are preliminary!
295
296 - Added Iterator to iterate over files giving only the run-number
297
298 - Added class (MHSectorVsTime) and example (sectorvstime.C) to plot
299 the evolution of a sector vs time
300
301
302
303 *** Version 0.8.3 (2003/12/05)
304
305 - adapted Random Forest classes to allow the use with MC
306 multi-telescope files which can be produced with the coming
307 camera version 0.7.
308
309 - added classes to read and interprete central control report files
310 (Directory: mreport, Base-Class: MReport, Reader: MReportFileRead, ...)
311
312 - enhanced merpp (the executable) to support .raw and .rep files.
313
314 - added classes for light calibration (MCalibration* and
315 MHCalibration*) by Markus Gaug. Further work has to be and will
316 be done soon.
317
318 - Added a preliminary 'synchronizer' (MReadReports) which will
319 replace MReadMarsFile as soon as it is finished.
320
321 - Added a tutorial macro demonstrating how report files are merpped
322 and how they can be read from the root file in the correct order
323 of time (readrep.C)
324
325 - Added a generalized histogram (similar to MH3) called MVsTime
326 which allows to plot variables (or rules - MDataChain - of
327 variables) vs time. For an example have a look at tempvstime.C.
328
329 - Changed the name of the event trees:
330 + Events --> Events
331 + PedEvents --> Pedestals
332 + CalEvents --> Calibration
333
334 - changed name of MTime in the event trees from MRawEvtTime to MTime
335
336 - added displaying the sector indices to the mars event display
337
338 - Magic Online Analysis (MOnA) implemented in a first version
339 (see mona.cc, MOnlineDump and MOnlineDisplay)
340
341 - added classes to calculate event rate
342 (preliminary: MEventRateCalc, MEventRate)
343
344 - added new executable 'readdaq' to read *.raw files from the DAQ directly
345
346 - added classes dealing with the telescope pointing position (MPointing*)
347
348 - implemented the 'final' Mars time stamp based on some experiences with
349 the new 'Synchonizer'
350
351
352
353 *** Version 0.8.2 (2003/11/10)
354
355 - accelerated standard analysis by a factor of 6-8 ...
356 + doing precalculations in MGeomCam for the pixel area ratio
357 + creating a look up table for the single pixels in MCerPhotEvt
358
359 - added task to calculates weights in case you want to 'change'
360 the energy spectrum of a monte carlo file
361 (MMcWeightEnergySpecCalc - Great work from Marcos Lopez Moya)
362
363 - added a new executable star which implements the
364 star.C macro as precompiled executable. Currently a flexible
365 setup is not possible, but a 'input card' setup will follow.
366
367 - Starting to implement Multi-Telescope-Support based on the
368 upcomming camera version 0.7. The base for a general support
369 is implemented and the star-functionality is proven to work.
370
371 - Replaced Event-Display in and Camera-Display in the Mars GUI
372 executable by a more convinient display base on MStatusDisplay.
373
374 - fixed the algorithm for the blind pixel treatment (MBlindPixelCalc)
375
376
377
378 *** Version 0.8.1 (2003/10/20)
379
380 - added signal subtraction for pure on data by means of fitting
381 the background in the off region or by performing a combined
382 signal/background fit. Provides necessary histograms for
383 obtaining energy spectra and a light curve.
384
385 - added classes to perform and study the selection of the
386 2nd Level Trigger on MC data (example in triglvl2.C macro)
387
388 - added pedestal calculation
389
390 - implemented "democratic cleaning" (tail cut value proportional
391 to pixel area) according to Wolfgang's suggestion.
392
393 - added Sigmabar treatment (calculation and basic histogramming)
394
395 - added basic routines to apply padding
396
397 - added first implementation of MARS-based source visibility plotter
398 (needs to be linked against slalib, preliminary version)
399
400 - enhanced functionality of data chains: random numbers, conversion
401 functions and access to MHMatrix objects
402
403 - fixed some bugs in the CT1 Preproc file reader, which gave wrong
404 numbers under certain circumstances (runs with 0 events included)
405
406 - fixed a bug in the general filter MF (didn't work on some systems
407 at all)
408
409 - fixed a bug in chaining files, which caused the analysis to crash or
410 ignore files
411
412 - implemented more geometry classes describing the parameters used
413 to simulate the PMT camera
414
415 - added new Monte Carlo classes containing the setup of the different
416 programs in the MC chain.
417
418 - added a (preliminary) general task to evaluate chi-square of a given
419 parameter in an eventloop.
420
421 - first implementation of a container describing the observatory
422 location (Long, Lat, etc)
423
424 - added Random Forest - method for g/h-separation
425
426 - made compatible with the latest PRO version of root (3.04/02 and 3.05/07)
427 (this means, that it is compiling, but not yet fully tested)
428
429 - added a new status display which can show the present status
430 of histograms while an eventloop is running (MStatusDisplay,
431 an example can be found at status.C)
432
433 - reorganized directories:
434 classes describing the image --> mimage
435 classes containing Monte Carlo Histograms --> mhistmc
436 classes for Random Forest method --> mranforest
437
438 - added (event-)weights to fill histograms
439
440 - colors in logging output to screen
441
442 - changes to the Image Parameter declaration:
443 + moved fConc, fConc1 from MHillasSrc to MNewImagePar
444 + moved fNumUsedPix, fNumCorePix from MHillas to MNewImagePar
445 + MHillasExt now derives from MParContainer instead of MHillas
446 --> Files written with the old definition are more or less unreadable
447
448 - reading of reflector files
449
450 - display data from reflector files in the camera
451
452 - implemented currents (and display them in the camera)
453
454 - logarithmic scale in camera
455
456 - added class to iterate through directory contents (MDirIter)
457
458
459
460 *** Version 0.8 (2002/11/18)
461
462 - added all subdirectories as Include-Paths for ACLIC (s. rootlogon.C)
463
464 - corrected 48(!) wrong entries in the Next Neighbor table of the
465 Magic Camera (all in the inner part of the outer ring, mostly
466 missing a single NN)
467
468 - Fixed a bug in the table describing the Next Neighbours of the
469 CT1 camera (a pixel 127 doesn't exist and the pixel 126 didn't
470 have any neighbour)
471
472 - changed trigrate.C: now it calculates the pure NSB triggers from
473 a camera file (generated with no showers), so there is no need
474 to introduce them by hand in the BgR array (for more details
475 please ask Abelardo)
476
477 - added MHHadronness (and MHadronness) as a general facility to evaluate
478 the quality of a gamma-hadron seperation method
479
480 - changed MWriteAsciiFile to accept rules (MDataChain)
481
482 - Calls to MWriteAsciiFile::AddContainer and MWriteAsciiFile::AddRule
483 must be replaced by calles to MWriteAsciiFile::AddColumn and
484 MWriteAsciiFile::AddColumns. Be carefull, the arguments have slightly
485 changed.
486
487 - Implemented generalized event-matrices (one row per event)
488 (MHMatrix)
489
490 - implemented the one dimensional composite probabilities
491 (MHCompProb, MCompProbCalc, comprob.C)
492
493 - implemented the Multidimensional Distances (Next Neighbours, Kernel)
494 (MMultiDimDistCalc, multidimdist.C, multidimdist2.C, MHMatrix)
495
496 - Added a camera display displaying the pixel numbers to the
497 event display gui.
498
499 - Added Monte Carlo Informations to event display gui
500
501 - Changed the camera display to display the pixel numbering
502
503 - Added three buttons to the camera display to change the palette
504
505 - Added the number of used and core pixels after image cleaning
506 to MHillas
507
508 - Changed the algorithm used in MHillas according to TDAS 02-03
509
510 - Changed the Alpha range according to TDAS 02-03 to [-90°,90°]
511
512 - Changed the algorithm used in MHillasSrc according to TDAS 02-03
513
514 - Added fCosDeltaAlpha to MHillasSrc
515
516 - The numbers of photons used to calculate fConc and fConc1 in
517 MHillasExt are now scaled with the pixel size, so that one get
518 a four times smaller value for the bigger pixels in the outer ring.
519
520 - added new task to smooth the camera contents (MCameraSmooth)
521
522 - added possibility to use interpolated pixel values for blind pixels
523 instead of removing it completely from the analysis
524
525 - Implemented the possibility to save the whole eventloop with
526 its setup to a file. This information can be read and from
527 it you can (re)create a Macro. See MEvtLoop::Read, MEvtLoop::Write
528 and MEvtLoop::MakeMacro. If you find something not working, please
529 report - this stuff is still in a beta phase.
530
531 - MBlindPixelCalc set all Ceta-Tauri pixels to unused not only for the
532 file having crab starfield, but also for all following files - fixed
533
534 - MTaskList::PrintStatistics can now be instructud to print also the
535 title, too: use PrintStatistics(0, kTRUE)
536
537 - Changed the image cleaning so that pixels with to many 'used'
538 neighbors are left used (to get rid of 'holes' in events)
539
540 - Introduced more output to the camera displays
541
542 - Added an array of histograms (eg one hist per run), MHArray
543
544 - Added a _preliminary_ version of the reader for CT1 PreProc files
545 (MCT1ReadPreProc)
546
547 - Fixed the error calculation of MHMCollectionArea and MHMcIntRate
548 (thanks to Raquel)
549
550 - added the first energy estimator (MEnergyEstParam, estimate.C,
551 estfit.C) using a parametrization
552
553 - Added some new Monte Carlo paremeter containers used to store
554 setup information from the MC chain (MMcConfigRunHeader,
555 MMcCorsikaRunHeader, MGeomPMT, MGeomMirror)
556
557
558
559 *** Version 0.7 (2002/04/30)
560
561 - added a bugfix to MCerPhotCalc. In older camera versions (<=40)
562 the pedestal mean value was saved incorrectly. For files from
563 this versions we substract 0.5 from the pedestal mean.
564 WARNING: This may effect your results, so don't wonder...
565
566 - First implementation of an algorithm using only triggered events
567 for the collection area calculation
568
569 - Ascii Output can now also be used for parameter containers which
570 doesn't overload MParCointainer::AsciiWrite
571
572 - The Ascii Output is now also capable of writing single data members
573 of one container
574
575 - You are now able to change the order of the values written to the
576 ascii file
577
578 - You can now specify a conversion factor for each data member written
579 to an ascii file. This may be usefull to change the units of the
580 data member (eg. degrees instead of millimeters in case of the
581 hillas parameters)
582
583 - Replaced old MHillas by a new structure which allows you to extend
584 the parameters stored in MHillas very easily:
585 see MHillas and MHillasExt
586
587 - Added classes to handle source dependancy of image parameters:
588 see MHillasSrc
589
590 - Added container (MBinning) to have a standard input for the binning
591 in different histograms (eg. the Energy bins should be the same in
592 all histograms)
593
594 - Changed Hillas histograms from mm to deg
595
596 - Added the flexible binning to the hillas histograms
597
598 - Added a filter for the alpha parameter (MFAlpha)
599
600 - It is now possible to write single data members of a class object to
601 an output stream instead of the whole container only
602
603 - Added a generalized filter for a data member:
604 MFDataMember filter("MHillas.fWidth", '<', 0.5);
605
606 - Added a generalized Filter parser for more difficult filter rules
607 MF filter("MHillas.fWidth<0.5 && MHillas.fLength>0.5");
608
609 - Added new Monte Carlo histograms:
610 MHMcEnergyImpact and MHMcEfficiency
611
612 - Added many new histograms needed for the flux calculation.
613
614 - Added a generalized histograms which can fill and show up to three
615 data members in either a one-, two- or three-dimensional histogram, eg:
616 MH3 mh3("MHillas.fWidth", "MHillas.fLength");
617
618 - Added:
619 * calculation of <Theta> as a function of Theta (MHThetabarTheta)
620 * calculation of <Theta> as a function of time (MHThetabarTime)
621 they are needed in the flux calculation in
622 order to select for a given bin in Theta (or time) the appropriate
623 effective collection area, which is assumed to be given as a function
624 of Theta and the true energy
625
626 - Added calculation of the migration matrix in the energy
627 (MHMcEnergyMigration):
628 the migration matrix describes the migration from the true (E_true)
629 to the estimated energy (E_est); it is needed to determine the
630 distribution of E_true from the measured distribution of E_est
631 by unfolding
632
633 - changed the color palette in the camera display to DeapSea.
634
635
636
637 *** Version 0.6 (2002/01/15)
638
639 - Introduce the option of disable pixels (MBlindPixels and
640 MBlindPixelCalc) for the analysis (eg MHillasCalc) to be
641 able to deal with Star Field NSB.
642
643 - Fixed a bug in the pedestals substraction
644
645 - Introduced verbosity levels
646
647 - Introduced a task (MReadMarsFile) which reads the RunHeader tree, too.
648
649 - Fixed several bugs in MFTriggerLvl1 which caused to filter not to
650 work correctly (thanks to Abelardo)
651
652 - Introduced correct treatment of the diffuse Night Sky Background
653 and NSB (MMcPedestalNSB)
654
655 - Corrected treatment of the electronic noise (MMcPedestalCopy)
656
657 - Introduced MMcRunHeaders which contains monte carlo run informations
658
659 - Added a 'Print'-Task (MPrint) which calls the Print function
660 of a parameter container for each event
661
662 - Removed MHtml (was replaced by THtml of root 3.02) in dohtml.C
663
664 - changes to be more efficient with root 3.02/06
665
666 - root 3.02/06 fixes:
667 + the memory leak when reading MRawEvtData
668 + loosing more time than necessary to update the progress bar
669
670 - MWriteAsciiFile is now capable of writing more than one container
671 in a line. For example: To be able to write Monte Carlo and
672 Hillas values (energy and alpha) in one line.
673
674
675
676 *** Version 0.5 (2001/11/06)
677
678 - Added new GUI functionality (Analysis)
679
680 - Added a camera display to be able to display events in the camera
681 together with the calculated hillas ellipse
682
683 - Added a 'Clone'-Task (MClone) which can clone a parameter container
684 object at any state of the analysis, so that the output are several
685 states
686
687 - Fixed a bug in the collection area error calculation
688 (Thanks to Ciro and Abelardo)
689
690 - Fixed a bug which causes merpp to crash in some environments
691
692 - Implemented auto enabling scheme for Branches to speed up reading
693 a lot (see MReadTree and MTask)
694
695 - Fixed a bug in the Histogram classes which caused histograms to
696 be written to a file by MWriteRootFile without request
697
698 - changed the object I/O from the old stylish root I/O to the new
699 'auto evolution scheme' This was done only for classes which are not
700 yet used in Monte Carlo files, so that these files are still readable.
701
702 - Added support for a progress bar in MEvtLoop and MReadTree
703 (see the Analysis Window in Mars for an example)
704
705 - Fixed a bug in the package creation which disturbed the conversion
706 between a mars version unpacked from a tar file and the repository.
707
708 - Changed the code to writer merpped (converted into root format)
709 raw files, to get faster (around 10%)
710
711
712
713 *** Version 0.4 (2001/09/20)
714
715 - This release is made to compile on a root version >= 3.00
716
717 - Fixed a bug which causes MReadTree to read the first file only
718
719 - Added a task to compute the trigger rate (MMcTriggerRateCalc)
720
721 - Added a task to write a container to an Ascii file (MWriteAsciiFile)
722
723 - Added a task to write several container to a root file (MWriteRootFile)
724
725 - Added calculation of the Enegry Threshold (MMcThresholdCalc)
726
727 - Added calculation of the collection area (MMcCollectionAreaCalc)
728
729 - fixed some bugs in the Hillas calculation
730
731 - added filters to be able to control the task execution dependent on
732 a parameter (for example: the number of level 1 triggers in a MC-file)
733
734
735
736 *** Version 0.3 (2001/04/23)
737
738 - Many demo macros added
739
740 - MCT1ReadAscii is now able to handle more than one file (s. ::AddFile)
741
742 - Hillas Calculation added
743
744 - Standard image cleaning available
745
746 - MReadTree is now able to handle more than one file
747 (Remark: of the same structure)
748
749 - Now we are able to display events in a first version of the
750 Camera event display. To do this we must run the macro
751 "macros/readCT1.C" to read data from CT1.
752
753
754
755 *** Version 0.2 (2001/01/24)
756
757 - First Implementation of a Gui to read the raw data. Start the
758 gui with the command mars.
759
760
761
762 *** Version 0.1 (2000/12/20)
763
764 - First official release 0.1
765
766 - Changes:
767
768 + changed calling style of MRawPixelIterator from do...while to
769 while-loop
770
Note: See TracBrowser for help on using the repository browser.