source: trunk/MagicSoft/Mars/NEWS@ 6057

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