source: tags/Mars-V0.9.4.1/NEWS@ 17542

Last change on this file since 17542 was 7292, checked in by tbretz, 19 years ago
*** empty log message ***
File size: 52.2 KB
Line 
1 -*-*- END -*-*-
2
3 *** Version 0.9.4.1 (2005/08/18)
4
5 - callisto: fixed some problems with the calibration in case of
6 inteleaved events. Therefor the final and some intermediate
7 fits are skipped which would take place on partly filled #
8 histograms and gave wrong results or failed completely.
9
10 - callisto: If the intermediate finalization of the histograms
11 calculating the mean charge of the calibration signal fails
12 it is counted now and printed in PostProcess of MCalibCalcFromPast.
13
14 - ganymed: Fixed some bugs which caused problems in On-only mode.
15 Still the false source plot doesn't give reasonable results.
16
17
18
19 *** Version 0.9.4 (2005/08/05)
20
21 - general: Fixed the ZA binning. It didn't correctyl fit the
22 MC binning
23
24 - general: Added a class to correct for the missfocussing in
25 April (MSrcPosCorrect)
26
27 - general: Random Forest energy estimator should now work properly
28
29 - general: MHCamera now displays the profiles in deg instead of mm
30
31 - general: MH::SetPalette offers a lot of new palettes
32
33 - general: MHillas - the case of CorrXY==0 is now handled properly
34
35 - general: implemented the possibility to change the line and
36 marker style of a sky-grid drawn by MAstroCatalog
37
38 - general: Runs in sequences and datasets are now automatically
39 ordered (it is assumed that the order of their filenames correctly
40 represents the order of observations) to ensure correct reading
41 of the subsystem data
42
43 - general: Runs cannot be added to a sequence twice anymore. Also
44 Sequences cannot be added twice anymore to a dataset.
45
46 - general: fixed a bug in MAstro::Deg2Hms reported by Abelardo.
47 It gave wrong results by 1./2pi
48
49 - showplot: got a new option to start a root interpreter, too
50
51 - mars: now displays a rough estimate of Disp and the third moment
52
53 - mars: now displays the event time MTime if available
54
55 - mars: show muon parameters graphically
56
57 - mars: now the file to open can be given as commandline
58 argument
59
60 - merpp: Added support for new arehucas version >= 200507190
61 implementing values for three temperature sensors in the
62 counting house (MCameraAUX) and the name of the HV settings file
63 (MCameraHV).
64
65 - merrp: Also fixed some problems with wrong versions numbers stated
66 by arehucas and implemented some fixed for old versions (<200407070)
67
68 - callisto: MCalibrationHiLoCam can now be printed from its context
69 menu, eg in the TBrowser
70
71 - callisto: fixed logain offset (fgOffsetLoGain) from 1.7 to
72 - 1.39 (MExtractTimeAndChargeSpline)
73 - 1.40 (MExtractTimeAndChargeDigitalFilter)
74 This is important mainly for timing studies.
75
76 - callisto: Changed limits in MHCalibrationChargeCalc from
77 - -100.125 to -98 (fgChargeHiGainFirst)
78 - 1899.875 to 1902. (fgChargeHiGainLast)
79 - -100.25 to -99 (fgChargeLoGainFirst)
80 - 899.75 to 901. (fgChargeLoGainLast)
81 Introduced new limits:
82 - fgNumLoGainBlackoutLimit: 0.05
83 - fgLoGainBlackoutLimit: 3.5
84 - fgLoGainPickupLimit: 3.5
85
86 - callisto: The handling of automatic weights for the digital filter
87 has been improved. There are now new calibration weights special
88 for Monte Carlo calibrations.
89
90 - callisto: Updated Muon scale with latest results (1% difference
91 for most data, 5% for Mar/Apr'05)
92
93 - callisto: use a new criterium to exclude bad pixels: If the high-gain
94 was saturated and the blackout-events in the low-gain exceed the
95 fNumLoGainBlackoutLimit, the pixel is declared unsuitable.
96 This excludes those pixels which have a saturating high-gain
97 channel, but the low-gain switch does not switch often enough
98 to make the distribution reliable.
99
100 - callisto: fix a bug counting the number of saturated events. Up to now,
101 the number of saturated slices was counted (which is one for a not too
102 high number), but for some (pathological) pixels, many more slices
103 saturated and produced wrong limits.
104
105 - callisto: New options in in callisto.rc for MCalibrationRelTimeCalc:
106 + MCalibrationRelTimeCam.CheckFitResults: Yes
107 + MCalibrationRelTimeCam.CheckDeviatingBehavior: Yes
108 + MCalibrationRelTimeCam.CheckHistOverflow: Yes
109 + MCalibrationRelTimeCam.CheckOscillations: Yes
110
111 - callisto: introduce max. number of events for intercalibration,
112 the rest gets skipped. Default: 4096
113 The calibration causes too many un-reliable pixels if more
114 than about 5000 events are treated (@500 Hz) because of the
115 mode hopping of the VCSels. However, in the past, some
116 calibration runs have been taken (erroneously) with more
117 than 5000 events, especially the intensity scans where
118 a good precision is needed.
119
120 - callisto: Set UseExtractorRes to kTRUE, will raise the number of
121 photo-electrons for the spline extractor by 1-2% (correctly).
122
123 - callisto: The intercalibration is now done using a full f-factor
124 method instead of a simple update. This makes things slower but
125 more reliable in terms of gain-fluctuations and sudden VCSEL gain
126 changes.
127
128 - callisto: MPedestalY3 now uses the same extraction range as the data
129 as calculated by MPedestalY2
130
131 - callisto: A check of the fraction of allowed unsuitable (10%) and
132 unreliable (30%) pixels has been addded when the conversion is
133 calculated from interleaved events
134
135 - star: fixed a bug which caused MEffectiveOnTime containers not to
136 be written. In the worst case they were skipped almost all, in the
137 best case they were all ok. It depends on how often the new value
138 was assigned just with an event which was skipped later by another
139 task
140
141 - star: new histograms MHPointing and MHRate
142
143 - star: New tab (Currents) displaying the time evolution of the mean
144 DC currents
145
146 - star: New tab (MeanRms) displaying the time volution of the mean
147 Pedestal Rms
148
149 - star: Output now contains MReportStarguider
150
151 - star: Improved muon analysis. Due to the absense of a constant
152 for the gaus fit for arc width and the fact that the arcwidth
153 plot was a histogram instead of a profile the resulting psf
154 became pedestal rms dependant
155
156 - ganymed: added new plot (MHPhi) for wobble mode as described in
157 http://www.astro.uni-wuerzburg.de/results/ringmethod/
158
159 - ganymed: corrects now (correctly?) for the misspointing in
160 May/April 05
161
162 - ganymed: Two new default templates for ganymed.rc are avilable:
163 ganymed_onoff.rc and ganymed_wobble.rc
164
165 - ganymed: The first version of MFMagicCuts has been released
166
167 - ganymed: the Conc1 plot was incorrectly scaled in MHVsSize
168
169 - ganymed, sponde: There are two new options to determin the number
170 of bins for the signal region (NumBinsSignal) and the number of
171 total bins (NumBinsTotal) in the MHThetaSq histogram
172
173 - ganymed: optimized palettes for MHDisp
174
175 - ganymed: Fixed an important bug when using ThetaSq as fit function:
176 The result for the sigma of the gauss(sqrt(x)) fit was a factor
177 sqrt(2) to large
178
179 - ganymed: The false source plot (MHDisp) is now based on Disp
180 and a background model determined in the first loop is
181 subtracted
182
183 - ganymed: MFMagicCuts are now available in the cvs. The correct
184 solution for the disp ambiguity problem is now calculated using
185 the third moment. The third moment cut therefor is skipped.
186
187 - ganymed: Output now contains "Disp [MParameterD]" which sign is
188 already determined by the third moment along the major axis and
189 so its actual sign is aligned along the major axis of the shower.
190
191 - ganymed: If starguider data is available it is taken into account
192 when calculating the source position. This is especially important
193 for wobble data at high zenith angles and culmination data.
194
195 - ganymed: If available the starguider data is taken into account as
196 good as it is possible without a starguider calibration. To switch
197 it off add
198 MPointingDevCalc.MaxAbsDev: -1
199 to your ganymed.rc
200
201 - sponde: the zenith angle distribution is now weighted instead of
202 choosen by default. This gurantees higher statistics in the highest
203 and lowest energy bins. To switch this behaviour off use...
204
205 - sponde: now automatically displays the energy threshold
206
207
208
209 *** Version 0.9.3 (2005/06/03)
210
211 - general: MMcEvt now derived from MMcEvtBasic which should
212 have no influence on compatibility with older camera files
213
214 - general: Implemented a new option to MReadReports which allows
215 to force reading of the first event of some trees (eg. Drive-tree)
216 before any other tree.
217
218 - general: Made a fix to MPointingPosCalc which assumes that the
219 run-type is real-data if Process is called before ReInit, such
220 that also the very first Drive-events in a run are treated
221 correctly.
222
223 - shoplot now displays the filename in the title bar of the window
224
225 - merpp: new options: --auto-time-start --auto-time-stop which
226 allow to cut updating with slow-control at the start- or
227 (previousle --auto-time only allowed: and) stop-time of
228 the run stored in the runheader.
229
230 - callisto: changed default of fgFallTimeHiGain in
231 MExtractTimeAndChargeSpline from 1.5 to 0.5. 0.5 was
232 already set as default in callisto_Dec04Jan05.rc
233
234 - callisto: the digital filter (MExtractTimeAndChargeDigitalFilter)
235 now changes the filename for new weights automatically for
236 cosmics, MC and for different calibration colors.
237
238 - callisto: a problem with the order of some code cause the
239 name of the weights file in MPedestalY2 to be ignored.
240 Wrongly the calibration_UV weights were used instead
241 of the cosmics weights set in callisto.rc.
242
243 - callisto: should allow ct1 pulser data when the color is
244 explicitly set also for pretty new runs
245
246 - callisto: a new option (MCalibrateData.ScaleFactor) allows
247 to introduce an additional scale factor (should be around 1)
248 to adapt for slight deviations in different extractors from
249 the MC calibration. For MC calibrations the scale factor
250 is fixed to 1
251
252 - callisto: MFCosmics should handle very high signals a bit
253 more accurate now
254
255 - callisto: when calculating the mean pedestal rms for different
256 pixel sizes or sectors also kUnsuitableEvt is now taken into
257 account - not only kUnsuitableRun
258
259 - callisto: '-raw' option is now the default
260
261 - callisto: A dead pixel check has been implemented in MJPedestalC2.
262 This has the advantage that mean values in the calibration (eg
263 arrival times) are calculated more accuratly.
264
265 - callisto: In the resource file callisto_Dec04Jan05.rc
266 MJPedestalY2.ExtractWinRight has been reduced from 4.0 to 2.0
267
268 - callisto: new Hi-/Lo-Gain intercalibration constants
269 hilocalib_sp1.root and hilocalib_sp1_mc.root
270
271 - callisto: changed default for MJPedestalY2.MaxEvents
272 from 2000 to 5000 like in callisto_Dec04Jan05.txt
273
274 - callisto: in MCalibrationChargeCalc the limit fgPheErrLowerLimit
275 has changed from 9.0 to 6.0. This is necessary to exclude two very
276 ringing pixels in September which - when kept - destroy the image
277 cleaning around them (Markus G.)
278
279 - callisto: (!) The Muon analysis of all data taken so far has
280 suggested that different extractors give slightly different
281 absolute results after calibration, due to there different
282 handling of the calibration- and cosmics pulse shape. Although
283 the over all calibration seems to be a bit to pesimistic (or
284 the MC seems to be a little bit - 3-5% - too much attenuated).
285 There for correction factors have been introduced which correct
286 the calibration constants by
287 0.956937799 for Digital Filter (callisto.rc)
288 and
289 0.904159132 for Spline (callisto_Dec04Jan05.rc)
290 calibration. The main advantage is, that both data types can
291 be easily analysed together and compared to the same MC sample.
292 The factors are choosen such, that the reference is now a
293 Monte Carlo sample calibrated with Digital Filter (callisto.rc)
294
295 - star: fixed a bug which caused the first bin of the histograms
296 vs time to disapear in PostProcess. This gave wrong results
297 on the screen. The output and all following programs not
298 directly accessing the histograms haven't been affected
299
300 - star, ganymed: Made sure that always the first Drive-tree event
301 is read and Processed before the first data event was read.
302
303 - ganymed: implemented the possibility to replace the standard
304 false source plot with a different one. For example: If
305 you want to use a Disp based FS plot use the resource:
306 NameHistFS: MHDisp
307 For details about the requirements of these plots look
308 at the corresponding classes
309
310 - MJOptimize: For On/Off and Wobble optimization MJOptimize
311 has been replaced by MJOptimizeCuts. To use MHThetaSq instead
312 of MHAlpha call MJOptimizeCuts("MHThetaSq"). Make sure in this
313 case MAlphaFitter is setup correctly. For On-Only optimization
314 MJOptimize has been Replaced by MJOptimizeCuts, too. Call
315 RunOn() instead of Run(). For energy estimation MJOptimize
316 has been replaced by MJOptimizeEnergy
317
318 - sponde: The input MC spectrum can now be weighted to fake a
319 different spectrum. This is done via MMcSpectrumWeight. For
320 more details see the class description and sponde.rc
321
322 - sponde: The paremeter comparsion plots are not scaled by
323 their entries anymore. Instead the MC plot is scaled by using
324 the result spectrum of the analysis. If the input MC spectrum
325 and the result spectrum has different slopes the absolut
326 normalization is normally wrong.
327
328
329
330 *** Version 0.9.2 (2005/05/20)
331
332 - general: Changed the default paths for calibrated data and image
333 files. (The implemented access to these files doesn't yet exist)
334
335 - general: support for MRunIter has been removed from the job classes
336 (use the setter functions of MSeqeunce instead)
337
338 - general: ProcessFile has been renamed to Process in all job classes,
339 because ProcessFile is missleading
340
341 - general: The storage of the palette in MHCamera is now possible
342
343 - general: new bits describing unsuitable and unreliable pixels have
344 been introduced in MBadPixelsPix: kPreviouslyExcluded,
345 kDeadPedestalRms, kFluctuatingArrivalTimes
346
347 - general: fixed reading of CC-REPORTS (weather data) for Arehucas file
348 versions newer than V200404070
349
350 - general: support for cc file versions newer than V200504130. Added
351 support for active loads (MCameraActiveLoad) and central pixel
352 (MCameraCentralPixel)
353
354 - general: added new histograms for image parameters versus size
355 (MHVsSize)
356
357 - general: The eventloop now automatically calls PrintStatistics
358
359 - Status Display: Improved support for printing:
360 + A default can now be set in .rootrc (for more details see
361 MStatusDisplay::PrintPS)
362 + A print dialog is opened so that printer and command line
363 can be canged
364
365 - showlog: improved such that it handles different verbosity levels
366 more accurate now. This mean you can suppress output when
367 using showlog.
368
369 - showplot: improved
370 + The new graphics formats have been implemented
371 (pdf, svg, png, jpg and xpm)
372 + Implemented an interface for printing. Because you can change
373 the printing command from the command line you can use all
374 the nice postscript tool. To print a booklet for example call:
375 showplot -b --print --print-cmd="cat %f" filename.root | lpr
376 showplot -b --print --print-cmd="psbook %f | psnup -2 | lpr" filename.root
377 showplot -b --null --print --print-cmd="psbook %f" filename.root > book.ps
378
379 - callisto: fixed a bug in the recognition of the calibration bit
380 pattern. Concerns only intensity calibration. (The strength of the
381 intensity has been updated in some cases)
382
383 - callisto: add a filter against PIN Diode events when running over
384 calibration runs since some of the recent calibration runs have
385 been taken with Pin Diode.
386
387 - callisto: added support for the runs 39942, 39944, 44834, 39941,
388 39943, 44833 in the calibration (MCalibColorSet)
389
390 - callisto: MJCalibration.MHCalibrationChargeCam.ProbLimit has
391 been set to 1e-18 in callisto_Dec04_Jan05.rc
392
393 - callisto: in callisto_Dec04Jan05.rc: set value for
394 MJPedestalY2.MaxEvents from 2000 to 5000 to get better
395 statistics for the calculation of the mean pulse time
396 of the cosmisc
397
398 - callisto: the charge limit in the calibration has been raised
399 from 2.5 to 4.5
400
401 - callisto: new setup read from callisto.rc
402 + MCalibCalcFromPast.fNumEventsDump
403 + MHCalibrationChargeCam.NumHiGainSaturationLimit
404 + MHCalibrationChargeCam.NumLoGainSaturationLimit
405
406 - callisto: MExtractTimeAndChargeSpline extractor:
407 + The integration ranges were shifted by 0.2 FADC slices to the right.
408 + unreliable handling of floating point values caused different
409 results on different platform or with different compiler options:
410 The new algorithm is numerically exact and more accurate because
411 it doesn't calculate the integration position by multiple times
412 adding the step-size (which results in numerical uncertanties
413 exspecially if multiplied with large numbers)
414 + A lot of fixes have been introduced which effects integrating the
415 spline at the edges of the valid range. In this case any memory
416 was randomly accessed. This behaviour can be tested replacing
417 all MArrayF by TArrayF which perform a range check (but of course
418 they are a lot slower)
419 ! No result obtained with the Spline before can be trusted! Due to
420 random memory access it might by completely random!
421
422 - callisto: set new defaults in MExtractTimeAndChargeDigitalFilter:
423 + extraction range in the high gain to 4.
424 + weights file to cosmics_weights46.dat
425
426 - callisto:
427 + introduce the check for fluctuating arrival times.
428 + set charge limit to from 2.5 to 4.5
429 + introduce asymmetric exclusion due to "deviating number of phes":
430 Default: -9.0 +4.5
431 + make deviating number of phes unsuitable (see David's findings).
432
433 - callisto: fixed the display of unsuitable pixels. The old change
434 to a real profile in MHCamera broke it.
435
436 - callisto: The cosmics filter is used in MJCalibration now
437 independant of the pulser color (formaly it was used only for
438 CT1-pulser data). The threshold of number of max empty pixels
439 has been raised from 2% to 5% in MJCalibration. The maximum
440 fraction of rejected event is 50% otherwise the calibration has
441 failed. The filter now ignores unsuitable pixels.
442 Setup the filter from callisto.rc using "ContCosmics"
443 (see MFCosmics::ReadEnv)
444
445 - callisto: changed default for fgOffsetFromLogain back
446 from -2.8 to -1.8 in digital filter.
447
448 - callisto: for the common extractors
449 + MExtractFixedWindow
450 * MExtractTimeAndChargeSlidingWindow
451 * MExtractTimeAndChargeSpline
452 * MExtractTimeAndChargeDigitalFilter
453 the hi- and lo-gain reolution is stored in fResolutionPerPheHiGain
454 and fResolutionPerPheLoGain
455
456 - callisto: Updated the hi-/lo-gain intercalibration constants
457 hilocalib_sp1.root, hilocalib_df46_mc.root, hilocalib_df4.root,
458 hilocalib_df6.root
459
460 - callisto: The default lo-gain extraction window for the
461 MExtractTimeAndChargeSlidingWindow extractor has been increased
462 from 6 to 8 to take the stretch of the pusle into account
463
464 - callisto (!!!): fixed an important bug in the setting of the
465 incoming pedestal pointer to the signal extractor extracting
466 pedestals. This bug caused the pedestals not to be subtracted
467 correctly in the calibration afterwards. The effect was about 10%
468 too high conversion factors for the digital filter and the spline
469 and more than 40% for the sliding window.
470 The bug existed since end of February! (Markus G.)
471
472 - star: added muon support to star. A new tab "MHMuonPar" is
473 displayed. The lower right plot is an estimate of the point spread
474 function. A reference value is displayed. To get the real PSF
475 you must compare with MC. The setup for the muon analysis
476 is done in star.rc. More informations can be found in
477 MHSingleMuon and MHCalibParCalc
478
479 - star: The weather data is now displayed in star
480
481 - star: MEventRateCalc handles the calculation of the event rate more
482 accurate now in case of the start of a new run inside a sequence
483
484 - ganymed: a bug in MSrcPosCalc has been fixed (The changes were taken
485 from a bugfix of Wolfgang to Loc0LocToCam; Wolfgang: the results are
486 changed only minimally
487
488 - ganymed: (MJCut and MJOptimize) now displayes the number of
489 excess events versus size. The energy estimation is done in
490 MJSpectrum (sponde)
491
492 - ganymed: got support for using other variables than Alpha, eg. Theta.
493 Therefor you need a class deriving from MHAlpha which supports
494 this variable (one is already existing: MHTheta, which is now the
495 default in ganymed). It is setup through ganymed.rc
496
497 - added a full featured spectrum program (sponde) which reads
498 ganymed output and monte carlos and compiles a spectrum
499
500
501
502 *** Version 0.9.1 (2005/04/14)
503
504 - Fix bug on the arrival time reconstruction when using Digital
505 Filter (in some marginal cases (10%) times were reconstructed shifted
506 by 0.2 slices)
507
508 - all executables now return 2 where in previous versions -1 has
509 been returned (gave problems with shell-scripts)
510
511 - the Hi-/Lo-Gain intercalibration for monte carlo files is now
512 also done with a intercalibration input file
513
514 - a bug in the time fine adjustment of the digital filter has been fixed
515
516 - a lot of small fixes to calling TPad::Divide with a margin==0
517
518 - MStatusDisplay now shows the memory usage
519
520 - added a memory leak statistic after the eventloop
521
522 - MHadronness replaced by MParameterD
523
524 - MEnergyEst replaced by MParameterD
525
526 - wobble mode can now be switched on from the data-set
527
528 - switched on bad pixel detection for a pedestal level
529 which is more than 5 times the variance
530
531 - Fixed default paths to be correct for the new data center
532
533 - Fixed handling of drive data. The pointing position in now
534 copied to MPointingPos inside star for real and MC events
535
536 - made sure, that the sequences in a dataset are sorted by
537 their number to ensure the correct synchronization
538
539 - added all resource files necessary to handle spline extraction
540 of signal for the late 2004 and the early 2005 data
541
542 - update the reference lines for the december data
543
544 - changed default for fgHiGainFirst from 2 to 0 in spline extractor
545 This is important for the Dec. and Jan. data where the calibration
546 pulse position changes much.
547
548 - changed default for fgOffsetFromLogain from -1.8 to -2.8 in digital
549 filter. This corrects only an defective extraction of the MC at
550 low-gain signals lower than 90 phes.
551
552 - fixed some slowdown in calibrating data with interleaved events from
553 Jan and Dec. As a workaround made the pretty palette the default.
554 The inverse Deep Blue Sea has a bug which slows down long calibration
555 runs a lot.
556
557 - implemented new values from new starguider report as defined
558 in TDAS00-07 V7.1 (eg SkyBrighness)
559
560 - Fixed the formerly wrong unit of azimuth and zenith angle deviation
561 in starguider report (If you merpp the same reports with this version
562 you'll get the correct units (arcmin) but a different result
563 than with old versions (wrong units))
564
565 - Now the status display can also write PNG, JPEG and XPM (other file
566 formats are still unsupported by root)
567
568 - added a lot of scripts and macros in directory datacenter used
569 for automatic processing
570
571
572
573 *** Version 0.9 (2005/03/23)
574
575 - Calibration is now done autmatically into photo-electrons like
576 decided by the Collaboration Board
577
578 - Reference lines in the display can be read from resource file
579
580 - Interlaced calibration events can be handled by callisto
581
582 - Hi-Gain vs. Lo-Gain calibration constants can be calculated
583 and applied in callisto.
584
585 - class MJCalibTest can be called by callisto
586
587 - callisto can now run with three data types: rawdata, rootdata, MC
588
589 - added two classes mreport/MReportStarguider.cc and
590 mreport/MReportStarguider.h for implementing starguider-data
591
592 - the output of merpp-update now contains starguider information:
593 MReportStarguider and MTimeStarguider
594
595 - Fixed bug in MHHadronness.cc which made that the displayed Q-factor
596 values were lower than they should. This was more visible for high
597 energy (Size) events.
598
599 - Made MExtractTimeAndChargeDigitalFilter the default for callisto
600
601 - added a new loop to callisto to support the correct extraction of
602 the pedestal and pedestal rms through the signal extractor
603
604 - added class to perform fourier tranformation of a hexagonal structure
605 (MHexagonalFT)
606
607 - added class to perform fourier tranformation of a hexagonal structure
608 in a tasklist (MHexagonalFTCalc) example: hft.C
609
610 - added class to enhance the MCerPhotEvt from the Magic camera geometry
611 MGeomCamMagic to a enhanced geometry MGeomCamMagicXT having only
612 small pixels, example: extendcam.C
613
614 - added possibility to write data to memory (TTree) using MWriteRootFile
615
616 - added possibility to read a TTree stored only in memory by MReadTree
617
618 - new classes to deal with the interleaved calibration events:
619 MTriggerPattern, MTriggerPatternDecode and MFTriggerPattern
620
621 - implemented filters to callisto to skip calibration events
622
623 - changed callisto to calculate three kinds of pedestals and pedestal rms:
624 + fundamental pedestal (MPedPhotFundamental): extracted directly from
625 the slices by statistics
626 + pedestal from extractor (MPedPhotFromExtractor): extracted with the
627 signal extractor without randomization
628 + random pedestal from extractor (MPedPhotFromExtractorRndm): extracted
629 with the signal extractor with randomization (extraction window is
630 randomly fixed)
631 The three kind of pedestal is not yet implemented (for speed reasons) as
632 long as nobody really needs it:
633 + pedestal from extractor with randomizatiuon (MPedPhotFromExtractorRndm):
634 extracted with the signal extractor with randomization
635
636 - callisto now finds the pulse position in the data automatically
637
638 - implemented data reduction in calibrated data by reducing the precision
639 of the stored floating point values (pedestal, rms and signal) to
640 roughly 0.5%
641
642 - fixed showplot to make file format conversion (eg. converting a
643 status display stored in a root file into a postscript file) in
644 batch mode possible:
645 showplot -b --save-as-ps[=outfile.ps] infile.root
646
647 - Allow class names as part of filter rules, eg
648 (MFSupercuts) && (MHillas.fSize>100)
649
650 - fixed a lot of stuff to allow all programs to process MonteCarlo
651 camera files.
652
653 - enhanced possibility to debug reading of resource file
654
655 - MDataChain should handle priorities of operator more
656 accurate now
657
658 - completely revised the container in which the signal is stored
659 MCerPhotEvt/Pix, MArrivalTime --> MSignalCam/Pix
660 * the new implementation is faster and
661 * needs less storage space
662
663 - FIRST version which can process Monte Carlos through the
664 whole chain of programs (callisto, star, etc)
665
666 - implemented new image parameters for the border length of
667 the shower image (MNewImagePar2)
668
669 - implemented wobble-mode in ganymed
670
671 - new class (MJOptimize) taking care of all optimization processes
672
673
674
675 *** Version 0.8.6 (2004/10/05)
676
677 - New combined signal and time extractor
678 MExtractTimeAndChargeDigitalFilter
679
680 - The Report for the trigger section in the CC run summary has been
681 updated, and now the IPRs (Individual Pixel Rates) are available.
682
683 - new macros for database interaction: filldotrun.C, filldotrbk.C
684
685 - added new program which can convert colored output which was redirected
686 into a file back into colored text (for example to display it with
687 more): showlog
688
689 - added new program to display an MStatusArray of plots (stored with
690 MStatusDisplay) from a file: showplot
691
692 - Added support for Sequences (MSequence). Sequences are blocks of run
693 files containing the same calibration and belonging to the same
694 source
695
696 - Added a new task (MTaskEnv) which can be used in setup files to switch
697 between different tasks (for example to choose a signal extractor)
698
699 - Implemented automatic file splitting in MWriteRootFile
700
701 - After image cleaning an island index is assigned to all used pixels.
702 The index corresponds to the order of the islands in size.
703
704 - added a cleaning which takes signal height _and_ arrival time into
705 account: probability cleaning (for more details see MImgCleanStd)
706
707 - added a cleaning which takes takes the absolute number of photons
708 times the area ratio as cleaning level
709 (for more details see MImgCleanStd)
710
711 - Changed calculation of image parameters such, that it can be done
712 for all used pixels or the pixels with a defined island index only
713
714 - implemented new image parameters displaying the number of islands,
715 saturated hi-gain and lo-gain pixels (MImagePar, MHImagePar)
716
717 - event display in executable changed to support also calibrated files
718 (done with MJCalibrateSignal)
719
720 - added program doing the calibration and the signal extraction
721 and signal calibration: callisto Most part of the setup is done
722 by a resource file: callisto.rc
723
724 - implemented support for pixels with negative IDs (Raw file format
725 version 4)
726
727 - implemented an new option in merpp (--auto-time) to get the time
728 range for cc and/or caco data from the run header of the raw data
729
730 - New star-program (star and MJStar). Taking calibrated data from
731 callisto/MJCalibrateSignal as input. The setup is done through
732 a resource file: star.rc
733
734 - Added possibility to setup the eventloop in the mars-executable
735 Camera Display by a resource file: mars.rc
736
737 - The the mars-executable Camera Display can now also read
738 calibrated data files written by callisto/MJCalibrateSignal
739
740 - Added a new class which can calculate the source position in
741 the camera from a pointing model known to be correct and
742 the pointing model used for observations (MSrcPosFromModel)
743
744 - added a new version of the class calculating the effective on-time
745 MHEffectiveOnTime. It unifies the old classes MHEffOnTime,
746 MHEffOnTimeTime, MHEffOnTimeTheta, MHTimeDiff, MHTimeDiffTime and
747 MHTimeDiffTheta.
748
749 - added the possibility to count how often a signal is above (or
750 below) a certain threshold in MHCamEvent and MHCamEventRot (this
751 can replace MHTriggerLvl0)
752
753 - added ore convinient ways to set the axis-titles of your histograms
754 in your macro to some MH-classes like: MH3, MHVsTime, MHSectorVsTime,
755 MHPixVsTime, MHVsTime, MHCamEvent and MHCamEventRot
756
757
758
759 *** Version 0.8.5 (2004/08/06)
760
761 - new Signal Extractors: MExtractFixedWindowSpline
762 and MExtractAmplitudeSpline
763
764 - implementes interleave in merpp to be able to merpp parts of a file
765
766 - implemented force-functionality to merpp
767
768 - star display to display star catalogs (MAstroCatalog)
769
770 - star display to 'mirror' stars to the camera (MAstroCamera)
771
772 - implemented a new cleaning option which allows cleaning scaled with
773 the real ratio of the rms depending on the pixel size, not only the
774 square root of the pixelsize (MImgCleanStd, MCameraData)
775
776 - removed obsolete MBlind* classes
777
778 - Signal extractor taking the AB flag into account implemented (this makes
779 an odd number of slices for signal extraction possible
780 (MExtractSignalABcorr)
781
782 - implemented a class extracting the pedestal from the raw-data (events)
783 itself using empty lo-gain (MpedCalcFromLoGain)
784
785 - Added mean values to MPedPhotCam
786
787 - Added Makefile for Darwin (this OS is NOT officially supported!)
788
789
790
791 *** Version 0.8.4 (2004/04/19)
792
793 - new fast arrival time extractor using cubic splines:
794 MExtractTimeFastSpline
795
796 - implementes multi-argument support in MDataChain
797 ("pow(a, b)")
798
799 - implemented double reference support in MDataChain
800 ("MCameraLV.fPowerSupplyA.fVoltagePos5V")
801
802 - added support in MF for expressiond like
803 "MHillas.fWidth<2*<MHillas.fLength"
804
805 - MDataChain is now able to support variables like [0], [1], ...
806 which can be used in fit functions as parameters. The interface
807 is implemented through the new virtual function
808 MParContainer::SetVariables
809
810 - added new class MArrivalTimeCam/MArrivalTimePix:
811 Storage containers to hold the ArrivalTime of the camera/pixel
812
813 - added new classes for the calibration of relative arrival times:
814 MCalibrationRelTimePix and MCalibrationRelTimeCam
815
816 - added new classes to extract the signal of the blind pixel and the
817 PIN Diode separately: MExtractBlindPixel and MExtractPINDiode
818
819 - added new classes for the bad-pixels treatment (MBadPixels*)
820 which are more powerfull than the old ones (MBlindPixel*)
821 and will replace them.
822
823 - added filter against cosmics: MFCosmics
824
825 - added new class MArrivalTimeCalc2:
826 Calculates the arrival time as the signal weighted mean of the time
827 slices in the maximum window
828
829 - added a new macro call pointspreadfucntion.C that fits with a 2D
830 gaussian the DC spot for an star. It gives you the RMS of
831 the PSF and the center of the star, very useful for misspointing
832 studies.
833
834 - added support for multi-telescope camera files. Added classes
835 MStereoCalc and MStereoPar, classes to calculate and store shower
836 parameters calculated from the data of two telescopes, for the MC
837 studies regarding the MAGIC clone.
838
839 - added MMcCalibrationCalc, MMcCalibrationUpdate, classes to obtain
840 MC data calibrated in photons instead of ADC counts.
841
842 - added three macros to show the calibration and analysis chain of
843 MC data. The macro starmc.C does both calibration and analysis, producing
844 an output containing Hillas parameters for each event. The macro
845 mccalibrate.C does just the calibration and writes out a file containing
846 pixel information in photons instead of FADC data. The macro starmc2.C
847 reads in such a file and produces an output with Hillas parameters.
848
849 - added MPedPhotCalc to compute pedestals in units of photons, see
850 macro pedphotcalc.C
851
852 - added all class to perform the calibration, see macro calibration.C
853
854 - added class MFFT to perform Fast Fourier Transforms
855
856 - added class MSimulatedAnnealing to perform simulated annealing
857 minimizations
858
859 - added new macro bootcampstandardanalysis.C which holds the skeleton
860 of the analysis chain discussed in the december bootcamp.
861
862 - added support for DAQ raw data file format V2
863
864 - implemented an arbitrary time stamp for the events from raw-data
865 files with file version<3. It is calculated from the run number,
866 the date of start and the FADC clock tick from the first module
867
868 - implemented the correct decoding of the event time-stamp
869 coming from the DAQ for raw-data files with file-version>2
870
871 - added a new classes storing the pedestals in units of photons:
872 MPedPhotPix, MPedPhotCam
873
874 - added support for DC current files from the camera control
875
876 - added support for start- and stop-time when merpping report files
877
878 - added MReportCC storing the weather data from the CC-REPORT
879
880 - added class to fill trainings and test matrices (MTFillMatrix)
881
882 - added a filter performing a software trigger (MFSoftwareTrigger)
883
884 - Added classes to perform parts of the standard analysis (Jobs):
885 + MJPedestals
886 + MJCalibration
887 + MJExtractSignal
888 Note: All of them are preliminary!
889
890 - Added Iterator to iterate over files giving only the run-number
891
892 - Added class (MHSectorVsTime) and example (sectorvstime.C) to plot
893 the evolution of a sector vs time
894
895
896
897 *** Version 0.8.3 (2003/12/05)
898
899 - adapted Random Forest classes to allow the use with MC
900 multi-telescope files which can be produced with the coming
901 camera version 0.7.
902
903 - added classes to read and interprete central control report files
904 (Directory: mreport, Base-Class: MReport, Reader: MReportFileRead, ...)
905
906 - enhanced merpp (the executable) to support .raw and .rep files.
907
908 - added classes for light calibration (MCalibration* and
909 MHCalibration*) by Markus Gaug. Further work has to be and will
910 be done soon.
911
912 - Added a preliminary 'synchronizer' (MReadReports) which will
913 replace MReadMarsFile as soon as it is finished.
914
915 - Added a tutorial macro demonstrating how report files are merpped
916 and how they can be read from the root file in the correct order
917 of time (readrep.C)
918
919 - Added a generalized histogram (similar to MH3) called MVsTime
920 which allows to plot variables (or rules - MDataChain - of
921 variables) vs time. For an example have a look at tempvstime.C.
922
923 - Changed the name of the event trees:
924 + Events --> Events
925 + PedEvents --> Pedestals
926 + CalEvents --> Calibration
927
928 - changed name of MTime in the event trees from MRawEvtTime to MTime
929
930 - added displaying the sector indices to the mars event display
931
932 - Magic Online Analysis (MOnA) implemented in a first version
933 (see mona.cc, MOnlineDump and MOnlineDisplay)
934
935 - added classes to calculate event rate
936 (preliminary: MEventRateCalc, MEventRate)
937
938 - added new executable 'readdaq' to read *.raw files from the DAQ directly
939
940 - added classes dealing with the telescope pointing position (MPointing*)
941
942 - implemented the 'final' Mars time stamp based on some experiences with
943 the new 'Synchonizer'
944
945
946
947 *** Version 0.8.2 (2003/11/10)
948
949 - accelerated standard analysis by a factor of 6-8 ...
950 + doing precalculations in MGeomCam for the pixel area ratio
951 + creating a look up table for the single pixels in MCerPhotEvt
952
953 - added task to calculates weights in case you want to 'change'
954 the energy spectrum of a monte carlo file
955 (MMcWeightEnergySpecCalc - Great work from Marcos Lopez Moya)
956
957 - added a new executable star which implements the
958 star.C macro as precompiled executable. Currently a flexible
959 setup is not possible, but a 'input card' setup will follow.
960
961 - Starting to implement Multi-Telescope-Support based on the
962 upcomming camera version 0.7. The base for a general support
963 is implemented and the star-functionality is proven to work.
964
965 - Replaced Event-Display in and Camera-Display in the Mars GUI
966 executable by a more convinient display base on MStatusDisplay.
967
968 - fixed the algorithm for the blind pixel treatment (MBlindPixelCalc)
969
970
971
972 *** Version 0.8.1 (2003/10/20)
973
974 - added signal subtraction for pure on data by means of fitting
975 the background in the off region or by performing a combined
976 signal/background fit. Provides necessary histograms for
977 obtaining energy spectra and a light curve.
978
979 - added classes to perform and study the selection of the
980 2nd Level Trigger on MC data (example in triglvl2.C macro)
981
982 - added pedestal calculation
983
984 - implemented "democratic cleaning" (tail cut value proportional
985 to pixel area) according to Wolfgang's suggestion.
986
987 - added Sigmabar treatment (calculation and basic histogramming)
988
989 - added basic routines to apply padding
990
991 - added first implementation of MARS-based source visibility plotter
992 (needs to be linked against slalib, preliminary version)
993
994 - enhanced functionality of data chains: random numbers, conversion
995 functions and access to MHMatrix objects
996
997 - fixed some bugs in the CT1 Preproc file reader, which gave wrong
998 numbers under certain circumstances (runs with 0 events included)
999
1000 - fixed a bug in the general filter MF (didn't work on some systems
1001 at all)
1002
1003 - fixed a bug in chaining files, which caused the analysis to crash or
1004 ignore files
1005
1006 - implemented more geometry classes describing the parameters used
1007 to simulate the PMT camera
1008
1009 - added new Monte Carlo classes containing the setup of the different
1010 programs in the MC chain.
1011
1012 - added a (preliminary) general task to evaluate chi-square of a given
1013 parameter in an eventloop.
1014
1015 - first implementation of a container describing the observatory
1016 location (Long, Lat, etc)
1017
1018 - added Random Forest - method for g/h-separation
1019
1020 - made compatible with the latest PRO version of root (3.04/02 and 3.05/07)
1021 (this means, that it is compiling, but not yet fully tested)
1022
1023 - added a new status display which can show the present status
1024 of histograms while an eventloop is running (MStatusDisplay,
1025 an example can be found at status.C)
1026
1027 - reorganized directories:
1028 classes describing the image --> mimage
1029 classes containing Monte Carlo Histograms --> mhistmc
1030 classes for Random Forest method --> mranforest
1031
1032 - added (event-)weights to fill histograms
1033
1034 - colors in logging output to screen
1035
1036 - changes to the Image Parameter declaration:
1037 + moved fConc, fConc1 from MHillasSrc to MNewImagePar
1038 + moved fNumUsedPix, fNumCorePix from MHillas to MNewImagePar
1039 + MHillasExt now derives from MParContainer instead of MHillas
1040 --> Files written with the old definition are more or less unreadable
1041
1042 - reading of reflector files
1043
1044 - display data from reflector files in the camera
1045
1046 - implemented currents (and display them in the camera)
1047
1048 - logarithmic scale in camera
1049
1050 - added class to iterate through directory contents (MDirIter)
1051
1052
1053
1054 *** Version 0.8 (2002/11/18)
1055
1056 - added all subdirectories as Include-Paths for ACLIC (s. rootlogon.C)
1057
1058 - corrected 48(!) wrong entries in the Next Neighbor table of the
1059 Magic Camera (all in the inner part of the outer ring, mostly
1060 missing a single NN)
1061
1062 - Fixed a bug in the table describing the Next Neighbours of the
1063 CT1 camera (a pixel 127 doesn't exist and the pixel 126 didn't
1064 have any neighbour)
1065
1066 - changed trigrate.C: now it calculates the pure NSB triggers from
1067 a camera file (generated with no showers), so there is no need
1068 to introduce them by hand in the BgR array (for more details
1069 please ask Abelardo)
1070
1071 - added MHHadronness (and MHadronness) as a general facility to evaluate
1072 the quality of a gamma-hadron seperation method
1073
1074 - changed MWriteAsciiFile to accept rules (MDataChain)
1075
1076 - Calls to MWriteAsciiFile::AddContainer and MWriteAsciiFile::AddRule
1077 must be replaced by calles to MWriteAsciiFile::AddColumn and
1078 MWriteAsciiFile::AddColumns. Be carefull, the arguments have slightly
1079 changed.
1080
1081 - Implemented generalized event-matrices (one row per event)
1082 (MHMatrix)
1083
1084 - implemented the one dimensional composite probabilities
1085 (MHCompProb, MCompProbCalc, comprob.C)
1086
1087 - implemented the Multidimensional Distances (Next Neighbours, Kernel)
1088 (MMultiDimDistCalc, multidimdist.C, multidimdist2.C, MHMatrix)
1089
1090 - Added a camera display displaying the pixel numbers to the
1091 event display gui.
1092
1093 - Added Monte Carlo Informations to event display gui
1094
1095 - Changed the camera display to display the pixel numbering
1096
1097 - Added three buttons to the camera display to change the palette
1098
1099 - Added the number of used and core pixels after image cleaning
1100 to MHillas
1101
1102 - Changed the algorithm used in MHillas according to TDAS 02-03
1103
1104 - Changed the Alpha range according to TDAS 02-03 to [-90°,90°]
1105
1106 - Changed the algorithm used in MHillasSrc according to TDAS 02-03
1107
1108 - Added fCosDeltaAlpha to MHillasSrc
1109
1110 - The numbers of photons used to calculate fConc and fConc1 in
1111 MHillasExt are now scaled with the pixel size, so that one get
1112 a four times smaller value for the bigger pixels in the outer ring.
1113
1114 - added new task to smooth the camera contents (MCameraSmooth)
1115
1116 - added possibility to use interpolated pixel values for blind pixels
1117 instead of removing it completely from the analysis
1118
1119 - Implemented the possibility to save the whole eventloop with
1120 its setup to a file. This information can be read and from
1121 it you can (re)create a Macro. See MEvtLoop::Read, MEvtLoop::Write
1122 and MEvtLoop::MakeMacro. If you find something not working, please
1123 report - this stuff is still in a beta phase.
1124
1125 - MBlindPixelCalc set all Ceta-Tauri pixels to unused not only for the
1126 file having crab starfield, but also for all following files - fixed
1127
1128 - MTaskList::PrintStatistics can now be instructud to print also the
1129 title, too: use PrintStatistics(0, kTRUE)
1130
1131 - Changed the image cleaning so that pixels with to many 'used'
1132 neighbors are left used (to get rid of 'holes' in events)
1133
1134 - Introduced more output to the camera displays
1135
1136 - Added an array of histograms (eg one hist per run), MHArray
1137
1138 - Added a _preliminary_ version of the reader for CT1 PreProc files
1139 (MCT1ReadPreProc)
1140
1141 - Fixed the error calculation of MHMCollectionArea and MHMcIntRate
1142 (thanks to Raquel)
1143
1144 - added the first energy estimator (MEnergyEstParam, estimate.C,
1145 estfit.C) using a parametrization
1146
1147 - Added some new Monte Carlo paremeter containers used to store
1148 setup information from the MC chain (MMcConfigRunHeader,
1149 MMcCorsikaRunHeader, MGeomPMT, MGeomMirror)
1150
1151
1152
1153 *** Version 0.7 (2002/04/30)
1154
1155 - added a bugfix to MCerPhotCalc. In older camera versions (<=40)
1156 the pedestal mean value was saved incorrectly. For files from
1157 this versions we substract 0.5 from the pedestal mean.
1158 WARNING: This may effect your results, so don't wonder...
1159
1160 - First implementation of an algorithm using only triggered events
1161 for the collection area calculation
1162
1163 - Ascii Output can now also be used for parameter containers which
1164 doesn't overload MParCointainer::AsciiWrite
1165
1166 - The Ascii Output is now also capable of writing single data members
1167 of one container
1168
1169 - You are now able to change the order of the values written to the
1170 ascii file
1171
1172 - You can now specify a conversion factor for each data member written
1173 to an ascii file. This may be usefull to change the units of the
1174 data member (eg. degrees instead of millimeters in case of the
1175 hillas parameters)
1176
1177 - Replaced old MHillas by a new structure which allows you to extend
1178 the parameters stored in MHillas very easily:
1179 see MHillas and MHillasExt
1180
1181 - Added classes to handle source dependancy of image parameters:
1182 see MHillasSrc
1183
1184 - Added container (MBinning) to have a standard input for the binning
1185 in different histograms (eg. the Energy bins should be the same in
1186 all histograms)
1187
1188 - Changed Hillas histograms from mm to deg
1189
1190 - Added the flexible binning to the hillas histograms
1191
1192 - Added a filter for the alpha parameter (MFAlpha)
1193
1194 - It is now possible to write single data members of a class object to
1195 an output stream instead of the whole container only
1196
1197 - Added a generalized filter for a data member:
1198 MFDataMember filter("MHillas.fWidth", '<', 0.5);
1199
1200 - Added a generalized Filter parser for more difficult filter rules
1201 MF filter("MHillas.fWidth<0.5 && MHillas.fLength>0.5");
1202
1203 - Added new Monte Carlo histograms:
1204 MHMcEnergyImpact and MHMcEfficiency
1205
1206 - Added many new histograms needed for the flux calculation.
1207
1208 - Added a generalized histograms which can fill and show up to three
1209 data members in either a one-, two- or three-dimensional histogram, eg:
1210 MH3 mh3("MHillas.fWidth", "MHillas.fLength");
1211
1212 - Added:
1213 * calculation of <Theta> as a function of Theta (MHThetabarTheta)
1214 * calculation of <Theta> as a function of time (MHThetabarTime)
1215 they are needed in the flux calculation in
1216 order to select for a given bin in Theta (or time) the appropriate
1217 effective collection area, which is assumed to be given as a function
1218 of Theta and the true energy
1219
1220 - Added calculation of the migration matrix in the energy
1221 (MHMcEnergyMigration):
1222 the migration matrix describes the migration from the true (E_true)
1223 to the estimated energy (E_est); it is needed to determine the
1224 distribution of E_true from the measured distribution of E_est
1225 by unfolding
1226
1227 - changed the color palette in the camera display to DeapSea.
1228
1229
1230
1231 *** Version 0.6 (2002/01/15)
1232
1233 - Introduce the option of disable pixels (MBlindPixels and
1234 MBlindPixelCalc) for the analysis (eg MHillasCalc) to be
1235 able to deal with Star Field NSB.
1236
1237 - Fixed a bug in the pedestals substraction
1238
1239 - Introduced verbosity levels
1240
1241 - Introduced a task (MReadMarsFile) which reads the RunHeader tree, too.
1242
1243 - Fixed several bugs in MFTriggerLvl1 which caused to filter not to
1244 work correctly (thanks to Abelardo)
1245
1246 - Introduced correct treatment of the diffuse Night Sky Background
1247 and NSB (MMcPedestalNSB)
1248
1249 - Corrected treatment of the electronic noise (MMcPedestalCopy)
1250
1251 - Introduced MMcRunHeaders which contains monte carlo run informations
1252
1253 - Added a 'Print'-Task (MPrint) which calls the Print function
1254 of a parameter container for each event
1255
1256 - Removed MHtml (was replaced by THtml of root 3.02) in dohtml.C
1257
1258 - changes to be more efficient with root 3.02/06
1259
1260 - root 3.02/06 fixes:
1261 + the memory leak when reading MRawEvtData
1262 + loosing more time than necessary to update the progress bar
1263
1264 - MWriteAsciiFile is now capable of writing more than one container
1265 in a line. For example: To be able to write Monte Carlo and
1266 Hillas values (energy and alpha) in one line.
1267
1268
1269
1270 *** Version 0.5 (2001/11/06)
1271
1272 - Added new GUI functionality (Analysis)
1273
1274 - Added a camera display to be able to display events in the camera
1275 together with the calculated hillas ellipse
1276
1277 - Added a 'Clone'-Task (MClone) which can clone a parameter container
1278 object at any state of the analysis, so that the output are several
1279 states
1280
1281 - Fixed a bug in the collection area error calculation
1282 (Thanks to Ciro and Abelardo)
1283
1284 - Fixed a bug which causes merpp to crash in some environments
1285
1286 - Implemented auto enabling scheme for Branches to speed up reading
1287 a lot (see MReadTree and MTask)
1288
1289 - Fixed a bug in the Histogram classes which caused histograms to
1290 be written to a file by MWriteRootFile without request
1291
1292 - changed the object I/O from the old stylish root I/O to the new
1293 'auto evolution scheme' This was done only for classes which are not
1294 yet used in Monte Carlo files, so that these files are still readable.
1295
1296 - Added support for a progress bar in MEvtLoop and MReadTree
1297 (see the Analysis Window in Mars for an example)
1298
1299 - Fixed a bug in the package creation which disturbed the conversion
1300 between a mars version unpacked from a tar file and the repository.
1301
1302 - Changed the code to writer merpped (converted into root format)
1303 raw files, to get faster (around 10%)
1304
1305
1306
1307 *** Version 0.4 (2001/09/20)
1308
1309 - This release is made to compile on a root version >= 3.00
1310
1311 - Fixed a bug which causes MReadTree to read the first file only
1312
1313 - Added a task to compute the trigger rate (MMcTriggerRateCalc)
1314
1315 - Added a task to write a container to an Ascii file (MWriteAsciiFile)
1316
1317 - Added a task to write several container to a root file (MWriteRootFile)
1318
1319 - Added calculation of the Enegry Threshold (MMcThresholdCalc)
1320
1321 - Added calculation of the collection area (MMcCollectionAreaCalc)
1322
1323 - fixed some bugs in the Hillas calculation
1324
1325 - added filters to be able to control the task execution dependent on
1326 a parameter (for example: the number of level 1 triggers in a MC-file)
1327
1328
1329
1330 *** Version 0.3 (2001/04/23)
1331
1332 - Many demo macros added
1333
1334 - MCT1ReadAscii is now able to handle more than one file (s. ::AddFile)
1335
1336 - Hillas Calculation added
1337
1338 - Standard image cleaning available
1339
1340 - MReadTree is now able to handle more than one file
1341 (Remark: of the same structure)
1342
1343 - Now we are able to display events in a first version of the
1344 Camera event display. To do this we must run the macro
1345 "macros/readCT1.C" to read data from CT1.
1346
1347
1348
1349 *** Version 0.2 (2001/01/24)
1350
1351 - First Implementation of a Gui to read the raw data. Start the
1352 gui with the command mars.
1353
1354
1355
1356 *** Version 0.1 (2000/12/20)
1357
1358 - First official release 0.1
1359
1360 - Changes:
1361
1362 + changed calling style of MRawPixelIterator from do...while to
1363 while-loop
1364
Note: See TracBrowser for help on using the repository browser.