source: trunk/MagicSoft/Mars/Changelog@ 7128

Last change on this file since 7128 was 7127, checked in by tbretz, 19 years ago
*** empty log message ***
File size: 162.0 KB
Line 
1
2
3Please do not write behind the end of line tag so that it is possible
4to send a Changelog file to a line printer directly. Thanks.
5
6For your entries please follow EXACTLY this style:
7
8_yyyy/mm/dd_[Your Name]
9_
10___*_filename:
11_____-_description
12_
13___*_filename2, filename3:
14_____-_description
15_
16_
17_
18
19While an underscore is a placeholder for a white-space or an empty line.
20
21
22 -*-*- END OF LINE -*-*-
23
24 2005/06/02 Markus Gaug (2005/06/01)
25
26 * mcalib/MCalibrationChargeCalc.cc
27 - lower fgPheErrLowerLimit from 9.0 to 6.0. This is necessary to
28 exclude 2 very ringing pixels in September which - when kept -
29 destroy the image cleaning around them.
30
31
32
33 2005/06/02 Markus Gaug (2005/05/31)
34
35 * mjobs/MJCalibration.cc
36 - The MFTriggerPattern filters out all events taken with the
37 CT1-pulser and data format version greater than 4.
38 Demand now that the filter is put into the task list only if the
39 calibration colour is not kCT1.
40
41
42
43 2005/06/02 Markus Gaug (2005/05/26)
44
45 * mpedestal/MPedCalcPedRun.cc
46 - fixed bug in recognition of pedestal bit - affects only intensity
47 calibration.
48
49 * mhcalib/MHCalibrationChargeCam.cc,
50 mhcalib/MHCalibrationRelTimeCam.cc:
51 - do not draw to status display if histogram is empty. This
52 caused some error messages from root.
53
54
55
56 2005/06/02 Thomas Bretz
57
58 * callisto.cc:
59 - made "-raw" the default
60 - switched bad pixel check on for MJPedestalC2
61
62 * callisto_Dec04Jan05.rc:
63 - reduced MJPedestalY2.ExtractWinRight from 4.0 to 2.0
64
65 * mhflux/MHThetaSq.[h,cc]:
66 - added missing InitMapping
67
68 * mjobs/MJCalib.cc:
69 - set default for fDataFlag to kIsUseRawData
70
71 * mjobs/MJOptimizeCuts.cc:
72 - added some sanity checks if CreateHistNew couldn't create
73 the histogram
74
75 * mjobs/MJPedestal.[h,cc]:
76 - implemented a possible deadpixel check
77
78 * star.rc:
79 - added a missing template line
80
81 * mbadpixels/MBadPixelsCalc.[h,cc]:
82 - changed to allow different upper and lower cuts in pedestal
83 variance
84
85 * mfilter/MFCosmics.cc:
86 - allpix were not increased correctly if a saturated pixel
87 was skipped
88
89 * mjobs/MJCalibrateSignal.cc:
90 - changed name of "Interp'd" to something more accurate
91
92 * msignal/MExtractFixedWindow.cc:;
93 - removed case 12 for logain resolution as it is in bcn cvs
94 but nowhere documented
95
96 * callisto.rc:
97 - added new template line for dead pixel check
98 - added correction factor determined from Muon analysis
99
100 * callisto_Dec04Jan05.rc
101 - added correction factor determined from Muon analysis
102
103 * mhflux/MMcSpectrumWeight.cc:
104 - small change to output
105
106
107
108 2005/06/01 Thomas Bretz
109
110 * mjobs/MJOptimize.[h,cc]:
111 - moved code for cut optimization to MJOptimizeCuts
112 - moved code for energy optimization to MJOptimizeEnergy
113
114 * mjobs/MJOptimizeCuts.[h,cc], mjobs/MJOptimizeEnergy.[h,cc]:
115 - added
116
117 * mjobs/Makefile, mjobs/JobsLinkDef.h:
118 - added MJOptimizeCuts
119 - added MJOptimizeEnergy
120
121 * showplot.cc:
122 - set window name to input file name
123
124 * mcalib/MCalibColorSet.cc:
125 - changed order of checks so that an explicit color is
126 prior to any automatic detection.
127
128 * mcalib/MCalibrateData.[h,cc]:
129 - implemented setting a possible additional scale factor
130 (for MC it is always reset to 1)
131
132 * mfilter/MFCosmics.cc:
133 - don't count saturated hi-gain pixels at all. It should
134 not be necessary, because such pixels should have a value
135 high enough in the high-gains but it seems sometimes they don't
136
137 * mhflux/MHAlpha.[h,cc]:
138 - changed some orders in header
139 - made some private data members protected
140 - Call GetVal() if fMap[0]<0. This is necessary if the fill
141 value is calculated on-the-fly (like ThetaSq)
142 - made InitMapping virtual
143
144 * mhflux/MHDisp.cc:
145 - removed 'Get-Entries' workarund
146 - changed the function integartion for the significance
147
148 * mhflux/MHThetaSq.[h,cc]:
149 - overwrite InitMapping because ThetaSq should be read from
150 the parlist always
151
152 * mimage/MHHillas.cc:
153 - set histogram minimum of Delta to 0
154
155 * mpedestal/MPedPhotCam.cc:
156 - check for unsuitable pixels when calculating the means not
157 only for the UnsuitableRun ones
158
159 * msignal/MExtractor.cc:
160 - replaced wrong %2d by %2f
161
162
163
164 2005/06/01 Daniela Dorner
165
166 * datacenter/scripts/runcallisto:
167 - added writing html-logs
168 - added --auto-time-stop for merpping(ccupdate)
169
170 * datacenter/scripts/runganymed:
171 - added writing html-logs
172 - added second execution of ganymed
173 - adapted to correct usage of config-files
174 - fixed bug
175
176 * datacenter/scripts/runstar:
177 - added writing html-logs
178 - minor change in logpath
179
180
181
182 2005/05/31 Daniela Dorner
183
184 * datacenter/macros/fillstar.C, plotdb.C:
185 - added two new parameters
186
187 * datacenter/macros/setupdb.C:
188 - adapted to changes in DB (added two columns)
189
190
191
192 2005/05/31 Thomas Bretz
193
194 * mfileio/MReadReports.[h,cc]:
195 - changed such that it can force prereading of the first event of
196 a sequence after PreProcess
197
198 * mfileio/MReadTree.h:
199 - added some comment about the new bits used in MReadReports
200
201 * mhflux/MHDisp.cc:
202 - changed fit limit from 1.1 to 1.0
203 - fixed access to wrong axis
204
205 * mhflux/MHEffectiveOnTime.cc:
206 - fixed a bug which caused the first bin of the histograms
207 vs time to disapear in PostProcess, which gave wrong results
208 on the screen. The output and all following programs not
209 directly accessing the histograms haven't been affected
210
211 * mjobs/MJCalib.cc:
212 - HasEnv for boolean type resources is obsolete and has been
213 removed
214
215 * mjobs/MJCalibrateSignal.cc:
216 - removed MPointingPosInterpolate
217 - adapted usage of MReadReports to changes
218
219 * mjobs/MJCut.cc, mjobs/MJStar.cc:
220 - adapted usage of MReadReports to changes
221 - made Drive-tree a 'required' tree
222
223 * mjobs/MJStar.cc:
224 - removed "Events" from setting up rate and effective on time
225 tasks to tlist2. It is obsolete because calibration events
226 don't enter star at all.
227
228 * mpointing/MPointingPosCalc.[h,cc]:
229 - assume that the run-type is real-data if Process is called before
230 ReInit
231
232 * merpp.cc:
233 - new options: --auto-time-start --auto-time-stop
234
235 * mbadpixels/MBadPixelsTreat.cc:
236 - removed the checks in the algorithm whether the current pixel
237 is NULL. MSignalCam doesn't support zero supression anymore.
238 GetPixById has been replaced by the []-operator
239
240
241
242 2005/05/30 Thomas Bretz
243
244 * msql/MSQLServer.cc:
245 - added possibility to setup SelectDatabase from resource file
246
247 * mbadpixels/MBadPixelsCalc.[h,cc]:
248 - implemented the possibility to use the check routine
249 from outside
250 - check now returns kFALSE if more than 50% of all
251 pixels are marked as unsuitable
252
253 * mhflux/FluxLinkDef.h, mhflux/Makefile:
254 - added MHDisp
255 - added MMcSpectrumWeight
256
257 * mhflux/MHFalseSource.[h,cc]:
258 - allow finding of Off-plot for derived classes - like in MHAlpha
259 - get source position from MSourcePos if existing
260 - changed some data members from private to protected
261
262 * mhflux/MHDisp.[h,cc]:
263 - added
264
265 * mjobs/MJCut.[h,cc]:
266 - implemented new option (HistNameFS) to allow using a different
267 False Source Plot
268
269 * mpedestal/MPedPhotCam.[h,cc]:
270 - added a copy constructor to allow conversion from MPedestalCam
271
272 * mpointing/MSrcPosCam.[h,cc]:
273 - added copy constructor
274
275
276
277 2005/05/30 Daniela Dorner
278
279 * datacenter/scripts/buildsequenceentries, checkstardone, correcttime,
280 doexclusions, fillcallisto, insertdatasets, runganymed,
281 checkfilesforsequenceavail, copyscript, filesondisk, fillstar
282 runcallisto, runstar, writesequencefiles:
283 - moved two variables from the scripts to the sourcefile
284
285 * datacenter/scripts/runganymed:
286 - changed # of processes
287
288 * datacenter/macros/buildsequenceentries.C, filldotrbk.C, fillstar.C,
289 insertcacofile.C, plotdb.C, setstatus.C, checkfileavail.C,
290 doexclusions.C, filldotrun.C, findcacofiles.C, insertdataset.C,
291 resetallruns.C, setupdb.C, checkstardone., fillcalib.C,
292 fillsignal.C, getdolist.C, insertdate.C, resetcolumn.C,
293 writesequencefile.C:
294 - adapted the macros to the changes in msql/MSQLServer.cc
295
296 * datacenter/macros/fillstar.C:
297 - adapted the functions for the myon parameter after the bugfixes
298 in the calibration
299
300
301
302 2005/05/27 Daniela Dorner
303
304 * datacenter/macros/plotdb.C:
305 - changed binning of fConvFactorInner
306 - added plot vs ZdMin
307
308 * datacenter/macros/resetcolumn.C:
309 - added (macro to reset value in the DB)
310
311 * datacenter/scripts/runganymed:
312 - removed command line option for ganymed, which is default now
313
314
315
316 2005/05/27 Javier Rico (2005/05/26)
317
318 * mbadpixels/MBadPixelsCam.cc
319 - fixed small bug in the Print() function (one line was printed out
320 at a wrong place). (M. Gaug)
321
322
323
324 2005/05/27 Javier Rico (2005/05/24)
325
326 * mhcalib/MHCalibrationHiLoCam.cc
327 - do not write Arrays if flag kOscillations is not set.
328 (this was actually a bug since it caused a huge usage for large
329 amounts of data). (M. Gaug)
330
331 * mcalib/MCalibColorSet.cc
332 - set colour already in the ReInit(), needed by the digital filter
333 later. (M. Gaug)
334
335 * mjobs/MJCalibration.cc
336 - forgot to merge hi-lo calibration factors for intensity calibration.
337 (M. Gaug)
338
339 * mhcalib/MHCalibrationCam.[h,cc]
340 - do not Finalize histograms if a flag kReset is set. Caused wrong
341 result in last run of intensity calibration. (M. Gaug)
342
343 * msignal/MC_calibration_weights_UV.dat
344 - Removed. It was confusing to have this file since it was just a
345 copy of calibration_weights_UV.dat. For MC calibration you can
346 just use the same weights files as for real data. (A. Moralejo)
347
348 * msignal/calibration_weights_blue46.dat
349 - added missing weights file (M. Gaug)
350
351
352
353 2005/05/27 Markus Gaug (2005/05/21)
354
355 * mcalib/MCalibrationChargePix.[h,cc]
356 - allow setting of extractor resolution in CalcReducedSigma()
357
358 * mcalib/MCalibrationChargeCalc.[h,cc]
359 - implement usage of extractor resolution (only if UseExtractorRes
360 is set).
361
362
363
364 2005/05/27 Thomas Bretz
365
366 * Makefile:
367 - removed mmontecarlo directory
368
369 * mmontecarlo/MMcEnergyEst.[h,cc],
370 mmontecarlo/MMcTimeGenerate.[h,cc],
371 mmontecarlo/MMcWeightEnergySpecCalc.[h,cc]:
372 - removed
373
374 * sponde.rc:
375 - added new line for weighted spectral index
376
377 * mbadpixels/MBadPixelsCalc.[h,cc]:
378 - added an option to perform the checks also in PostProcess
379
380 * mhbase/MFillH.h:
381 - added default argument to SetWeight
382
383 * mhbase/MH3.h:
384 - added Sumw2() member function
385
386 * mhflux/MHCollectionArea.[h,cc]:
387 - added TLatex output to plots
388 - added some Getter
389
390 * mjobs/MJSpectrum.[h,cc]:
391 - implemented the possibility to weight the monte carlo spectrum
392 to a new index or function. More details can be found
393 in MMcSpectrumWeight
394 - slightly changed the plot comparing the size distributions
395 - scale the comparsison plots by the resulting spectrum
396
397 * mjobs/MJob.[h,cc]:
398 - added a member function to check ReadEnv of a single
399 container
400
401 * mjobs/Makefile:
402 - added -I../mmc
403
404 * mmc/MMcEvt.[hxx,cxx], mmc/McEvtBasic.[hxx,cxx]:
405 - changed the inheritance: MMcEvt now derives from MMcEvtBasic
406 so that both classes are interchangable
407 - increased both class versions
408 - chaged the default partictle in MMcEvtBasic from
409 kGAMMA to kUNDEFINED
410 - added new particle type: kUNDEFINED
411
412 * mhflux/MMcSpectrumWeight.[h,cc]:
413 - added
414
415 * callisto_Dec04Jan05.rc:
416 - commented MJPedestalC1.ExtractSignal.FallTimeHiGain
417 because it is the dfeault now
418
419 * msignal/MExtractTimeAndChargeSpline.cc:
420 - changed default of fgFallTimeHiGain to 0.5
421
422 * mimage/MHillasSrc.h:
423 - added copy constructor and Copy function
424
425 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]:
426 - implemented reading of automatic weights file following an
427 idea of Markus G.
428
429 * mjobs/MJPedestal.cc:
430 - fixed the reading of the resource file fopr the extractor
431 (reading the extractor from file can overwrite the seetings)
432
433 * msignal/MC_weights46.dat:
434 - updated from BCN cvs
435
436 * msignal/Makefile:
437 - added -I../mcalib
438
439 * callisto.rc:
440 - updated comments
441
442 * mcalib/MCalibrateData.[h,cc]:
443 - same small changes to layout
444 - mainly unrolled Form-statements
445
446 * msignal/MExtractFixedWindow.cc:
447 - added case 12 and a default for logain setting the
448 extractor resolution (partly taken from bcn cvs)
449
450
451
452 2005/05/25 Thomas Bretz
453
454 * callisto.cc, ganymed.cc, mars.cc, merpp.cc, readdaq.cc,
455 readraw.cc, sponde.cc, star.cc:
456 - made the output about the root version clearer
457
458 * mbase/MEvtLoop.cc:
459 - call CallProcess instead of Process for the mail tasklist
460 (this makes sure that all counters are correct) This should
461 NOT be done for Pre/PostProcess
462
463 * mbase/MStatusDisplay.cc:
464 - fixed a possible crash if padsave==NULL
465 - fixed the missing first tab in postscript files
466
467 * mbase/MTask.cc:
468 - initialize fNumExec0 with 0 (this was the reason why the
469 missing CallProcess in MEvtLoop didn't seem to have any effect
470 on the possible printing of the statistics
471
472 * mhflux/MAlphaFitter.cc:
473 - improved output
474
475 * mhflux/MHEffectiveOnTime.cc:
476 - added some eMail from Wolfgang about treating the calibration
477 events to the class description
478 - removed some debug output in Paint()
479
480 * mhflux/MHThetaSq.cc:
481 - replaced \\theta by \\vartheta
482
483 * mhvstime/MHPixVsTime.cc:
484 - fixed a bug found by marcos: the error bars weren't retrieved
485 correctly (instead of fTypeErr fType was requested)
486
487 * mjobs/MJStar.cc:
488 - do not use calibration events for rate and effective-on-time
489 calculation
490
491 * mjobs/MJob.cc:
492 - added some debug output to ExpandPath
493
494 * msignal/MExtractTime.h, msignal/MExtractTimeAndCharge.h,
495 msignal/MExtractor.h:
496 - added Print() to //*MENU*
497
498
499
500 2005/05/25 Daniela Dorner
501
502 * datacenter/macros/fillcalib.C, setupdb.C:
503 - changed presicion of parameter
504
505 * datacenter/macros/plotdb.C:
506 - added (macro to plot quality paramter from the DB)
507
508
509
510 2005/05/24 Daniela Dorner
511
512 * datacenter/macros/fillstar.C:
513 - added new parameters
514
515 * datacenter/macros/setupdb.C:
516 - added variables for the new parameters
517
518
519
520 2005/05/23 Daniela Dorner
521
522 * datacenter/scripts/fillstar:
523 - fixed bug in path
524
525 * datacenter/macros/fillstar.C, fillcalib.C, fillsignal.C:
526 - added check
527
528 * datacenter/macros/fillcalib.C, setupdb.C:
529 - adapted variables for the conversion factor
530
531
532
533 2005/05/20 Thomas Bretz
534
535 * RELEASE 0.9.2
536
537
538
539 2005/05/20 Daniela Dorner
540
541 * datacenter/scripts/insertdatasets,checkstardone:
542 - adapted paths for release
543
544 * datacenter/macros/fillstar.C:
545 - adapted functions to calculate psf and the ratio
546
547 * datacenter/scripts/runganymed:
548 - adapted ganymed command
549
550
551
552 2005/05/20 Thomas Bretz
553
554 * msignal/MExtractTimeAndChargeSlidingWindow.cc
555 - increased log-gain window from 6 to 8 according to an
556 UNDOCUMENTED change in the bcn cvs
557
558 * mhcalib/MHCalibrationChargePINDiode.cc:
559 - removed a check in fill according to an UDOCUMENTED change
560 in the bcn cvs
561
562 * mhcalib/MHCalibrationChargePINDiode.cc:
563 - use a dynamic_cast for the Fill-argument
564
565 * mjobs/MJCalibration.cc:
566 - shortened output line telling file name of hi-/lo-gain
567 calibration
568
569 * mjobs/MJPedestal.[h,cc]:
570 - moved code for PulsePosCheck into own function
571 - put also code for pixel check into this function
572 - added a sanity check for fExtractor at some places
573
574 * msignal/MExtractor.cc:
575 - added output of pedestal container - if available - in Print()
576 - improved format of Print() output
577
578 * mbase/MEvtLoop.[h,cc]:
579 - removed the obsolete (it was never been used) argument from
580 PreProcess
581 - replaced the second obsolete argument in Eventloop by a flag
582 whether statistics should be printer or not: default=kTRUE
583 - Print statistics automatically in Eventloop if tasklists
584 Process has ever been touched.
585
586 * mjobs/MJCalibTest.cc, mjobs/MJCalibration.cc, MJCalibrateSignal.cc,
587 mjobs/MJCut.cc, mjobs/MJOptimize.cc, mjobs/MJPedestal.cc,
588 mjobs/MJSpectrum.cc, mjobs/MJStar.cc:
589 - removed call to PrintStatistics - no done automatically in
590 MEvtLoop
591
592 * mpedestal/MExtractPedestal.cc:
593 - removed InitArrays after ReInit of fExtractor. It is done there
594 automatically
595
596 * mjobs/MJCalibrateSignal.cc:
597 - don't add pinext and bldext to tasklist if not necessary
598 (UNDOCUMENTED change from bcn cvs)
599
600 * callisto.rc, callisto_Dec04Jan05.rc:
601 - replaced wrong MaxHiGainVar by MaxSignalVar (was nowehere
602 really used)
603
604 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc:
605 - some simplifications to the access of histograms after the loop
606 has finished. There is no need to search for them in the parameter
607 list.
608
609 * mjobs/MJCut.cc:
610 - fixed the file-path when writing the status display and an
611 output path was given.
612
613 * mjobs/hilocalib_sp1.root:
614 - new intercalibration constants due to the latest bug-fixes
615
616 * manalysis/MCameraData.[h,cc]:
617 - removed all stuff depending on MSigmabar
618
619 * manalysis/MSigmabar*
620 - removed
621
622
623
624 2005/05/20 Markus Gaug (2005/05/19)
625
626 * mjobs/MJPedestal.cc:
627 - fixed an important bug in the setting of the incoming pedestal
628 pointer to the signal extractor. This bug caused the pedestals not
629 to be subtracted correctly in the calibration afterwards. The
630 effect was about 10% too high conversion factors for the digital
631 filter and the spline and more than 40% for the sliding window.
632 The bug existed since end of February! (Markus G.)
633
634
635
636 2005/05/20 Markus Gaug (2005/05/18)
637
638 * mcalib/MCalibrationChargeCalc.cc
639 - issue a warning if no colour has been set until the PostProcess.
640 (happens to old MC files).
641
642
643
644 2005/05/19 Markus Meyer
645
646 * mmuon/MHMuonPar.cc:
647 - add a second integral in the function paint, which is
648 plotted in the MStatusDisplay
649
650
651
652 2005/05/19 Daniela Dorner
653
654 * datacenter/macros/fillstar.C:
655 - add new parameter
656
657 * datacenter/macros/setupdb.C:
658 - adapted to new column in db
659
660 * callisto_Dec04Jan05.rc:
661 - set value for MJPedestalY2.MaxEvents from 2000 to 5000 to get
662 better statistics for the calculation of the mean pulse time
663 of the cosmisc
664
665 * datacenter/scripts/runganymed:
666 - fixed bug in path
667
668
669
670 2005/05/19 Thomas Bretz
671
672 * msignal/MExtractTimeAndCharge.cc:
673 - simplified a really cryptical use of the ?:-operator when
674 the fLoGainFirst is calculated
675 - fixed a bug introduced in the calculation of the derivatives
676
677 * mmain/MEventDisplay.cc:
678 - removed MC trigger display
679
680 * mbase/MTaskList.[h,cc]:
681 - member function to use MTaskList in a TIter
682
683 * mhflux/MAlphaFitter.[h,cc]:
684 - improved the output line plotted into the histogram
685 - implemented getter for fSigInt
686 - start integration in first bin not in underflow bin
687 - added 'background' option for scaling
688
689 * mhflux/MHAlpha.[h,cc]:
690 - added some comments
691 - improved DistancetoPrimitive
692
693 * mhflux/MHThetaSq.[h,cc]:
694 - derives the binning now from the cut value or the MAlphaFitter
695
696 * mjobs/MJStar.cc:
697 - moved weather data histogram back to the end - otherwise
698 MEventRate is not initialized before
699
700
701
702 2005/05/18 Thomas Bretz
703
704 * mcalib/MCalibCalcFromPast.cc:
705 - added missing fIntensQE to list of initialization in
706 constructor
707
708 * mcalib/MCalibrateData.cc:
709 - fixed a bug which caused kNo to be ignored
710 - removed a second check for the size of the badpixelcam
711
712 * mjobs/MJCalibrateSignal.cc:
713 - removed the obsolete second adding of filhil and filpul to
714 the tasklist
715
716 * mjobs/MJCalibration.cc:
717 - do not display result or statistics if no execution has taken
718 place
719
720 * mjobs/MJStar.cc:
721 - moved processing of CC-branch to the beginning of the tasklist
722
723 * msignal/MExtractTimeAndChargeSpline.[h,cc]:
724 - introduced some small changes to the validity range of
725 some variables
726 - determin the higher bound above which no search is done
727 analog to the lower bound using the fall-time
728 - CalcIntegral[Hi,Lo]Gain now returns sum. No need for a reference
729 - fixed calling Integral[HI,Lo]Gain in cases we are at the edge of
730 the valid range -- at a lot of position in the code random memory
731 above or below the arrays have been accessed.
732 - improved the numercila stability of CalcIntegral[Hi,Lo]Gain
733 more by calculating the number of steps from the rise and fall time.
734 this should at least give consistent results on the same machine!
735
736 * mbase/MContinue.cc:
737 - fixed a namimg problem of the filter when it is added to
738 the tasklist and has the same name as MContinue
739
740 * mcalib/MCalibrationChargeCalc.cc:
741 - for some sceen output the manipulator (inf) was missing
742
743 * msignal/MExtractPINDiode.cc, mcalib/MCalibrationChargeCalc.cc,
744 mcalib/MCalibrationChargeCam.cc:
745 - fixed a problem with the fit (it always tried to display
746 the fit-function somewhere)
747
748
749
750 2005/05/17 Thomas Bretz
751
752 * callisto.rc, callisto_Dec04Jan05.rc:
753 - added new comments diescribing setup of MFCosmics
754
755 * mfilter/MFCosmics.[h,cc]:
756 - skip bad pixels using MBadPixelsCam
757 - implemented a check in PostProcess about the fraction
758 of events which survived or were rejected
759 - added ReadEnv for setup
760
761 * mfilter/Makefile:
762 - added mbadpixels
763 - removed mmain and manalysis
764
765 * mhcalib/MHCalibrationChargeCam.h:
766 - removed numbers from data member descrition -- too much
767 to maintain
768
769 * mhcalib/MHCalibrationChargePINDiode.h:
770 - incremented version number (undocumented from bcn)
771
772 * mjobs/MJCalibration.cc:
773 - reorganized some TText output (undocumented from bcn)
774 - overwrite the default of MaxNumberEmptyPixels by 0.05
775 (undocumented from bcn)
776 - print tasklist statistics also if eventloop returned
777 KFALSE
778
779 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
780 - changed fgLoGainStartShift from -2.8 to -1.8
781 (undocumented from bcn)
782
783 * msignal/MExtractTimeAndChargeSlidingWindow.h:
784 - increased version number from 0 to 1 (undocumented from bcn)
785
786
787
788 2005/05/17 Markus Gaug (2005/05/16)
789
790 * msignal/MExtractor.[h,cc]
791 - introduce two new variables: fResolutionPerPheHiGain and
792 fResolutionPerPheLoGain, to be set by deriving extractors.
793 - set version number one higher.
794
795 * msignal/MExtractFixedWindow.[h,cc]
796 * msignal/MExtractTimeAndChargeSlidingWindow.[h,cc]
797 * msignal/MExtractTimeAndChargeSpline.[h,cc]
798 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
799 - set the variables fResolutionPerPheHiGain and
800 fResolutionPerPheLoGain
801
802 * msignal/MExtractPINDiode.[h,cc]
803 - adapt to current PIN Diode signal, fit signal with Gaussian
804 - set version number up by one.
805
806 * msignal/MExtractedSignalPINDiode.[h,cc]
807 - set new data member fExtractedChi2
808 - set version number up by one.
809
810 * mhcalib/MHCalibrationChargePINDiode.cc
811 - adapt one function to newly used names.
812 - adapt signal tests.
813
814 * mjobs/MJPedestal.[h,cc]
815 - read MBadPixelsCam together with extractor, if exisiting
816 (necessary for bad pixels exclusion in pulse position search).
817
818 * mjobs/MJCalibration.[h,cc]
819 - use MFCosmics in any case (not only for CT1-pulses) and apply
820 a quality criteria depending on number of rejected events:
821 MaxExcludedEvents (default: 50%).
822
823
824
825 2005/05/17 Daniela Dorner
826
827 * datacenter/macros/setupdb.C
828 - adapted to new column in datasetstatus-table
829
830 * datacenter/macros/checkstardone.C
831 - added (macro to check if star has been done for a sequence)
832
833 * datacenter/scripts/checkstardone
834 - added (script that executes checkstardone.C for all datasets
835
836 * datacenter/scripts/checkfilesforsequenceavail, fillcallisto,
837 fillstar
838 - fixed bug
839
840 * datacenter/scripts/buildsequenceentries, doexclusions,
841 writesequencefiles
842 - adapted paths
843
844 * datacenter/scripts/insertdataset
845 - added logging
846
847 * datacenter/scripts/runganymed
848 - added (script to run ganymed automatically for datasets)
849
850 * datacenter/scripts/runcallisto
851 - adapted paths
852 - fixed bug
853
854 * datacenter/scripts/runstar
855 - adapted paths
856 - fixed bug
857
858 * steps.rc
859 - adapted resource file to needs of the new table in db
860
861
862
863 2005/05/13 Daniela Dorner
864
865 * datacenter/macros/insertdataset.C
866 - added (macro, that inserts dataset into db)
867
868 * datacenter/macros/setupdb.C
869 - adapted to new table in db
870
871 * datacenter/scripts/insertdatasets
872 - added (script, that inserts datasets into db)
873
874 * datacenter/scripts/sourcefile
875 - added (file with commands and variables, that are needed by all
876 scripts)
877
878 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail
879 copyscript, correcttime, doexclusions,
880 filesondisk, fillcallisto, fillstar, runcallisto
881 runstar, writesequencefiles
882 - adapted scripts to the usage of the sourcefile
883
884 * datacenter/macros/fillcalib.C:
885 - changed name of histogram according to change of Markus
886 - removed debugoutput
887
888
889
890 2005/05/13 Thomas Bretz
891
892 * mreport/MReportCC.cc:
893 - fixed reading of rep-files for versions newer than V200404070
894
895 * mpointing/MSrcPosCalc.cc
896 - took a bugfix from Wolfgang to Loc0LocToCam and implemented it
897 Wolfgang: the results are changed only minimally
898
899 * msignal/MExtractTimeAndChargeSpline.cc
900 - integration ranges were shifted by 0.2 FADC slices to the right.
901 Fixed in the new algorithm according to Markus' change.
902
903 * mcalib/MCalibrationChargeCalc.h:
904 - Incremented ClassVersion number by 1
905
906 * mhcalib/MHCalibrationPulseTimeCam.cc:
907 - removed a commented debug output
908
909 * mjobs/MJCalibration.cc
910 - new undocumented adjust of "Unsuitable"- and "Unreliable"-displays
911 for new exclusion criteria taken from bcn
912
913 * manalysis/MEventRateCalc.cc:
914 - some fixes. In some cases the event rate wasn't calculated
915 anymore
916
917 * mbadpixels/MBadPixelsCalc.cc:
918 - fixed a bug when checking whether the check should be done
919 or not (>0 was missing)
920
921 * mhist/Makefile:
922 - added MHWeather
923
924 * mhvstime/MHVsTime.[h,cc]:
925 - implemented new function the set minimum
926
927 * mjobs/MJStar.cc:
928 - read weather data (CC tree)
929 - set minimum of rate-display to 0
930 - display weather data for non-MC files
931
932 * mmuon/MHSingleMuon.cc:
933 - slight change to a comment
934
935 * callisto.rc:
936 - added new possible setup
937
938 * callisto_Dec04Jan05.rc
939 - added new possible setup
940 - use default for MJCalibration.ExtractSignal.LoGainSwitch
941
942 * mbadpixels/MBadPixelsCalc.cc:
943 - exclude unsuitable pixels from mean/rms calculation
944 - changed the lower bound for the second mean loop from
945 0.5 to 0.66
946
947 * mbadpixels/MBadPixelsCam.cc:
948 - added case 102 returning the global unsuitable status
949 of an event
950
951 * mhist/MHCamEvent.h:
952 - added default 0 to SetThreshold
953
954 * mjobs/MJCalibrateSignal.cc:
955 - use new case 102 for unsuitable display
956 - enable counting (to get the correct display also with
957 profile option switched on)
958
959 * mraw/MRawRunHeader.cc:
960 - after displaying millions of hex numbers switch back to dec
961
962
963
964 2005/05/13 Markus Gaug (2005/05/12)
965
966 * msignal/MExtractTimeAndChargeDigitalFilter.cc
967 - set default extraction range in the high gain to 4.
968 - set default weights file to cosmics_weights46.dat
969
970 * mhcalib/MHCalibrationHiLoCam.cc
971 - set Oscillations to kFALSE
972
973 * mhcalib/MHCalibrationChargeCam.cc
974 - set default for fNumHiGainSaturationLimit to 0.15
975
976 * mjobs/MJCalibrateSignal.[h,cc]
977 - put MHCalibrationHiLoCam and MHCalibrationPulseTimeCam directly
978 into tasklist if needed. Otherwise, it does not read the
979 resources from the config. file.
980
981
982 2005/05/11 Markus Gaug (2005/05/11)
983
984 * mjobs/MJPedestal.cc
985 - adjust the fit ranges for the histogramming with moon data slightly.
986
987 * mcalib/MCalibrationChargeCam.cc, mcalib/MCalibrationChargeCalc.cc
988 - make a distinction between newly excluded pixels (by calibration)
989 and previously excluded pixels in the displays and print-functions
990
991 * mcalib/MCalibrationChargeCalc.cc
992 - introduce the check for fluctuating arrival times.
993 - set charge limit to from 2.5 to 4.5
994 - introduce asymmetric exclusion due to "deviating number of phes":
995 Default: -9.0 +4.5
996 - make deviating number of phes unsuitable (see David's findings).
997
998 * mbadpixels/MBadPixelsPix.h
999 - add kDeviatingNumPhes to function GetUnsuitableCalLevel()
1000
1001
1002
1003 2005/05/13 Daniela Dorner
1004
1005 * datacenter/scripts/runstar
1006 - fixed bug in the calculation of the number of to-do-files
1007
1008 * datacenter/scripts/runcallisto
1009 - fixed bug in the calculation of the number of to-do-files
1010
1011
1012
1013 2005/05/12 Daniela Dorner
1014
1015 * datacenter/macros/fillcalib.C:
1016 - removed debugoutput
1017
1018 * datacenter/macros/fillstar.C:
1019 - added (macro to read parameters from the star*.root files and
1020 fill them into the db)
1021
1022 * datacenter/macros/setupdb.C:
1023 - added new table 'Star'
1024
1025 * datacenter/macros/buildsequenceentries.C:
1026 - added delete-query for new table 'Star' in the delete function
1027
1028 * datacenter/scripts/runstar
1029 - changed number of processes
1030
1031 * datacenter/scripts/runcallisto
1032 - changed number of processes
1033
1034 * datacenter/scripts/fillstar
1035 - added (script to run macro fillstar.C automatically)
1036
1037
1038
1039 2005/05/12 Thomas Bretz
1040
1041 * mcalib/MCalibrationChargeCam.cc:
1042 - fixed a bug in FinalizeArrivalTime which caused Form() to hang
1043
1044 * mmuon/MHMounPar.[h,cc]
1045 - added a line showing a reference shape
1046
1047 * star.rc:
1048 - added setup strings for software trigger
1049
1050 * mbase/MContinue.cc:
1051 - allow setup of already set filters in ReadEnv. They must not
1052 necessarily be already in the tasklist
1053
1054 * mcalib/MCalibrationChargeCalc.cc:
1055 - shortened a lot of Form() calls to reduce the risk of
1056 memory corruption
1057
1058 * mjobs/MJCalibration.cc:
1059 - some cosmetics to text in pad
1060
1061 * mraw/MRawRunHeader.[h,cc]:
1062 - a fix to MRawRunHeader because the definition of the
1063 raw-data format has changed. fProjectName and fSourceName
1064 has no trailig \0 anymore by default
1065 - incremented ClassVersion by 1
1066
1067
1068
1069 2005/05/12 Markus Meyer
1070
1071 * mmuon/MHMounPar.[h,cc]
1072 - added function Paint. This function integrates the TProfile
1073 ArcWidth/Radius Vs. Radius between certain values and shows
1074 the result in the Status Display
1075
1076 * mmjobs/MJStar.cc
1077 - changed the default values for the final muon cuts
1078
1079 * star.rc
1080 - changed the default values for the final muon cuts
1081
1082
1083
1084 2005/05/11 Thomas Bretz
1085
1086 * mbase/MStatusDisplay.cc:
1087 - fixed year of copyright
1088
1089 * mcalib/MCalibCalcFromPast.cc:
1090 - undocumented change from BCN: a new resource has been implemented
1091 in ReadEnv (NumEventsDump)
1092
1093 * mjobs/MJob.[h,cc]:
1094 - added new static member function which can be used
1095 to overwrite relative paths with a default
1096
1097
1098
1099 2005/05/11 Abelardo Moralejo (2005/05/11)
1100
1101 * mjobs/MJPedestal.cc
1102 - Fixed use of MFTriggerPattern: first, added it to the tasklist
1103 (was missing); second, added to tasklist MTriggerPatternDecode
1104 before MFTriggerPattern. This was the reason for the problems
1105 reported by T. Coarasa on May 9. I do not know why the behaviour
1106 of the previous version depended on compiler, but this seemed to
1107 be the case...
1108
1109
1110
1111 2005/05/11 Markus Gaug (2005/05/11)
1112
1113 * mjobs/MJCalibration.cc
1114 - display in Tab "Conv" in the 3rd column the conversion to equiv.
1115 phes instead of Cherenkov photons.
1116
1117 * mjobs/calibrationref.rc, mjobs/calibrationref_Nov04.rc,
1118 mjobs/calibrationref_Dec04.rc:
1119 - add reference lines for the conv. to equiv. phes.
1120
1121 * mcalib/MCalibrationChargeCam.cc, mcalib/MCalibrationChargeCalc.cc:
1122 - make a distinction between newly excluded pixels (by calibration)
1123 and previously excluded pixels in the displays and print-functions
1124
1125 * mcalib/MCalibrationChargeCalc.cc
1126 - introduce the check for fluctuating arrival times.
1127 - set charge limit to from 2.5 to 4.5
1128
1129
1130
1131 2005/05/10 Markus Gaug (2005/05/10)
1132
1133 * mhcalib/MHCalibrationHiLoCam.cc
1134 - ask for averageing and do not fill the arrays per pixel any more.
1135 This caused too much memory usage for the calculation of the
1136 high-gain low-gain inter-calibration constants.
1137
1138 * mcalib/MCalibrationChargePix.[h,cc]
1139 - store number of saturated events in the results container.
1140 - set version number by one higher (due to new data member).
1141
1142 * mhcalib/MHCalibrationChargeCam.cc
1143 - store number of saturated events in the results container.
1144 - allow reading of NumHiGainSaturationLimit and
1145 NumLoGainSaturationLimit in ReadEnv
1146 - set saturation limit from 5% to 8.5%
1147
1148 * mbadpixels/MBadPixelsPix.h
1149 - introduce new bits: kDeadPedestalRms, kPreviouslyExcluded,
1150 kFluctuatingArrivalTimes
1151
1152 * mbadpixels/MBadPixelsCam.cc
1153 - set bit kPreviouslyExcluded in the AsciiRead-Function
1154 - include three new bits in the Print() function
1155
1156 * mjobs/MJCalibration.cc
1157 - display excluded pixels from DeadPedestalRms in Defect-Tab.
1158 - display correct error of the RMS/Mean charge diagramm.
1159
1160 * mcalib/MCalibrationChargeCam.cc
1161 - calculate the error of RMS/Mean values in GetPixelContent Nr.33
1162
1163
1164
1165 2005/05/11 Hendrik Bartko (2005/05/09)
1166
1167 * msignal/MC_weights46.dat
1168 - updated weights file for digital filter with dedicated MC weights
1169 with 4 slices for the high gain and 6 slices for the low gain
1170
1171
1172
1173 2005/05/10 Daniela Dorner
1174
1175 * datacenter/macros/fillcalib.C:
1176 - added some parameters (reading from calib*.root and inserting
1177 into db)
1178
1179 * datacenter/macros/setupdb.C:
1180 - adapted macro to the new columns in the calibration db
1181
1182 * datacenter/macros/fillsignal.C:
1183 - fixed typo
1184
1185
1186
1187 2005/05/10 Markus Meyer
1188
1189 * mmuon/*:
1190 - update of the class documentation
1191
1192 * mmuon/*:
1193 - commented out the ArcLength and Estimpact (will be not
1194 calculated for the moment)
1195
1196
1197
1198 2005/05/10 Thomas Bretz
1199
1200 * mreport/MReportStarguider.cc:
1201 - introduced the correct version which marked the fix of the
1202 units of the nominal position
1203
1204 * callisto.rc:
1205 - introduced a new line for new option in MCalibColorFromPast
1206
1207 * ganymed.cc:
1208 - removed option "--full-display" -> now default
1209
1210 * manalysis/MEnergyEstimate.cc:
1211 - print the rule a bit earlier in PreProcess
1212
1213 * mfilter/MFDeltaT.cc:
1214 - fixed a typo in the output
1215
1216 * mhflux/MAlphaFitter.cc:
1217 - some improvements to output
1218
1219 * mjobs/MJCut.cc:
1220 - added ThetaSquared to output
1221
1222 * mjobs/MJStar.cc:
1223 - fixed bug in copying of OriginalMC tree
1224
1225 * mmuon/MMuonCalibParCalc.cc:
1226 - removed obsolete setting of ReadyToSave
1227
1228 * mjobs/MJSpectrum.cc:
1229 - made sure the correct type of MHAlpha is used
1230
1231
1232
1233 2005/05/10 Markus Gaug (2005/05/09)
1234
1235 * mjobs/hilocalib_sp1.root
1236 * mjobs/hilocalib_sp1_mc.root
1237 - new hi-lo intercalibration files with the fixed spline extractor.
1238
1239 * mjobs/hilocalib_df46_mc.root
1240 - new hi-lo intercalibration files from MC with the left out -O5
1241 option. (The real data files had already the correct executable).
1242
1243
1244
1245 2005/05/10 Hendrik Bartko (2005/05/09)
1246
1247 * msignal/MC_weights46.dat
1248 - NEW weights file for digital filter with dedicated MC weights
1249 with 4 slices for the high gain and 6 slices for the low gain
1250
1251
1252
1253 2005/05/10 Markus Gaug (2005/05/08)
1254
1255 * mhcalib/MHCalibrationCam.[h,cc]
1256 - introduce parameters fLowerFitLimit and fHigherFitLimit to
1257 tell explicitly from outside to fit functions in a certain
1258 range. If both are 0. (default), the histogram limits define
1259 the fit limits (as before).
1260
1261
1262
1263 2005/05/10 Abelardo Moralejo (2005/05/07)
1264
1265 * mcalib/MMcCalibrationCalc.cc
1266 - in Process, fixed wrong estimate of true number of "equivalent
1267 photoelectrons" (correctedphotel). This worked roughly OK as long
1268 as the file used for calibration was a (noiselesss) gamma file,
1269 because most light is contained in the inner camera and the
1270 problem was related to the light going into the outer pixels. So
1271 results are not much affected, unless one uses for calibration
1272 a file with events having a lot of light in the outer camera.
1273 Thomas Hengstebeck noticed this problem when he used a file of MC
1274 calibration pulses in mccalibrate.C
1275
1276 * manalysis/MMcCalibrationUpdate.[h,cc]
1277 - Added possibility to set the hi to lo gain conversion factor.
1278 Until now the factor was simply the ratio of pulse areas as read
1279 from MMcFadcHeader. This of course is not the factor to be applied
1280 to the extracted signals unless the extractor integrates the full
1281 pulse in both high and low gain. The factor depends then on the
1282 extractor, and the user has to find out what its value is.
1283 Set as default calibration type kPhe.
1284
1285 * macros/mccalibrate.C, starmc.C
1286 - Added the setting of the hi to lo gain conversion factor (see
1287 above). For now it has to be calculated by the user. However, it
1288 is strongly recommended from now on to use always callisto for the
1289 calibration of real data, and not these macros. These are kept
1290 just for checking purposes, mostly by "experts".
1291
1292
1293
1294 2005/05/10 Robert Wagner (2005/05/06)
1295
1296 * mreport/MReportStarguider.[h,cc]:
1297 - Bugfix: Sequence of extracting fDevZd and fDevAz (switched)
1298
1299
1300
1301 2005/05/10 Markus Gaug (2005/05/05)
1302
1303 * mcalib/MCalibCalcFromPast.[h,cc]
1304 - introduce flag "fUpdateWithFFactorMethod" which allows to use the
1305 entire results obtained with the F-Factor method (including a new
1306 number of mean photo-electrons). This possibility is switched on
1307 (only) if somewhere in the callisto.rc file the following line is
1308 written:
1309 MJCalibrateSignal.MCalibCalcFromPast.UpdateWithFFactorMethod: yes
1310 (Default is still the old way of adjusting the relative extracted
1311 charges w.r.t. the mean charge over the inner camera).
1312
1313
1314
1315 2005/05/10 Markus Gaug (2005/05/02)
1316
1317 * mcalib/MCalibrationChargeCam.[h,cc]
1318 - added new function MergeHiLoConversionFactors
1319
1320 * mcalib/MCalibColorSteer.[h,cc]
1321 - introduce copying of hi-lo calibration factors from one cam to
1322 the next in intensity calibration.
1323 - added storage of averageing histograms of flag fHistStorage is
1324 set
1325
1326 * mcalib/MCalibrationIntensityCam.[h,cc]
1327 - introduce place for storage of averageing histograms (if wanted).
1328
1329
1330
1331 2005/05/09 Markus Meyer
1332
1333 * mmuon/MHSingleMuon.cc
1334 - changed the default value for the binning of fHistPhi
1335 - changed the start parameter for the gaussian fit for the
1336 calculation of ArcWidth
1337
1338
1339
1340 2005/05/09 Thomas Bretz
1341
1342 * callisto.cc, ganymed.cc, mars.cc, merpp.cc, readdaq.cc,
1343 readraw.cc, showplot.cc, sinope.cc, sponde.cc, star.cc:
1344 - changed order of initialization such that a real NULL
1345 output is possible
1346 - changed TApplication name from upper to lower case
1347 - in some applications replaced manual setup of gLog with
1348 gLog.Setup
1349
1350 * showlog.cc:
1351 - improved alorithm
1352
1353 * showplot.cc:
1354 - implemented Print options
1355
1356 * mbase/MLog.[h,cc]:
1357 - fixed a bug which caused output in NULL output
1358 - added Getter IsNullOutput
1359
1360 * mbase/MStatusDisplay.[h,cc]:
1361 - implemented PDF and SVG printing
1362 - moved "Save As Something" to new submenu
1363 - fixed and improved printing
1364 - implemented PrintDialog for printing
1365 - implemented printing of log (untested)
1366 - allow saving by extension (line Print() in root): SaveAs
1367
1368 * mfileio/MWriteRootFile.h:
1369 - replaced BIT(17) by BIT(23) to improve compatibility with
1370 root 4.04/00 and upcomming versions
1371
1372 * mhflux/Makefile, mjobs/MJCut.cc:
1373 - replaced MTheta by MThetaSq to get rid of a problem
1374 with the automatic naming of the binning (BinningTheta)
1375
1376 * mhist/MHCamera.[h,cc]:
1377 - fixed a workaround (it has been fixed in root 4.04/00)
1378 - allow setting the palette through the Draw-option. This allows
1379 storage of the palette
1380 - removed fColor. The palette is now diretly set though gStyle in
1381 Paint
1382
1383 * mjobs/MJOptimize.cc:
1384 - restore null output correctly after eventloop
1385
1386 * mjobs/MJSpectrum.cc:
1387 - renamed Hist and HistOff to HistE and HistEOff
1388 - added binnings M3Long and Conc1
1389
1390
1391
1392 2005/05/06 Thomas Bretz
1393
1394 * mbase/MStatusDisplay.cc:
1395 - fixed constructor to work with newer root versions
1396 (gClient!=NULL)
1397
1398 * mfileio/MWriteRootFile.h:
1399 - added a comment about BITs used by root
1400
1401 * mhflux/MHEffectiveOnTime.cc:
1402 - use 1e-10 instead of 0 in TPad::Divide
1403
1404
1405
1406 2005/05/06 Daniela Dorner
1407
1408 * datacenter/scripts/copyscript:
1409 - added command to ensure the correct permissions of the files
1410 on disk
1411
1412
1413
1414 2005/05/04 Markus Meyer
1415
1416 * mjobs/MJStar.cc:
1417 - added cut in ArcWidth (final cuts for muons)
1418
1419 * star.rc:
1420 - added cut in ArcWidth
1421
1422 * mmuon/MHSingleMuon.h
1423 - added a Getter for fHistWidth
1424
1425
1426
1427 2005/05/04 Thomas Bretz
1428
1429 * mfileio/MWriteRootFile.cc:
1430 - fixed a possible infinite loop when compiling the new
1431 file name as suggested by Abelardo
1432
1433 * mhflux/MHAlpha.cc:
1434 - search for fName+"Off" instead of ClassName()+"Off"
1435
1436 * mjobs/MJSpectrum.cc:
1437 - scale the displayed zd-plots by their maximum as the
1438 histograms are scaled before
1439
1440 * mjobs/MJStar.cc:
1441 - implemented writing of the muon parameters. This takes another
1442 5% of the time (in total 15-20% for muon analysis). It enlarges
1443 the file size by roughly 15% (a test file was enlarged from
1444 5.1M to 5.9M)
1445
1446 * mmuon/MMuonCalibPar.cc:
1447 - set default of ArcPhi to an invalid value = -1
1448
1449 * mreport/MReportDrive.cc:
1450 - fixed a typo in the comments
1451
1452
1453
1454 2005/05/03 Thomas Bretz
1455
1456 * mjobs/MJCut.cc:
1457 - added histogram <Fake->'OnTime' for MC
1458
1459 * mpointing/MSrcPosCalc.cc:
1460 - removed dependancy on MTime for MC
1461
1462 * star.cc:
1463 - addde possibility to switch off muon analysis
1464
1465 * star.rc:
1466 - added parameters for muon analysis
1467
1468 * mbadpixels/MBadPixelsCam.cc:
1469 - fixed a typo in a comment
1470
1471 * mjobs/MJStar.[h,cc]:
1472 - added possibility to switch off muon analysis
1473
1474 * mjobs/Makefile:
1475 - added -I../mmuon
1476
1477 * mjobs/MJCut.cc, mjobs/MJSpectrum.cc:
1478 - renamed MHAlpha to Hist (to have a common naming for all options)
1479 - renamed MHAlphaOff to HistOff
1480
1481
1482
1483 2005/05/02 Thomas Bretz
1484
1485 * ganymed.rc:
1486 - updated to the latest changes
1487
1488 * mhflux/MHAlpha.[h,cc]:
1489 - made a base class with the necessary interface to derived classes
1490 to support other variables like dca or theta
1491
1492 * mjobs/MJCut.[h,cc]:
1493 - added support for MHAlpha derived classes
1494 - made MHTheta the default
1495
1496 * mhflux/MHTheta.[h,cc]:
1497 - added
1498
1499 * mhflux/Makefile, mhflux/FluxLinkDef.h:
1500 - added MHTheta
1501
1502
1503
1504 2005/04/29 Thomas Bretz
1505
1506 * manalysis/MEventRateCalc.cc:
1507 - fixed jumps when a new run is initiated
1508 - set as time a time which represents the starting point
1509 of the calculation interval in all cases
1510
1511 * star.rc, mmuon/MMuonCalibParCalc.cc, mmuon/MMuonSetup.[h,cc]:
1512 - fixed wrong units of thresholds for muon analysis
1513
1514 * mmuon/MHSingleMuon.cc:
1515 - removed obsolete conversion factor in error calculation
1516 - FindeCreateObj called for MMuonSetup
1517 - get NDF from fit
1518 - optimized FindRangeAboveThreshold
1519 - handle special case when arcphi is 360deg
1520
1521 * star.cc:
1522 - replaced ProcessFile by Process
1523
1524 * mjobs/MJSpectrum.cc:
1525 - renamed second MHAlpha tab to MHAlphaOn to be able to
1526 access each tab uniquely
1527 - fixed a bug calling SetStats which could cause crashes
1528
1529 * mjobs/MJStar.[h,cc]:
1530 - preliminary implementation of the muon analysis
1531 - reanamed ProcessFile to Process
1532
1533
1534
1535 2005/04/28 Thomas Bretz
1536
1537 * manalysis/MMultiDimDistCalc.[h,cc]:
1538 - replaced MHadronness by MParameterD
1539
1540 * mhflux/MHEnergyEst.cc:
1541 - removed obsolete include of MEnergyEst
1542
1543 * mmuon/MHMuonPar.cc:
1544 - fixed a type in an axis label
1545
1546
1547
1548 2005/04/27 Thomas Bretz
1549
1550 * Makefile:
1551 - added mmuon
1552 - remobed mstarcam
1553
1554 * callisto.cc, ganymed.cc, star.cc:
1555 - renamed ProcessFile to Process
1556
1557 * star.rc:
1558 - added some muon parameters
1559
1560 * mastro/MAstroCamera.[h,cc]:
1561 - temporarily removed interface to MStarPos
1562
1563 * mbase/MStatusArray.h:
1564 - added default constructor
1565
1566 * mcalib/MCalibColorSet.cc:
1567 - added runs 39942, 39944, 44834, 39941, 39943 and 44833
1568 (undocumented change from the BCN cvs)
1569
1570 * mjobs/MJCalib.[h,cc], mjobs/MJCalibTest.[h,cc],
1571 mjobs/MJCalibrateSignal.[h,cc], mjobs/MJCalibration.[h,cc],
1572 mjobs/MJCut.[h,cc], mjobs/MJPedestal.[h,cc]:
1573 - removed support for MRunIter (use the setter of MSequence
1574 instead) -- this makes the code a lot easier to maintain
1575 - removed support for autodetection if the output already exists --
1576 this makes the code a lot easier to maintain
1577 - renamed ProcessFile to Process - which was missleading
1578
1579 * mmuon/MHMuonPar.[h,cc]:
1580 - changes to axis labels etc.
1581
1582 * mmuon/MMuonCalibPar.[h,cc]:
1583 - removed the histograms and all obsolete variables
1584 - removed obsolete SetUseUnmap (this cannot happen
1585 by definition of Unmap)
1586
1587 * mmuon/MMuonCalibParCalc.[h,cc]:
1588 - moved the code for calculation the parameters to new class
1589 MHSingleMuon
1590
1591 * mmuon/MMuonSearchPar.[h,cc]:
1592 - replaced arbitrary fir by minuit (faster and more accurate)
1593 - removed precalculation of muon center - makes fit worse
1594
1595 * mmuon/MMuonSearchParCalc.[h,cc]:
1596 - fixes to comments
1597 - fixes to includes
1598
1599 * mmuon/MMuonSetup.[h,cc]:
1600 - binnings removed (replaces by MBinning)
1601
1602 * mmuon/Makefile, mmuon/MuonLinkDef.h:
1603 - added MHSingleMuon
1604
1605 * msignal/MExtractTimeAndchargeSpline.cc:
1606 - fixed a bug found by Abelardo which could cause different
1607 results with different compiler optimiztaion options due
1608 to rounding errors.
1609
1610
1611
1612 2005/04/25 Thomas Bretz
1613
1614 * ganymed.cc:
1615 - changed policy of writing the resulting events to the result file
1616
1617 * sponde.cc:
1618 - added commandline option to use all monte carlos
1619 - added command line option to read the MCs more accurate
1620
1621 * sponde.rc:
1622 - added
1623
1624 * mbase/MStatusDisplay.[h,cc]:
1625 - added some code to get Tab by name
1626 - fixed a typo in a status line output
1627
1628 * mhbase/MH.[h,cc], mhbase/MH3.[h,cc], mhflux/MHFalseSource.h,
1629 mhist/MHCamEvent.[h,cc], mhist/MHCamEventRot.h,
1630 mhist/MHEvent.h, mhist/MHStarMap.h, mhist/MHTriggerLvl0.[h,cc],
1631 mhistmc/MHMcTriggerLvl2.[h,cc], mhvstime/MHPixVsTime.[h,cc],
1632 mhvstime/MHSectorVsTime.[h,cc], mimage/MHHillas.[h,cc],
1633 mimage/MHHillasExt.[h,cc], mimage/MHHillasSrc.[h,cc],
1634 mimage/MHImagePar.[h,cc], mimage/MHNewImagePar.[h,cc]:
1635 - changed GetHistByName to be const-qualified to be compatible
1636 with FindObject
1637 - added some FindObject function to call GetHistByName
1638
1639 * mhflux/MHAlpha.[h,cc]:
1640 - changed such, that it can be forced to display the excess
1641 events versus size
1642
1643 * mjobs/MJCut.[h,cc]:
1644 - display number of excess events versus Size per default
1645 - removed energy estimator
1646
1647 * mjobs/MJOptimize.cc:
1648 - display number of excess events verss size after optimization
1649
1650 * mjobs/MJSpectrum.[h,cc]:
1651 - implemented setting up energy estimator
1652 - replaced some gLog by fLog
1653 - display comparison of image parameters
1654
1655
1656
1657 2005/04/22 Thomas Bretz
1658
1659 * mbase/MStatusArray.[h,cc]:
1660 - switch off adding histograms to gDirectory in newly
1661 overwritten Read-function
1662
1663 * mhflux/MHCollectionArea.[h,cc]:
1664 - implemented member function GetHistSel
1665 - don't display full statistics
1666 - fixed a possible crash in Paint
1667
1668
1669
1670 2005/04/22 Markus Meyer
1671
1672 * mmuon/MMuonSetup[.h.cc]:
1673 - new container class for muon parameters
1674 which are not changing from event to event
1675 (setup parameters for the analysis). These
1676 parameters were stored in MMuonCalibPar before
1677
1678 * mmuon/MMuonCalibPar[.h.cc]:
1679 - changed MCerPhotEvt and MCerphotPix to MSignalCam
1680 and MSignalPix to read the new format
1681 - removed the setup parameters (stored now in
1682 MMuonSetup)
1683 - removed all the sanity checks
1684 - removed pre-cuts
1685 - cuts in process, to save only muon-like events
1686
1687 * mmuon/MMuonCalibParCalc[.h.cc]:
1688 - changed MCerPhotEvt and MCerphotPix to MSignalCam
1689 and MSignalPix to read the new format
1690 - removed pre-cuts
1691
1692 * mmuon/MMuonSearchPar[.h.cc]:
1693 - changed MCerPhotEvt and MCerphotPix to MSignalCam
1694 and MSignalPix to read the new format
1695 -
1696
1697 * mmuon/MMuonSearchParCalc[.h.cc]:
1698 - changed MCerPhotEvt and MCerphotPix to MSignalCam
1699 and MSignalPix to read the new format
1700
1701 * mmuon/MHMuonPar[.h.cc]:
1702 - new histgram class, plots different muon
1703 parameters
1704
1705
1706
1707 2005/04/21 Daniela Dorner
1708
1709 * datacenter/scripts/runcallisto:
1710 - fixed choice of todofile
1711
1712 * datacenter/scripts/copyscript:
1713 - adapted some paths
1714
1715 * datacenter/macros/filldotrun.C:
1716 - added 6 new arehucas versions
1717
1718 * datacenter/scripts/writesequencefile:
1719 - added make path for sequencefiles
1720
1721
1722
1723 2005/04/21 Thomas Bretz
1724
1725 * mhcalib/MHCalibrationRelTimeCam.cc:
1726 - fixed usage of a uninitialized pointer
1727
1728 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc:
1729 - fixed usage of MFTriggerPattern
1730
1731 * mtrigger/MFTriggerPattern.[h,cc]:
1732 - allow to set default from outside in case no pattern
1733 could be decoded
1734
1735
1736
1737 2005/04/20 Thomas Bretz
1738
1739 * callisto.cc:
1740 - added a comment which shows how to correctly skip job2 if
1741 extractor doesn't inherit from MExtractTimeAndCharge, but...
1742 // This could skip job2 if extractor doesn't inherit from
1743 // MExtractTimeand Charge... but this is not necessary.
1744 // We only get the same pedestal twice (which we want to have
1745 // anyhow. A switch when using the result of job2 later is also
1746 // not necessary, because without running job2 it is identical
1747 // with job1
1748
1749 * mjobs/MSequence.cc:
1750 - use the sequence number'd directories in case of calibrated data
1751 and image files instead of the date.
1752
1753 * mhflux/MAlphaFitter.cc:
1754 - copy also results in Copy()
1755
1756 * mjobs/MJOptimize.cc:
1757 - print result of optimization in case MAlphaFitter is used
1758 - store results back in initial MAlphaFitter
1759
1760 * mjobs/MJSpectrum.[h,cc]:
1761 - implemented a faster simple mode weighting the read spectrum
1762 with the theta-probability
1763
1764
1765
1766 2005/04/20 Daniel Mazin (2005/04/18)
1767
1768 * mreport/MReportCamera.[h,cc]
1769 - added necessary changes to include Active Load and Central Pixel
1770 info from Camera reports
1771
1772 * mcamera/MCameraActiveLoad.[h,cc]
1773 - added to store Active Load info from the Camera reports
1774
1775 * mcamera/MCameraCentralPix.[h,cc]
1776 - added to store Central Pixel info from the Camera reports
1777
1778 * mcamera/Makefile
1779 * mcamera/CameraLinkDef.h
1780 - added MCameraActiveLoad and MCameraCentralPix classes
1781
1782
1783
1784 2005/04/20 Markus Gaug (2005/04/15)
1785
1786 * mcalib/MCalibrationChargeCam.[h,cc]
1787 - added new function CopyHiLoConversionFactors
1788
1789
1790
1791 2005/04/20 Markus Gaug (2005/04/14)
1792
1793 * mcalib/MCalibColorSteer.[h,cc]
1794 - fixed a bug in the recognition of the calibration bit pattern.
1795 Concerns only intensity calibration.
1796
1797 * mcalib/MCalibrationRelTimeCalc.cc
1798 - return kTRUE instaed of kFALSE in case that the Process() has
1799 never been executed.
1800
1801 * mjobs/MJCalibration.cc
1802 - add a filter against PIN Diode events since some of the recent
1803 calibration runs have been taken with Pin Diode.
1804
1805
1806
1807 2005/04/12 Markus Gaug
1808
1809 * mcalib/MCalibrationCam.[h,cc]
1810 - added a storage place for the run number
1811
1812 * mcalib/MCalibCalcFromCalc.[h,cc]
1813 - store the run number in the individual MCalibrationCams
1814
1815
1816
1817 2005/04/19 Thomas Bretz
1818
1819 * mjobs/MJCut.cc:
1820 - fixed a problem when not enabling "--res"
1821
1822 * mimage/MHVsSize.[h,cc]:
1823 - added more displayed variables
1824
1825 * mjobs/MJSpectrum.[h,cc]:
1826 - added
1827
1828 * mjobs/Makefile, mjobs/JobsLinkDef.h:
1829 - added MJSpectrum
1830
1831 * Makefile:
1832 - added sponde.cc
1833
1834 * sponde.cc:
1835 - added
1836
1837 * mhbase/MBinning.h:
1838 - added Print() to //*MENU*
1839
1840 * mhflux/MAlphaFitter.cc:
1841 - do not set inf-flag in Print()
1842
1843 * mhflux/MHAlpha.[h,cc]:
1844 - set all-flag for printing MAlphaFitter("result")
1845 - added Getter for excess histogram
1846
1847 * mjobs/MDataSet.[h,cc]:
1848 - allow to initialize a TChain from this dataset
1849
1850 * mjobs/MJCut.cc:
1851 - moved energy estimator back before Cut0 otherwise the
1852 EnergyEst container is missing in summary file
1853
1854 * mhflux/MHCollectionArea.cc:
1855 - draw efficiency into third pad
1856
1857
1858
1859 2005/04/18 Thomas Bretz
1860
1861 * manalysis/MCompProbCalc.cc, mbadpixels/MBadPixelsCalc.cc,
1862 mbadpixels/MBadPixelsTreat.cc:
1863 - some fixes to documentation (THtml complained about missing
1864 classes)
1865
1866 * mbase/MStatusArray.[h,cc]:
1867 - implemented some functions to print contents of StatusArray
1868 and/or tab/canvas.
1869
1870 * mhbase/MFillH.cc:
1871 - remove fH from ListOfPrimitives before adding Clone in
1872 PostProcess
1873
1874 * mhbase/MH.[h,cc]:
1875 - implemented new member function RemoveFromPad (necessary
1876 if a class should support same-option)
1877
1878 * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
1879 mimage/MHImagePar.cc, mimage/MHNewImagePar.cc, mimage/MHVsSize.cc:
1880 - fixed naming in case of same-option in Draw
1881 - remove previous histograms from pad in case of same-option
1882
1883 * mjobs/MJCut.[h,cc]:
1884 - write all binnings in WriteResult
1885 - write MHillasExt to output
1886 - BinningWidth, BinningLength and BinningDist added
1887
1888 * mjobs/MJOptimize.[h,cc]:
1889 - fixed a typo in output
1890 - allow to exchange Test-/Train-Sample
1891
1892 * ganymed.cc:
1893 - implemented "-mc" option to allow cutting MC samples
1894
1895 * showlog.cc:
1896 - implemented real treatment of debug-levels
1897 - return 1 instead of 0 in cae of normal finish
1898
1899 * manalysis/MEnergyEstimate.h, mbase/MContinue.h,
1900 mhflux/MAlphaFitter.h:
1901 - added Print() to context //*MENU*
1902
1903 * manalysis/MMatrixLoop.cc:
1904 - fixed returning of number of entries if using split mode
1905
1906 * mbase/MContinue.cc:
1907 - implemented Print() function
1908
1909 * mbase/MParContainer.[h,cc]:
1910 - in Read set name of object to argument name if argument!=NULL
1911 - reordered some checks for Method calls
1912
1913 * mdata/MDataFormula.cc:
1914 - fixed a problem with the replacement if using [?] for
1915 fits
1916
1917 * mfbase/MFEventSelector2.cc:
1918 - replaced some +=1 and -=1 by ++ and --
1919
1920 * mfileio/MReadMarsFile.cc:
1921 - fixed a bug which caused Preprocess to crahs if instatiated
1922 with default constructor
1923
1924 * mhbase/MH.cc, mhflux/MHEffectiveOnTime.cc:
1925 - use dynamic_cast if getting "stats"
1926
1927 * mhflux/MAlphaFitter.cc:
1928 - small updates to output
1929
1930 * mhflux/MHEnergyEst.cc:
1931 - fixed all axis lables
1932 - implemented fit of resolution
1933 - initialize fBias=0 in SetupFill
1934 - enhances Print() output
1935
1936 * mjobs/MJCalibrateSignal.cc:
1937 - moved all tasks for interleaved calibration events to
1938 a third tasklist
1939
1940 * mjobs/MJCut.[h,cc]:
1941 - implemented correct treatment of MC files
1942 - write resulting events to result file if no filename set
1943 - moved energy estimator behind cuts
1944
1945 * mjobs/MJOptimize.cc:
1946 - changed RunEnergy such, that it can correctly treat
1947 MC files written by ganymed using wobble-mode
1948
1949 * mbase/MStatusDisplay.cc:
1950 - fixed a possible crash in GetFullPad
1951
1952 * mhbase/MBinning.[h,cc]:
1953 - implemented Copy Constructor
1954
1955 * mhflux/MHCollectionArea.h:
1956 - call CalcEfficiency in Finalize
1957
1958 * mhflux/MHEnergyEst.[h,cc]:
1959 - implemented GetWeights
1960
1961 * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
1962 mimage/MHImagePar.cc, mimage/MHNewImagePar.cc, mimage/MHVsSize.cc:
1963 - remove histograms from global directory if name was changed
1964 in Draw
1965
1966 * mimage/MHVsSize.cc:
1967 - exhanged the arguments of TMath::Sign
1968
1969
1970
1971 2005/04/14 Thomas Bretz
1972
1973 * Release 0.9.1
1974
1975
1976
1977 2005/04/14 Thomas Bretz
1978
1979 * mjobs/MJCut.cc:
1980 - added MPointingPos to output
1981
1982
1983
1984 2005/04/13 Thomas Bretz
1985
1986 * mbase/MStatusDisplay.[h,cc]:
1987 - implemented new Image types which can be written
1988
1989 * mhbase/MBinning.[h,cc]:
1990 - added some more constructors which can set the binning directly
1991
1992 * mhflux/MHEnergyEst.h:
1993 - added getter for fHEnergy
1994
1995 * mhflux/FluxLinkDef.h, mhflux/Makefile:
1996 - added MHCollectionArea
1997
1998 * mhflux/MHCollectionArea.[h,cc]:
1999 - added
2000
2001
2002
2003 2005/04/13 Daniela Dorner
2004
2005 * datacenter/macros/fillcalib.C:
2006 - added update
2007
2008 * datacenter/scripts/copyscript
2009 - fixed bug / changed path
2010
2011 * datacenter/macros/setupdb.C
2012 - added table
2013
2014
2015
2016 2005/04/12 Daniela Dorner
2017
2018 * datacenter/macros, datacenter/scripts:
2019 - added
2020
2021 * datacenter/macros/buildsequenceentries.C,
2022 datacenter/macros/checkfileavail.C,
2023 datacenter/macros/doexclusions.C,
2024 datacenter/macros/fillcalib.C,
2025 datacenter/macros/filldotrbk.C,
2026 datacenter/macros/filldotrun.C,
2027 datacenter/macros/fillsignal.C,
2028 datacenter/macros/findcacofiles.C,
2029 datacenter/macros/getdolist.C,
2030 datacenter/macros/insertcacofile.C,
2031 datacenter/macros/insertdate.C,
2032 datacenter/macros/resetallruns.C,
2033 datacenter/macros/setstatus.C,
2034 datacenter/macros/setupdb.C,
2035 datacenter/macros/writesequencefile.C,
2036 datacenter/scripts/buildsequenceentries
2037 - added macros to do the automatic procedures in the datacenter
2038
2039 * datacenter/scripts/checkfilesforsequenceavail,
2040 datacenter/scripts/copyscript,
2041 datacenter/scripts/correcttime,
2042 datacenter/scripts/doexclusions,
2043 datacenter/scripts/filesondisk,
2044 datacenter/scripts/fillcallisto,
2045 datacenter/scripts/runcallisto,
2046 datacenter/scripts/runstar,
2047 datacenter/scripts/writesequencefiles
2048 - added scripts to do the automatic procedures in the datacenter
2049
2050 * automatic-exclusions.rc, steps.rc
2051 - added rc files for the automatic procedures
2052
2053
2054
2055 2005/04/12 Thomas Bretz
2056
2057 * Makefile:
2058 - for the moment remove mhistmc from compilation
2059
2060 * ganymed.cc:
2061 - return 2 when detecting wrong commandline argument
2062
2063 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
2064 - removed MEnergyEst (replaced by a simple MParameterD)
2065
2066 * manalysis/MEnergyEstimate.[h,cc]:
2067 - replaced MEnergyEst by MParameterD
2068 - implemented Print() function
2069 - updated ClassVersion from 0 to 1 to allow storage of
2070 energy estimator
2071
2072 * mbase/MStatusArray.[h,cc]:
2073 - overloaded DisplayIn to allow displaying a single tab
2074 - added some output if ObjectInCanvas not found
2075
2076 * mbase/MStatusDisplay.[h,cc]:
2077 - enhanced Read() and Display() with the possibility to only
2078 read or display a single tab
2079
2080 * mcalib/MCalibrateData.cc:
2081 - enhancements to logging output
2082
2083 * mcalib/MCalibrationRelTimeCalc.cc:
2084 - some fixes to format of logging output
2085
2086 * mfbase/MF.[h,cc]:
2087 - changed kAllowEmpty from a bit to the new datamember fAllowEmpty.
2088 This was necessary to allow storage of MF into files
2089 - changed ClassVersion from 0 to 1
2090
2091 * mhbase/MBinning.cc:
2092 - fixed SetEdgesRaw (lin, log, etc was ignored)
2093
2094 * mhflux/MHAlpha.[h,cc]:
2095 - replaced MEnergyEst by MParameterD
2096 - renamed Theta to ExcessTheta
2097 - renamed Energy to ExcessEnergy
2098 - renamed Size to ExcessSize
2099 - renamed Time to ExcessTime
2100
2101 * mhflux/MHEnergyEst.[h,cc]:
2102 - replaced MEnergyEst by MParameterD
2103 - implemented Print() function
2104 - some fixes to displaying the histograms. This makes sure,
2105 that no crashes happen, but unluckily it works correctly only
2106 with root 4.02/00
2107
2108 * mjobs/MJOptimize.[h,cc]:
2109 - implemented a AddPreCut taking a MFilter as argument
2110 - SetBit(kCanDelete) for all internal PreCuts
2111 - Print the result of the energy estimation after it was done
2112
2113 * mranforest/MRFEnergyEst.[h,cc]:
2114 - replaced MEnergyEst by MParameterD
2115
2116 * mfileio/MReadTree.cc:
2117 - shortened the output a bit when siwtching to the next file
2118
2119
2120
2121 2005/04/11 Thomas Bretz
2122
2123 * manalysis/MMatrixLoop.[h,cc]:
2124 - implement option to divide matrix into two samples
2125
2126 * mhflux/MHEnergyEst.cc:
2127 - changed to display projection of enegry resolution
2128 - fixed to use correct minimization value
2129
2130 * mjobs/MJOptimize.[h,cc]:
2131 - implemented option to divide sample into test/train
2132
2133 * mcalib/MCalibCalcFromPast.cc, mcalib/MCalibColorSteer.cc,
2134 mcalib/MCalibrationChargeCalc.cc, mhcalib/MHCalibrationCam.cc:
2135 - small updates to log-output
2136
2137 * mhflux/MAlphaFitter.cc:
2138 - output scale-factor
2139
2140 * mhist/MHCamera.cc:
2141 - as a workaround for a severe problem in gStyle->SetPalette
2142 when using the deep blue sea I have switched off this
2143 Platte for the moment
2144
2145
2146
2147 2005/04/08 Markus Gaug (2005/04/07)
2148
2149 * mhcalib/MHCalibrationChargeCam.cc:
2150 - UNDOCUMENTED CHANGE: Do not call histlo.CreateFourierSpectrum()
2151 if IsOscillations()
2152
2153 * mjobs/MJCalibrateSignal.cc:
2154 - UNDOCUMENTED CHANGE: Set SetOscillations(kFALSE) for
2155 hchacam, hbndcam, hrelcam
2156
2157 * mhcalib/MHCalibrationRelTimeCam.cc:
2158 - fill array only if IsOscillations() is true. This is the case in
2159 all classes deriving from MHCalibrationCam, except for this one!
2160 The effect was that the interlaced calib. events occupied more
2161 and more memory becoming slower and slower because the option:
2162 SetOscillations(kFALSE) was not treated correctly.
2163
2164 * mjobs/pedestalref_Dec04.rc
2165 - update the reference lines in the display according to the spline
2166 extractor.
2167
2168 * mjobs/MJCalibration.cc
2169 - clarify a mis-leading histogram title
2170
2171 * callisto_Dec04Jan05.rc:
2172 - UNDOCUMENTED CHANGE: use the pedestref_Dec04.rc as reference
2173 file.
2174
2175
2176
2177 2005/04/08 Thomas Bretz
2178
2179 * mhbase/MH3.cc:
2180 - replaced all Float-histograms by double histograms. This
2181 is backward compatible with I/O and has the advantage, that
2182 we are compatible with most other double histograms used in
2183 Mars
2184
2185 * mhflux/MHEnergyEst.cc:
2186 - made the energy binning the same than in all other classes
2187
2188 * mreport/MReportStarguider.[h,cc]:
2189 - implemented new values from new starguider report as defined
2190 in TDAS00-07 V7.1
2191 - Fixed the formerly wrong unit of fDevAz and fDevZd (unit now
2192 is arcmin)
2193
2194 * mjobs/MJCalibrateSignal.cc:
2195 - first replaced contmc by a new filter Markus G. used, but
2196 after a discussion with Abelardo it turned out, that the
2197 original filter does a better job, becuase it takes both
2198 (level 1 trigger and minimum number of phes) conditions
2199 used in the MC into account.
2200
2201 * mjobs/MJCut.cc:
2202 - added a plot: Effective-On-Time versus Theta used to produce
2203 a spectrum
2204
2205 * mjobs/MJCalibrateSignal.cc:
2206 - removed condition IsUseBlindPixel() and IsUsePINDiode from
2207 setting filter and applied it to the corresponding task
2208
2209 * mjobs/MDataSet.cc:
2210 - fixed a bug using the default paths
2211
2212
2213
2214 2005/04/07 Thomas Bretz
2215
2216 * mpointing/MSrcPosCalc.cc:
2217 - also skip Process if fSourcePos==NULL, this happens in real
2218 data, too, if no pointing correction is done.
2219
2220 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
2221 - removed MParameterI, MParameterD, MParameterDerr
2222
2223 * mbase/BaseLinkDef.h, mbase/Makefile:
2224 - added MParameterI, MParameterD, MParameterDerr
2225
2226 * mbase/MParList.cc:
2227 - if a container is rejected due to wrong inheritance its
2228 inheritance is mentioned in the error message
2229
2230 * mhbase/HBaseLinkDef.h, mhbase/Makefile:
2231 - removed MWeight
2232
2233 * mhbase/MWeight.[h,cc]:
2234 - removed, replaced by MParameterD
2235
2236 * mhbase/MFillH.[h,cc], mmontecarlo/MMcWeightEnergySpecCalc.[h,cc]:
2237 - replaced MWeight by MParameterD
2238
2239 * mjobs/MJStar.cc:
2240 - fixed the wrong axis title in the histogram showing the rate
2241
2242 * manalysis/MParameters.[h,cc]:
2243 - moved to mbase
2244
2245 * mbase/MParameters.[h,cc]:
2246 - inherit MParameterDerr from MParameterD
2247 - changed class version of MParameterDerr from 1 to 2
2248
2249 * mfbase/MFEventSelector2.cc:
2250 - fixed that in SelectProb the wrong bin was chosen
2251
2252
2253
2254 2005/04/07 Markus Gaug (2005/04/06)
2255
2256 * mjobs/calibrationref_Dec04.rc
2257 * callisto_Dec04Jan05.rc
2258 - update the reference lines in the display according to the spline
2259 extractor.
2260
2261 * msignal/MExtractTimeAndChargeSpline.cc
2262 - move fgHiGainFirst from 2 to 0. This is important for the Dec. und
2263 January data where the calib. pulse position changes much.
2264
2265 * mjobs/MJCalib.cc
2266 * mjobs/MJCalibration.cc
2267 - move fDevice and functions IsUseBlindPixel() and
2268 IsUsePINDiode() into the base class.
2269
2270 * mjobs/MJCalibrateSignal.cc
2271 - do not apply the modified extraction window to the interlaced
2272 calibration events. This is a bugfix especially for the
2273 December and January data.
2274 - extract and fit blind pixel and pin diode only if flag
2275 IsUseBlindPixel() or IsUsePINDiode() is set.
2276
2277
2278
2279 2005/04/07 Markus Gaug (2005/04/03)
2280
2281 * mcalib/MCalibrateData.cc
2282 - made one warning more understandable.
2283
2284 * msignal/MExtractTimeAndChargeDigitalFilter.cc
2285 - moved fgOffsetFromLogain from -1.8 to -2.8. This corrects only an
2286 defective extraction of the MC at low-gain signals lower than 90
2287 phes.
2288
2289
2290
2291 2005/04/07 Markus Gaug (2005/04/01)
2292
2293 * mpedestal/MExtractPedestal.[h,cc]
2294 - use the standard way to define the default for fNumEventsDump
2295 - added missing "NumDump" in ReadEnv
2296
2297 * callisto_*.rc
2298 - correct the default of the number of events used in
2299 pedestal calculation (NumEventsDump).
2300 - added missing lines for setting of parameters for the
2301 MJCalibrateSignal.PedCalcFromExtractRndm.*
2302 (CORRECTED SOME BUGS IN THIS LINES)
2303 - Replaced NumEventsDump by NumDump
2304
2305
2306
2307 2005/04/05 Thomas Bretz
2308
2309 * mjobs/MSequence.cc:
2310 - fixed a bug in SetupDatRuns. P was setup instead of D
2311
2312 * star.cc, mjobs/MJStar.cc:
2313 - fixed wrong setup of data-files
2314
2315 * mjobs/pedestalref_Feb05.rc, mjobs/hilocalib_sp1.root,
2316 mjobs/hilocalib_sp1_mc.root:
2317 - added
2318
2319 * mimage/MHillasCalc.[h,cc]:
2320 - implemented missing ReadEnv - DON'T KNOW WHERE IT WAS! argh...
2321
2322 * mmc/MMcCorsikaRunHeader.h:
2323 - added Getter for fWobbleMode
2324
2325 * mpointing/MSrcPosCalc.[h,cc]:
2326 - added detection of MC files and setting of source position
2327 according to wobble mode flag in MMcCorsikaRunHeader
2328 - fixed a bug in ReadEnv (wrong return statement) found
2329 by Abelardo. Correct handling of floating point numbers
2330 in the source position (12.5) was affected.
2331
2332
2333
2334 2005/04/04 Thomas Bretz
2335
2336 * callisto.cc, sinope.cc, mjobs/MDataSet.[h,cc], mjobs/MJCalibTest.cc,
2337 mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
2338 mjobs/MSequence.[h,cc]
2339 - changed setup procedure for paths to allow using standard
2340 paths everywhere
2341 - fixed to use new correct datacenter standard paths
2342 - made sure, that the sequences in a dataset are sorted by
2343 their number to ensure the correct synchronization
2344
2345 * mhflux/MHAlpha.cc:
2346 - display correct error (excess/significance)
2347
2348 * mjobs/MJCalibrateSignal.cc, mjobs/MJPedestal.cc:
2349 - removed MPointingPosCalc from Tasklist
2350
2351 * mjobs/MJStar.cc:
2352 - added MPointingPosCalc to tasklist for "Events" in case of MC
2353
2354 * ganymed.cc, mjobs/MJCut.[h,cc]:
2355 - implemented an option to enhance the display
2356 - do not display FS plot in wobble mode
2357 - made sure files are not written when they should not be written
2358
2359 * mhflux/MHAlpha.[h,cc]:
2360 - let FitEnergyBins return the mean of the significance of
2361 all Energy Bins
2362
2363 * mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
2364 mimage/MHImagePar.cc, mimage/MHNewImagePar.cc:
2365 - implemented or fixed implementation of "same" Draw-option
2366 - slightly modified binning for Dist in MHHillasSrc
2367
2368 * mjobs/MJCalibrateSignal.cc:
2369 - do not plot pulse time twice
2370
2371 * mjobs/MJOptimize.cc:
2372 - print all parameters in minuit after they have been
2373 setup
2374
2375
2376
2377 2005/04/01 Thomas Bretz
2378
2379 * mbadpixels/MBadPixelsCalc.cc:
2380 - switched on bad pixel detection for a pedestal level
2381 which is more than 5 times the variance
2382
2383 * mfbase/MF.cc:
2384 - when fixing the "Inverted" bit in ReadEnv don't print a
2385 message on the screen
2386
2387 * mhflux/MHAlpha.cc:
2388 - plot correct errors
2389 - do not plot the point if its significance is not greater 1
2390
2391
2392
2393 2005/03/29 Markus Gaug
2394
2395 * mcalib/MCalibColorSet.cc:
2396 - added runs 34814, 34815, 45493, 45502, 45525, 45537 and 45548
2397
2398
2399
2400 2005/03/29 Thomas Bretz
2401
2402 * ganymed.cc:
2403 - implemented cmdline option for wobble and no-wobble to overwrite
2404 dataset
2405 - added cmdline option to print dataset
2406
2407 * mbase/MEvtLoop.[h,cc]:
2408 - added some memory leak analysis to eventloop
2409
2410 * mbase/MStatusDisplay.[h,cc]:
2411 - added third part to status bar which displays the current
2412 memory usage
2413 - added some more sizes to menu bar
2414 - replaced SetStatusLine1/2 by calling a common SetStatusLine
2415 - added a delete to CloseWindow() to be able to close a
2416 static window. REMARK: This gives a hell of warnings in
2417 valgrind but it is currently the only option to get this working
2418 which is really annoying
2419
2420 * mhbase/MH.cc:
2421 - small simplification
2422
2423 * mhbase/MHMatrix.cc:
2424 - replaced IsValid() by a check for the number of Rows, this
2425 was necessary because in root 4.02/00 all matrices seems
2426 to be valid
2427
2428 * mhflux/MHAlpha.cc:
2429 - changed the number of default bins in energy
2430 - make sure that the Alpha plot for off-data is displayed with
2431 a minimum at 0
2432 - fixed TPad::Divide for root 4.02/00
2433
2434 * mhflux/MHEnergyEst.cc:
2435 - use the mean abs of the resolution as fit value
2436 - some fixed to graphics
2437 - fixed the TPad::Divide for root 4.02/00
2438 - for the moment removed the pad added to the list of cleanups
2439 to get rid of the crashes
2440
2441 * mhflux/MHFalseSource.cc:
2442 - fixed for root 4.02/00 which seaqrches in the current pad
2443 for the histogram when calling Project3D
2444 - fixed the TPad::Divide for root 4.02/00
2445
2446 * mhist/MHHadronness.[h,cc]:
2447 - use MParameterD instead of MHadronness
2448
2449 * mimage/ImageLinkDef.h, mimage/Makefile:
2450 - added MHVsSize
2451
2452 * mimage/MHHillas.cc:
2453 - implemented 'same' for Center-histogram
2454
2455 * mhflux/FluxLinkDef.h, mhflux/Makefile:
2456 - added MHEnergyEst
2457
2458 * mhflux/MAlphaFitter.[h,cc]:
2459 - added significancetimes log10(excess) as fit option
2460
2461 * mjobs/MDataSet.[h,cc]:
2462 - added wobble-mode option
2463
2464 * mjobs/MJCut.cc:
2465 - changed default binning for energy
2466 - added MHillasSrcAnti optionally to the output
2467 - added MHVsSize to the tabs which are shown
2468
2469 * mjobs/MJOptimize.[h,cc]:
2470 - added dummy parameters to FixParameter for compatibility
2471 with SetParemeter
2472 - replaced MFSupercuts by MFMagicCuts
2473 - use Energy in MHAlpha instead of size
2474
2475 * mbase/MFilter.[h,cc]:
2476 - implemented ReadEnv to treat "Inverted"
2477
2478 * mfbase/MF.[h,cc], mfilter/MFSupercuts.cc:
2479 - treat "inverted" with MFilter::ReadEnv
2480
2481 * manalysis/MCompProbCalc.[h,cc], mranforest/MRanForestCalc.[h,cc]:
2482 - replaced MHadronness by MParameterD
2483
2484 * mdata/MDataFormula.[h,cc]:
2485 - removed comments from SetVariables
2486 - replaced GetExpFormula by GetTitle
2487
2488 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
2489 - MHadronness removed
2490
2491 * mfilter/MFMagicCuts.[h,cc]:
2492 - added
2493
2494 * mfilter/FilterLinkDef.h, mfilter/Makefile:
2495 - added MFMagicCuts
2496
2497 * mjobs/Makefile, mjobs/JobsLinkDef.h:
2498 - removed MJExtractSignal
2499
2500 * mfbase/MF.cc:
2501 - fixed a problem with double-inversion in ReadEnv
2502
2503 * mpointing/MSrcPosCalc.cc:
2504 - removed an output line which showed only an empty container
2505
2506
2507
2508 2005/03/24 Thomas Bretz
2509
2510 * callisto.cc, ganymed.cc, mars.cc, merpp.cc, readdaq.cc,
2511 readraw.cc, showlog.cc, showplot.cc, sinope.cc, star.cc:
2512 - replaced all returns of -1 by return 2
2513
2514 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
2515 - added MEnergyEst (container)
2516
2517 * mhflux/MAlphaFitter.[h,cc]:
2518 - implemented new fit result options
2519
2520
2521
2522 2005/03/23 Markus Gaug
2523
2524 * msignal/MExtractTimeAndChargeDigitalFilter.cc
2525 - fix a bug in the time fine adjustment
2526
2527 * mjobs/hilocalib_*_mc.root
2528 - high-gain low-gain intercalibration constants for the MC.
2529
2530 * mjobs/MJCalibration.cc
2531 - use the MC- intercalibration files for MC.
2532
2533
2534
2535 2005/03/23 Thomas Bretz
2536
2537 * mhcalib/MHCalibrationChargeCam.cc:
2538 - fixed a possible crash in DrawDataCheckPixel() if
2539 pix.GetGraphEvents() returns NULL
2540
2541
2542
2543 2005/03/23 Thomas Bretz
2544
2545 * Release 0.9
2546
2547
2548
2549 2005/03/23 Thomas Bretz
2550
2551 * ganymed.cc:
2552 - implemented wobble-mode option
2553
2554 * mhflux/MAlphaFitter.[h,cc]:
2555 - fixed a problem in wobble mode (number of on- minus number
2556 of off-entries where calculated as 0)
2557 - added some additional resource options for scaling
2558 - added some missing const-qualifiers
2559
2560 * mhflux/MHAlpha.cc:
2561 - some cosmetic change to output
2562
2563 * mjobs/MDataSet.[h,cc]:
2564 - added the possibility to add a source name for wobble mode
2565 (preliminary)
2566 - added reading from *.edb catalog
2567
2568 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
2569 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc:
2570 - replaced iter.Print("all") by iter.Print()
2571
2572 * mjobs/MJCut.[h,cc]:
2573 - implemented wobble mode
2574 - implemented getting source position
2575
2576 * mjobs/MJStar.cc:
2577 - switched off calculation of MConcentration
2578 - implemented the new debug option for files (was still missing
2579 in MJStar)
2580
2581 * mpointing/MSrcPosCalc.[h,cc]:
2582 - always writa the anti-source position into the parameter list, too
2583 - implemented wobble mode (exchange source and anti-source position)
2584
2585 * mjobs/Makefile, mjobs/JobsLinkDef.h:
2586 - added MJOptimize
2587
2588 * mfilter/MFSupercuts.[h,cc]:
2589 - added
2590
2591 * mfilter/Makefile, mfilter/FilterLinkDef.h:
2592 - added MFSupercuts
2593 - removed MFAlpha
2594
2595 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
2596 - removed MEnergyEst
2597 - removed MEnergyEstParam
2598 - removed MEnergyEstParamDanielMkn421
2599 - removed MSupercuts
2600 - removed MSupercutsCalc
2601 - removed MFindSupercuts
2602 - removed MMinuitInterface
2603 - removed MFiltercutsCalc
2604
2605 * mhist/Makefile, mhist/HistLinkDef.h:
2606 - removed MHEnergyTime
2607 - removed MHEnergyTheta
2608 - removed MHAlphaEnergyTime
2609 - removed MHAlphaEnergyTheta
2610 - removed MHThetabarTime
2611 - removed MHThetabarTheta
2612 - removed MHGamma
2613 - removed MHSigmaPixel
2614 - removed MHSigmabarTheta
2615 - removed MHOnSubtraction
2616 - removed MHFindSignificance
2617 - removed MHCT1Supercuts
2618
2619 * mhflux/Makefile, mhflux/HistLinkDef.h:
2620 - added MHEnergyEst
2621
2622
2623
2624 2005/03/22 Thomas Bretz
2625
2626 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
2627 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc:
2628 - added a possibility to print the files which are
2629 searched/found if the files doesn't match the sequence
2630
2631 * mjobs/MJPedestal.cc:
2632 - undocumented(!) change, changed fgExtractWinLeft
2633 from 3.5 to 2.5
2634
2635 * mimage/MHillas.cc:
2636 - fixed a bug which took unused pixels into account
2637 introduced errornously with the last change to MSignalCam
2638
2639
2640
2641 2005/03/21 Thomas Bretz
2642
2643 * mfbase/MFDataChain.cc:
2644 - fixed a bug in GetDataMember if fData is not valid
2645
2646 * mhbase/MH3.cc:
2647 - moved drawing histograms back to Draw. This fixes a
2648 problem with root 4.02/00. Reading/Writing should be
2649 no problem if the names of the profiles are well known.
2650 - with this fix 'same' is currently NOT supported
2651
2652 * mimage/ImageLinkDef.h, mimage/Makefile:
2653 - added MNewImagepar2
2654 - added MHCewImagePar2
2655
2656 * mimage/MNewImagePar2.[h,cc], mimage/MHNewImagePar2.[h,cc]:
2657 - added new classes calculating and displaying the length
2658 of the border line of a shower
2659
2660 * mimage/MHImagePar.cc:
2661 - fixed a problem with root 4.02/00 when setting the margin
2662 in Divide to 0 by setting it to 1e-10
2663
2664 * mimage/MHNewImagePar.[h,cc]:
2665 - fixed to display Areas in deg^2
2666
2667 * mimage/MHillas.cc, mimage/MHillasExt.cc, mimage/MHillasSrc.cc,
2668 mimage/MImagePar.cc, mimage/MNewImagePar.cc
2669 - a small fix to Print()
2670
2671 * mimage/MHillasCalc.[h,cc]:
2672 - added MNewImagePar2 to supported image parameters
2673
2674 * mjobs/MJStar.cc:
2675 - replaced MCerPhotEvt by MSignalCam
2676
2677 * msignal/cosmics_weights46.dat, msignal/calibration_weightsUV46.dat,
2678 mjobs/hilocalib_df46.root:
2679 - added new intercalibration file for digital filter 4sl higain
2680 and 6sl logian
2681
2682 * mbase/MLogHtml.cc:
2683 - fixed a bug in Underline which cause a crash if fOut==NULL
2684 - output a message if file cannot be opened
2685
2686 * mhcalib/MHCalibrationPulseTimeCam.cc:
2687 - for some output there was a replacement of pix.GetPixId()
2688 by hist.GetName() <undocumented>
2689
2690 * mimage/MHillas.[h,cc]:
2691 - added new member function GetBorderLine returning the border
2692 line correspondig to an ellipse with axis lnegth and width
2693 - added new member function GetArea returning the area
2694 correspondig to an ellipse with axis lnegth and width
2695
2696
2697
2698 2005/03/19 Markus Gaug
2699
2700 * mjobs/hilocalib_df46.root
2701 - added new intercalibration file for digital filter 4sl higain
2702 and 6 slices logain
2703
2704 * mjobs/MJCalibration.cc
2705 - exchanged intercalibration file from hilocalib_df_4.root to
2706 hilocalib_df46.root
2707 - do not apply hi-gain lo-gain intercalibration for MC files.
2708
2709 * mjobs/MJPedestal.cc
2710 - exchanged two (Int_t)'s by TMath::Nint().
2711 - undocumented(!) change to the calculation of the extraction
2712 range (PulsePosCheck)
2713
2714 * callisto.rc
2715 - exchanged default weights file for Digital filter from
2716 cosmics_weights4.dat to cosmics_weights46.dat and from
2717 calibration_weights_UV4.dat to calibration_weights_UV46.dat!
2718 This change is absolutely necessary, given the new results from
2719 Nuria about the signal resolution in the low gain which gets worse
2720 than the intrinsic Poisson jitter above 350 phes. Also the time
2721 resolution is too bad. This was not known before we had the
2722 correct low-gain MC pulse.
2723
2724
2725
2726 2005/03/18 Thomas Bretz
2727
2728 * Makefile:
2729 - removed mone from list of compiled programs
2730
2731 * mars.cc:
2732 - replaced the MARS display by the Camera Display directly
2733
2734 * manalysis/MCameraData.[h,cc], mcalib/MCalibrateData.[h,cc],
2735 mbadpixels/MBadPixelsTreat.[h,cc], mcalib/MCalibrateRelTimes.[h,cc],
2736 mimage/MCameraSmooth.[h,cc], mimage/MConcentration.[h,cc],
2737 mimage/MHillas.[h,cc], mimage/MHillasExt.[h,cc],
2738 mimage/MImgCleanStd.[h,cc], mimage/MNewImagePar.[h,cc],
2739 mimage/MImagePar.[h,cc], MNewImagePar.[h,cc],
2740 mjobs/MJCalibTest.cc, mhcalib/MHCalibrationTestCam.[h,cc],
2741 mpedestal/MPedPhotCalc.[h,cc], mjobs/MJCalibrateSignal.cc:
2742 - removed dependancy on MArrivalTime, information now
2743 found in MSignalCam
2744 - replaced MCerPhotEvt by MSignalCam
2745 - it was renamed because it will be completely incompatible
2746 anyhow
2747
2748 * mjobs/MJCalibrateSignal.cc:
2749 - use new MSignalCam type to display pulse position of cosmics
2750
2751 * mcalib/MCalibrateData.cc:
2752 - calculate number of saturated pixels
2753
2754 * manalysis/MCerPhotEvt.[h,cc]:
2755 - removed possibility for zero-supression. Now the index
2756 is identical with the position in the array
2757 - renamed and moved to msignal/MSignalCam.[h,cc]
2758
2759 * manalysis/MCerPhotPix.cc:
2760 - removed obsolete values
2761 - added arrival time
2762 - renamed and moved to msignal/MSignalPix.[h,cc]
2763
2764 * mcalib/MCalibrationChargeCalc.cc:
2765 - some cosmetic changes and small fixed from the Munich cvs
2766 (undocumented)
2767
2768 * mfileio/MWriteRootFile.cc:
2769 - fixed bug in RecursiveRemove which caused crashed with real
2770 data
2771
2772 * mhft/MGeomCamMagicEnhance.cc, mhft/MHexagonalFTCalc.cc:
2773 - updated, but untested
2774
2775 * mhist/MHCamEvent.[h,cc]:
2776 - some fixes in Draw to get a correct display in root 4.02/00
2777 (at least on 64-bit systems)
2778 - removed kSqrtVariance it is included in kProfile now
2779
2780 * mhist/MHCamera.[h,cc]:
2781 - removed sqrtvariance option which is included in profile now
2782 - the profile now uses the new array fBinEntries to display
2783 a more accurate profile
2784
2785 * mhist/MHEvent.cc:
2786 - set to type 6 for arrival times
2787
2788 * mimage/MHillasCalc.cc:
2789 - updated text for error=1
2790
2791 * mimage/MImagePar.cc:
2792 - copy number of saturated pixels from MSignalCam
2793
2794 * mjobs/MJStar.cc:
2795 - enhanced title of some histogram
2796
2797 * mjobs/MSequence.cc:
2798 - updated path to fit data center (D.Dorner)
2799
2800 * mmain/MEventDisplay.cc:
2801 - display Arrival Time from MSignalCam now
2802
2803 * msignal/MArrivalTimeCam.cc:
2804 - implemented a new case 6 which is identical with the
2805 default case AND arrival time from MSignalCam
2806
2807 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
2808 manalysis/:
2809 - removed MCerPhotEvt
2810 - removed MCerPHotPix
2811 - removed MCerPhotAnal
2812 - removed MCerPhotAnal2
2813 - removed MCerPhotCalc
2814
2815 * mimage/Makefile, manalysis/ImageLinkDef.h:
2816 - removed MHillasSrcCalc
2817
2818 * manalysis/MSupercutsCalc.cc:
2819 - removed an obsolete include
2820
2821 * mhist/Makefile, mhist/HistLinkDef.h:
2822 - removed MHSigmaTheta
2823
2824 * mmain/Makefile, mmain/HistLinkDef.h:
2825 - removed MDataCheck
2826 - removed Mars
2827 - removed MAnalysis
2828 - removed MMonteCarlo
2829 - removed MGDisplayAdc
2830 - removed MOnlineDisplay
2831 - removed MOnlineDump
2832
2833 * msignal/Makefile, msignal/HistLinkDef.h, msignal/:
2834 - added MSignalCam
2835 - added MSignalPix
2836 - added MSignalCalc
2837
2838 * msql/Makefile, msql/SqlLinkDef.h:
2839 - removed MSqlInsertRun
2840
2841 * mfilter/Makefile, mfilter/FilterLinkDef.h:
2842 - removed MFSelBasic
2843 - removed MFSelStandard
2844 - removed MFSelFinal
2845
2846
2847
2848 2005/03/17 Thomas Bretz
2849
2850 * callisto.cc:
2851 - added new option moon
2852 - use light condition from MSequence to determin light condition
2853 automatically
2854
2855 * mjobs/MJPedestal.h:
2856 - allow setting SetUseHists also to kFALSE
2857
2858 * mjobs/MSequence.[h,cc]:
2859 - added fLightCondition
2860
2861 * mcalib/MCalibrateData.cc:
2862 - undocumented change from Markus Gaug
2863
2864 * mfilter/MFCT1SelBasic.[h,cc], mfilter/MFCT1SelStandard.[h,cc],
2865 mfilter/MFCT1SelFinal.[h,cc]:
2866 - moved to manalysisct1
2867
2868 * mfilter/Makefile, mfilter/FilterLinkDef.h:
2869 - removed MFCT1SelBasic
2870 - removed MFCT1SelStandard
2871 - removed MFCT1SelFinal
2872
2873 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
2874 - removed MPad
2875 - removed MMakePadHistograms
2876 - removed MSigmabar
2877 - removed MSigmabarParam
2878 - removed MSigmabarCalc
2879
2880 * mimage/Makefile, mimage/ImageLinkDef.h:
2881 - removed MImgCleanTGB
2882
2883 * mmontecarlo/Makefile, mmontecarlo/MonteCarloLinkDef.h
2884 - removed MMcEnergyEst
2885 - removed MMcTimeGenerate
2886
2887 * msignal/Makefile, msignal/SignalLinkDef.h:
2888 - removed MArrivalTime
2889 - removed MArrivalTimeCalc
2890 - removed MArrivalTimeCalc2
2891
2892 * mjobs/MJCalibration.cc:
2893 - followed some undocumented changes from the other cvs
2894
2895
2896
2897 2005/03/16 Thomas Bretz
2898
2899 * callisto.cc:
2900 - set changed extractor in MJCalibrateSignal from MJPedestal
2901 - don't process 'range finding' for MonteCarlo data
2902
2903 * callisto.rc:
2904 - removed obsolete Modified* option
2905
2906 * mjobs/MJCalibrateSignal.[h,cc]:
2907 - removed obsolete flag for ModifiedExtractWin
2908 - allow also NULL for SetExtractor
2909 - rearanged the too MWriteRootFile instantiations otherwise
2910 callisto crashes in MWriteRootFile::ChangeFile
2911 - removed some obsolete comments about an old MC workaround
2912
2913 * mdata/MDataChain.cc:
2914 - fixe to allow sign after e (eg. 1e-3, 1e+5 instead of 1e3, 1e5)
2915
2916 * mcalib/MCalibColorSet.cc, mcalib/MCalibrationChargeCalc.cc,
2917 mhcalib/MHCalibrationCam.cc:
2918 - undocummented change
2919
2920
2921
2922 2005/03/16 Markus Gaug
2923
2924 * msignal/MExtractTimeAndChargeSlidingWindow.cc
2925 - fixed a bug in the reading of the resource file (reading of the
2926 MExtractTimeAndCharge resources was skipped).
2927
2928 * mcalib/MCalibrateData.cc
2929 - for the case that the high-gain saturates, but the low-gain signal
2930 could not be extracted successfully, take the high-gain signal,
2931 multiplied by 1.5 (before, 0 was taken erroneously).
2932
2933 * msignal/MExtractTimeAndCharge.cc
2934 - catch one potential case for memory leaks in the low-gain
2935 calculation. Extract low-gain only if the remaining extraction
2936 window is not smaller than the number of slices needed by the
2937 signal extractor.
2938 - set the default fgLoGainStartShift to -3.5
2939
2940 * msignal/MExtractTimeAndChargeSpline.[h,cc]
2941 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
2942 - adjust fLoGainStartShift by one slice, after findings from MC.
2943
2944
2945
2946 2005/03/15 Markus Gaug
2947
2948 * msignal/MExtractTimeAndChargeSpline.h
2949 - take fRandomIter out of the streamer.
2950 - take fRiseTimeLoGain and fFallTimeLoGain into the streamer.
2951 - raise version number to 4
2952
2953 * mjobs/MJCalibration.cc
2954 - set default to kFALSE for PIN Diode or Blind Pixel calibration
2955 (was kTRUE by error).
2956
2957
2958
2959 2005/03/15 Thomas Bretz
2960
2961 * mjobs/MJCalibrateSignal.[h,cc]:
2962 - added the fExtractor data member
2963 - added a destructor deleting it
2964 - only read extractor from file if not set by user
2965 - user fExtractor as extractor1
2966 - do not delete extractor1 if set by user
2967 - added member function to set extractor
2968
2969 * mjobs/MJPedestal.cc:
2970 - removed MFEventSelector workaround again
2971 - do not write pedy file anymore
2972
2973 * callisto.cc:
2974 - MJCalibrateSignal now takes the signal extractor directly
2975 instead of taking the long way round a new file
2976
2977 * mpedestal/MExtractPedestal.cc:
2978 - ReInit extractor correctly. Now the workaround should be
2979 really obsolete
2980
2981 * mbase/MGMenu.[h,cc]:
2982 - make fix fix also compile root 3.10.02
2983
2984
2985
2986 2005/03/14 Thomas Bretz
2987
2988 * mbase/MGMenu.h:
2989 - added a fix for root 4.02.00
2990
2991
2992
2993 2005/03/14 Markus Gaug
2994
2995 * mcalib/MCalibrateData.cc
2996 - catch the case that now high-gain low-gian intercalibration const.
2997 is available.
2998
2999 * mjobs/MJPedestal.cc
3000 - modify option for pedy*.root: from UPDATE to RECREATE
3001
3002
3003
3004 2005/03/11 Markus Gaug
3005
3006 * callisto.rc
3007 - changed default weights for DF to cosmics_weights4.dat. (This has
3008 turned out to be the most stable set of weights).
3009
3010 * mjobs/MJCalibration.cc
3011 - some cosmetic changes in the output
3012 - in case of WriteHists(), do not overwrite existing signal*.root
3013 file, but append histograms (bugfix!)
3014
3015
3016
3017 2005/03/10 Toni Coarasa (With Nadia's and Alessandro's inside)
3018
3019 * mjobs/MJCut.cc
3020 - inclusion of (TString) to avoid compiler error under 2.95.3
3021
3022 * sinope.cc
3023 - inclusion of <errno.h> to avoid compiler error under 2.95.3
3024
3025
3026
3027 2005/03/10 Markus Gaug
3028
3029 * msignal/MExtractTimeAndCharge.cc
3030 - set fgLoGainStartShift to -4.0
3031 - put a check to avoid a dynamic low-gain range < 0 (should not
3032 occur with current extractors, but one never knows...)
3033
3034 * msignal/MExtractor.[h,cc]
3035 - introduced Clear()-function, used in SetRange()
3036
3037 * mjobs/MJCalibrateSignal.cc
3038 - changed order of initialization of the 2 MWriteRootFiles whereupon
3039 the crash goes away. Have to revise the /dev/null work-around
3040 in MWriteRootFile!
3041
3042
3043
3044 2005/03/09 Markus Gaug
3045
3046 * msignal/MExtractTimeAndCharge.cc
3047 - catch a (very unprobable) case in which the low-gain range could
3048 be negative
3049
3050 * mjobs/MJCalibrateSignal.cc
3051 - modify writing of MCalibrationPulseTimeCam to disk in order to
3052 avoid program crash in the destructor of MJCalibrateSignal
3053
3054 * mhcalib/MHGausEvents.h
3055 - take fGraphEvents, fGraphPowerSpectrum, fHPowerProbability and
3056 fPowerSpectrum out of the streamer.
3057 - intialize fFlags to 0
3058
3059
3060
3061 2005/03/09 Thomas Hengstebeck
3062
3063 * mranforest/MRFEnergyEst.cc
3064 - changed call of min, max functions to TMath::Min() and
3065 TMath::Max() to avoid compilation problems with some gcc
3066 versions
3067 - changed check of energy rule (last col of MHMatrix) so, that
3068 any rule containing "fEnergy" is accepted.
3069
3070
3071
3072 2005/03/08 Markus Gaug
3073
3074 * mhcalib/MHPedestalCam.[h,cc]
3075 - introduce new parameter "fFitStart" to decide from outside where
3076 to start fitting the pedestals.
3077
3078
3079
3080 2005/03/07 Markus Gaug
3081
3082 * mjobs/hilocalib_df6.root
3083 * mjobs/hilocalib_sp2.root
3084 - two files with the high-gain vs. logain intercalibration results.
3085 for Digital filter and September data and Spline and December
3086 data.
3087
3088 * callisto.rc
3089 - allow setting the variables ExtractWinLeft and ExtractWinRight.
3090
3091 * mhcalib/MHCalibrationHiLoCam.h
3092 * mhcalib/MHCalibrationCam.h
3093 * mhcalib/MHGausEvents.h
3094 - put the Draw-functions into the *MENU*
3095
3096 * mjobs/MJCalibration.[h,cc]
3097 - introduced reading of hi-vs.logain calibration file
3098
3099 * mjobs/MJPedestal.[h,cc]
3100 - modified range setting according Thomas S. suggestions
3101
3102 * msignal/MArrivalTime.[h,cc]
3103 - took out some commented code which will not be used any more
3104 - improve Print() function
3105
3106
3107
3108 2005/03/05 Markus Gaug
3109
3110 * msignal/MExtractTimeAndChargeSpline.[h,cc]
3111 - removed the obsolete parts of "kMaximum" and "kHalfMaximum" in the
3112 code which were still persistent
3113 - set default extraction type to integral (instead of amplitude)
3114 - set version number to 3
3115
3116 * mcalib/MCalibrationChargeCam.[h,cc]
3117 - added new function GetAvergedConvFADC2PhePerArea for the datacheck
3118
3119 * mjobs/MJPedestal.[h,cc]
3120 - added function WriteExtractor which writes the extractor with the
3121 new ranges to disk if fPulsePosCheck has been selected.
3122
3123 * mjobs/MJCalibrateSignal.[h,cc]
3124 - added functionality to read the updated extractor from
3125 MJPedestalY2 (with the new extraction ranges).
3126
3127
3128
3129 2005/03/04 Abelardo Moralejo
3130
3131 * mmc/MFadcDefine.h
3132 - Changed constant SUBBINS from 5 to 500. This defines the
3133 resolution of the analog signal simulation in the camera MC.
3134 The time step is the duration of one FADC slice divided by
3135 SUBBINS. The change was necessary to implement correctly the PMT
3136 time jitter.
3137
3138
3139
3140 2005/03/03 Markus Gaug
3141
3142 * mjobs/pedestalref.rc
3143 * mjobs/calibrationref.rc
3144 * mjobs/calibrationref_Nov04.rc
3145 - added documentation
3146
3147 * mjobs/signalref.rc
3148 - added
3149
3150 * mjobs/MJPedestal.cc
3151 - re-added MFEventSelector which had been removed by TB on the
3152 15.2.2005.
3153 - added pulse position selector, as decided at the Berlin soft-
3154 ware meeting.
3155
3156 * callisto.cc
3157 - added SetPulsePosCheck() in MJPedestalY2
3158
3159 * mjobs/MJCalibrateSignal.cc
3160 - updated pulse pos. calculator, can be switched off now.
3161
3162 * mjobs/MJCalib.[h,cc]
3163 - added flag fPulsePosCheck
3164
3165
3166
3167 2005/03/02 Markus Gaug
3168
3169 * mjobs/MJCalib.[h,cc]
3170 * mjobs/MJPedestal.[h,cc]
3171 * mjobs/MJCalibration.[h,cc]
3172 * mjobs/MJCalibrateSignal.[h,cc]
3173 - put the storage types in the base class
3174
3175 * mbadpixels/MBadPixelsCam.cc
3176 - add some output in case that AsciiRead does not work
3177
3178 * msignal/MExtractTimeAndChargeSpline.cc
3179 - speed integration up a little bit.
3180
3181 * callisto.rc
3182 - adapt the low-gain stretch for the different pulse form for
3183 calibration and cosmics pulses (only applied if spline is used).
3184
3185
3186
3187 2005/02/25 Markus Gaug
3188
3189 * mhcalib/MHCalibrationHiLoCam.[h,cc]
3190 - fixed bug in inter-calibration hi-logain for arrival times.
3191
3192 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]
3193 - fixed the situation where the maximum bin is already found in the
3194 low-gain samples.
3195
3196 * mjobs/MJCalibration.cc
3197 - write the MPedestalCams also to disk (needed for data-check).
3198
3199
3200
3201 2005/02/25 Abelardo Moralejo
3202
3203 * msignal/MC_calibration_weights_UV.dat
3204 - Added. Weights file for using the digital filter on MC
3205 calibration files. For the moment the weights are the same as in
3206 the file calibration_weights_UV.dat, only that high and low gain
3207 have both the same weights because for the moment the MC pulse
3208 shape is the same in both gain branches.
3209
3210
3211
3212 2005/02/24 Markus Gaug
3213
3214 * mjobs/MJCalibrateSignal.cc
3215 - include display of pulse times (calculated in the post-process)
3216 - include the possibility for the pixel check (like in MJCalibration)
3217
3218 * mhcalib/MHCalibrationHiLoCam.cc
3219 - set default range up to 30.
3220
3221 * mhcalib/MHCalibrationChargeBlindPix.h
3222 - take the TVectors out of the streamer, to be exectuable with
3223 root.04.02
3224
3225
3226
3227 2005/02/24 Thomas Hengstebeck
3228
3229 * macros/RFEnergyEst.C
3230 - new macro to show the usage of RFEnergyEst class.
3231
3232
3233
3234 2005/02/24 Abelardo Moralejo
3235
3236 * mtemp/mpadova/macros/resize.C
3237 - moved MSrcPosCam output container from RunHeaders to Events tree.
3238
3239
3240
3241 2005/02/18 Marcos Lopez
3242
3243 * mflux/
3244 - new directory to store the flux related classes.
3245
3246 * mflux/MHadAlphaCut.{h,cc}
3247 - container to store the optimal hadronness and alpha cut for each bin in
3248 estimated energy and theta.
3249
3250 * mflux/MFHadAlpha.{h,cc}
3251 - filter to apply the hadronness and alpha cuts stored in
3252 MHadAlphaCut. It can be selected to apply only alpha, only hadronness
3253 cut or both.
3254
3255
3256
3257 2005/02/18 Markus Gaug
3258
3259 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]
3260 - new class to histogram the arrival time of cosmics above a certain
3261 threshold.
3262
3263 * mcalib/MCalibrationPulseTimeCam.[h,cc]
3264 - new class container with results of MHCalibrationPulseTimeCam
3265
3266 * mjobs/MJCalibrateSignal.cc
3267 - include MCalibrationPulseTimeCam to display
3268
3269
3270
3271 2005/02/18 Thomas Bretz
3272
3273 * mbase/MStatusDisplay.cc:
3274 - switch off TH1::AddDirectory during DrawClonePad
3275
3276 * mjobs/MSequence.[h,cc]:
3277 - added some code (still commented) for later use,
3278 allowing to setup a different filename for each runfile
3279 - added SetNight member function
3280 - added Add*Runs member function
3281 - with this changes MSequence can replace MRunIter now
3282 - allow requesting of standard path from outside
3283 (GetStandardPath)
3284
3285 * Makefile:
3286 - added sinope
3287
3288 * sinope.cc:
3289 - added (small tool to check contents of run for datacenter)
3290
3291 * callisto.cc:
3292 - added background information about Callisto
3293
3294 * ganymed.cc:
3295 - added background information about Ganymed
3296
3297 * mjobs/MJCalibrateSignal.cc:
3298 - removed special MC code. The MC files now have a lo-gain
3299 switch and we can extract the pedestal rms from lo-gain
3300 - don't print statistics if nothing was executed
3301 - fixed display. The displayed pedestal RMS was the one
3302 caluclated with a extractor but not at random position
3303 (This only effects the display, the algorithm was ok)
3304
3305
3306
3307 2005/02/17 Markus Gaug
3308
3309 * mjobs/MJCalibTest.cc
3310 - removed bug treating the MC calibration files uncorrectly
3311 - added Pixel-Check treatment
3312
3313 * mjobs/MJCalibration.cc
3314 - added Pixel-Check treatment
3315
3316 * callisto.rc
3317 - added pixel-check option
3318
3319 * msignal/MExtractTimeAndChargeDigitalFilter.cc
3320 - calculate high-gain signal even if saturation occurs
3321
3322
3323
3324 2005/02/17 Thomas Bretz
3325
3326 * mjobs/MJStar.cc:
3327 - fixed some missing containers in case of MC files
3328
3329 * callisto.cc:
3330 - removed obsolete second check for kModeC
3331
3332 * mars.rc:
3333 - added a lot of option to be able to use a
3334 different signal extractor looking into uncalibrated
3335 data
3336
3337 * manalysis/MCameraData.[h,cc]:
3338 - added Print() member function
3339
3340 * manalysis/MCerPhotAnal2.[h,cc]:
3341 - switched off writing into MCerPhotEvt
3342
3343 * mdata/MDataChain.[h,cc]:
3344 - added code to handle priorities of operators correctly
3345
3346 * mhist/MHEvent.cc:
3347 - fixed display for MPedestalRMS
3348
3349 * mjobs/MJCalib.cc:
3350 - fixed treatment of PixelCheck resource
3351
3352 * mjobs/MJCalibrateSignal.cc:
3353 - added some comments about Monte Carlo
3354 - added MMcFadcHeader to output
3355
3356 * mjobs/MJPedestal.cc:
3357 - do not allow 'UseData' for Monte Carlos. Reason is given as
3358 comment in the code
3359
3360 * mmain/MEventDisplay.[h,cc]:
3361 - changed such, that mars.cc allows to set the used extractor
3362 - removed the obsolete cam.root, ped.root option
3363
3364 * mmain/MCameraDisplay.cc:
3365 - adapted to change in MEventDisplay
3366
3367
3368
3369
3370 2005/02/16 Javier Rico
3371
3372 * mhistmc/MHMcUnfoldCoeff.[cc,h], mhistmc/Makefile,
3373 mhistmc/HistMcLinkDef.h
3374 - Added container class holding the histograms of the coefficients
3375 for the (iterative) unfolding.
3376
3377 * mmontecarlo/MMcUnfoldCoeffCalc.[cc,h], mmontecarlo/Makefile,
3378 mmontecarlo/MonteCarloLinkDef.h
3379 - Added task class to compute the coefficients for the (iterative)
3380 unfolding.
3381
3382 * macros/unfoldCoeff.C
3383 - added macro that computes the effective areas and coefficients
3384 from a MC input file (with OriginalMC tree and MEnergyEst
3385 branch containing the energy estimator). This may be used
3386 as layout for spectrum computation program.
3387
3388
3389
3390 2005/02/16 Markus Gaug
3391
3392 * mdata/MDataChain.cc
3393 - replaced ROOT version check for the compiler from 4.02.00 to
3394 4.01.00
3395
3396 * mranforest/MRFEnergyEst.cc
3397 - include "TVector.h", otherwise this class does not compile
3398 in newer root versions
3399
3400 * msignal/MExtractTimeAndCharge.cc
3401 - initialize fLoGainStartShift correctly if read from conf. file
3402 and modified fOffsetLoGain exists.
3403
3404 * msignal/*weights*.dat
3405 - new weights with the uniform pedestal RMS. (Please use these!)
3406
3407 * msignal/pulpo_weights*.dat
3408 - new weights with the pulpo-pulse form and without NSB!!
3409
3410
3411
3412 2005/02/16 Thomas Hengstebeck
3413
3414 * mranforest/MRFEnergyEst.[h,cc]
3415 - added RF class for energy estimation
3416
3417 * mranforest/MRFEnergyEst.cc
3418 - changed calculation of estimated energy, now interpolated values
3419 are returned
3420
3421
3422
3423 2005/02/16 Abelardo Moralejo
3424
3425 * macros/starmc2.C:
3426 - Changed the way in which the "OriginalMC" tree is copied from
3427 the input to the output file. Now we ise the new procedure
3428 MWriteRootFile::AddCopySource
3429
3430 * mhistmc/MHMcCollectionArea.cc
3431 - Changed default fName to "MHMcCollectionArea"
3432
3433 * mtemp/mpadova/macros/resize.C
3434 - Changed weights
3435
3436
3437
3438 2005/02/16 Thomas Bretz
3439
3440 * mbase/MEvtLoop.cc:
3441 - fixed a typo
3442
3443 * mbase/MParList.cc, mfileio/MReadMarsFile.cc,
3444 mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc,
3445 mjobs/MJStar.cc:
3446 - optimized size of some output
3447
3448 * mfileio/MWriteRootFile.[h,cc]:
3449 - fixed CopySource option for single-file case
3450
3451 * mhist/MHCamEvent.cc:
3452 - replaced the warn in SetupFill by an inf
3453
3454 * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationHiLoCam.cc,
3455 mhcalib/MHCalibrationChargePINDiode.cc:
3456 - removed obsolete output after a failed FindCreateObj (the
3457 function itself does the output in case of failure)
3458
3459 * mhcalib/MHCalibrationCam.cc:
3460 - replaced 'err' by 'warn' for under-/overflow in lo-gain pixel,
3461 it doesn't result in an fatal error (abort)
3462
3463 * mranforest/MRanForestCalc.cc:
3464 - added a missing debug level to some output
3465
3466 * mranforest/MRFEnergyEst.[h,cc]:
3467 - cleaned up includes
3468
3469 * callisto.cc, ganymed.cc, star.cc:
3470 - implemented enhanced handling of resource debugging
3471
3472 * mbase/Makefile, mbase/BaseLinkDef.h:
3473 - added MEnv
3474
3475 * mbase/MEnv.[h,cc]:
3476 - added
3477
3478 * mjobs/MJob.[h,cc]:
3479 - added new function to allow distribution of extranl MEnv
3480 - replaced Bool_t by Int_t for fEnvDebug
3481
3482 * mjobs/MJPedestal.cc:
3483 - adapted to changes of EnvDebug
3484
3485
3486
3487 2005/02/15 Abelardo Moralejo
3488
3489 * macros/mccalibrate.C
3490 - fixed small bug
3491
3492 * mmontecarlo/MMcCollectionAreaCalc.[h,cc]
3493 * mhistmc/MHMcCollectionArea.[h,cc]
3494 - Changed the way of calculating final effective area for data
3495 analysis. The new approach requires the use of MC files produced
3496 with the current CVS version of camera. We now make use of the
3497 true total number of produced MC events, and allow for the
3498 setting of a "tentative" differential gamma spectrum to be used
3499 in the calculation of effective areas.
3500 Removed unused constructor argument "input" in
3501 MMcCollectionAreaCalc.
3502
3503 * macros/collarea.C
3504 - Adapted to the new way of calculating effective areas.
3505
3506
3507
3508 2005/02/15 Thomas Bretz
3509
3510 * callisto.rc:
3511 - replaced mutal exclusive options (Integral, Amplitude) by
3512 a one-line resource
3513
3514 * msignal/MExtractTimeAndChargeSpline.cc:
3515 - replaced mutal exclusive options (Integral, Amplitude) by
3516 a one-line resource "ExtractionType" (old code still works)
3517
3518 * manalysis/MCerPhotEvt.[h,cc]:
3519 - added new variables to store information about islands
3520 and removed pixels - PRELIMINARY
3521 - increased class version number
3522
3523 * mfilter/MFSoftwareTrigger.cc:
3524 - optimized output in PostProcess
3525
3526 * mimage/MHImagePar.[h,cc]:
3527 - added new histograms for new variables in MCerPhotEvt
3528
3529 * mimage/MImagePar.[h,cc]:
3530 - added new data members for the new image parameters
3531 - increased class version
3532
3533 * mimage/MImgCleanStd.[h,cc]:
3534 - adapted image cleaning to calculate the new image
3535 parameters
3536 - added a flag to keep single core pixels
3537
3538 * manalysis/MMatrixLoop.[h,cc], mfileio/MReadReports.[h,cc],
3539 mfileio/MReadRflFile.[h,cc], mfileio/MReadTree.[h,cc],
3540 mraw/MRawFileRead.[h,cc], mraw/MRawSocketRead.h:
3541 - renamed GetFileName to GetFullFileName
3542
3543 * mbase/MInputStreamID.h:
3544 - added new member function HasStreamId
3545
3546 * mbase/MParContainer.[h,cc]:
3547 - added a static list to keep track of all created
3548 TMathodCall objects
3549
3550 * mbase/MTask.cc:
3551 - enhanced PrintStatistics
3552
3553 * mfileio/MRead.[h,cc]:
3554 - new abstract function GetFullFileName
3555 - added implementatio of GetFileName based on GetFullFileName
3556
3557 * mfileio/MWriteRootFile.[h,cc]:
3558 - moved open of a new file to new common member function
3559 OpenFile
3560 - allow to use an already existing file also when using rules
3561 - added a new option which can be used to copy an existing
3562 tree (without any change) from the old file into the new file.
3563 (in principal you can also do this for some of its branches only)
3564 This is done by AddCopySource
3565
3566 * mjobs/MJCalibrateSignal.cc:
3567 - in case of MonteCarlo files write an independant tree
3568 'MonteCarlo' for 'MMcEvtBasic'
3569
3570 * mjobs/MJStar.cc:
3571 - copy tree 'MonteCarlo' from old into new files
3572
3573 * mjobs/MJPedestal.cc:
3574 - removed wrong use of MFEventSelector
3575
3576 * mpedestal/MExtractPedestal.cc:
3577 - made sure that fExtractor is correctly pre- and
3578 postprocessed.
3579
3580 * mbase/MTask.cc:
3581 - don't preprocess a task if it has been preprocessed already
3582
3583 * mraw/MRawFileWrite.cc:
3584 - if display is set write output to status line
3585
3586 * mfileio/MReadTree.cc, mfileio/MReadMarsFile.cc:
3587 - moved code to display filename in status display from
3588 MReadMarsFile::Notify to MReadTree::Notify
3589
3590
3591
3592 2005/02/15 Markus Gaug
3593
3594 * mjobs/MJCalib.h
3595 - added GetDataFlag(), otherwise code does not compile!
3596
3597 * mhcalib/MHCalibrationChargeCam.cc
3598 - moved default saturation limit for number of high-gain events from
3599 0.02 to 0.05.
3600
3601 * msignal/MExtractTimeAndCharge.cc
3602 - lowered default low-gain switch from 150 to 120. (for calibration
3603 events which saturate more than 5% of the events).
3604
3605 * mjobs/MJCalib.[h,cc]
3606 - include possibility to display pixels distributions for test
3607 reasons
3608
3609
3610
3611 2005/02/14 Thomas Bretz
3612
3613 * callisto.cc, ganymed.cc, star.cc:
3614 - added some more information to '--help' output
3615 - replaced MSequences by MDataSet
3616 - implemented new debugging options (maybe not perfect yet)
3617 --print-files and --print-found
3618
3619 * mjobs/MJCut.[h,cc]:
3620 - replaced MSequences by MDataSet
3621 - write MEnergyEst
3622 - recalculate MHillasSrc
3623 - made sure both MWriteRootFile have different names
3624 - don't use "same" option if no off-data
3625
3626 * mjobs/MSequences.[h,cc]:
3627 - removed
3628
3629 * mjobs/MDataSet.[h,cc]:
3630 - added
3631
3632 * manalysis/MEventRateCalc.[h,cc]:
3633 - added a fix which make sure, that the rate is not influenced
3634 too much by the start of data taking
3635 - fixed setting of mean time corresponding to rate-interval
3636
3637 * mraw/MRawFileRead.[h,cc]:
3638 - calculate total number of events from all files in PreProcess
3639
3640 * mcalib/MCalibConstCam.cc:
3641 - added case 2 to GetPixelContent
3642
3643 * mjobs/MJCalibrateSignal.cc:
3644 - fixed redirection of stream with interleaved calibration infos
3645 - changed 'Arrival Time' to 'Calibrated Arrival Time'
3646 - display interpolated signal in equivalent photoelectrons to
3647 to get rid of scaling effects which makes it difficult to see
3648 details of the structure of the inner pixels in the histogram.
3649 With this you can immediatly see whether the relative number
3650 of phe in the outer pixels is equiv. to the inner pixels.
3651 - the same for the calibration factor - with the same argument
3652 - adapted to change in MWriteRootFile
3653 - use MReadMarsFile for Monte Carlo flag set
3654
3655 * mhist/MHCamera.cc:
3656 - changed drawing such, that NaN is not displayed anymore
3657
3658 * Makefile:
3659 - added new program ganymed
3660
3661 * mfileio/MWriteRootFile.[h,cc]:
3662 - added possibility to use UPDATE mode with rules (dangerous!)
3663 as discussed with Abelardo, Daniel M. and Thomas S.
3664
3665 * mjobs/MJStar.cc:
3666 - adapted to change in MWriteRootFile
3667 - added software trigger (still untuned) as suggested by
3668 Thomas S.
3669 - added calculation of source position before calculation
3670 of image parameters
3671 - added MPointingPos to Events-Tree
3672 - removed MPointingPos from Drive-Tree
3673 - renamed sub-tasklists to something more intuitive
3674
3675 * mjobs/Makefile, mjobs/JobsLinkDef.h:
3676 - added MJCut.cc
3677
3678 * mraw/MRawFileRead.cc:
3679 - return kERROR if ReInit fails
3680
3681 * mfilter/MFSoftwareTrigger.[h,cc]:
3682 - updated to allow using time coincidence
3683 - changed default values
3684 - added a pattern independant trigger algorithm
3685
3686 * mbase/MDirIter.cc:
3687 - implemented option 'dbg' in Print()
3688
3689 * mjobs/MJCalib.h:
3690 - added a getter for data-flag (should be renamed
3691 to 'datatype' soon)
3692
3693
3694
3695 2005/02/12 Abelardo Moralejo
3696
3697 * mtemp/mpadova/macros/wobblemap.C
3698 - Added. Macro to do some studies on wobble mode data.
3699
3700 * macros/mccalibrate.C
3701 - Added option to divide the output in a train and a test sample.
3702 Included in output new container MMcEvtBasic (if found in input
3703 files) for later use in effective areas calculations.
3704
3705 * macros/starmc2.C
3706 - Added writing out of new container MMcEvtBasic. Removed
3707 possibility of splitting output in train and test samples, since
3708 this has now to be done in mccalibrate.C to make possible that
3709 the tree OriginalMC containing MMcEvtBasic has all the original
3710 MC events (and only those) from which the events present in the
3711 Events tree derive.
3712
3713 * macros/starmc.C
3714 - Changed a couple of wrong "." by "->" in function calls. Changed
3715 default tail cuts.
3716
3717
3718
3719 2005/02/12 Markus Gaug
3720
3721 * msignal/MExtractTimeAndChargeSpline.cc
3722 - change default rise time to 0.5 and default fall time to 1.5
3723
3724 * callisto.rc
3725 - made intitializations of extractors more explicit
3726
3727 * mpedestal/MExtractPedestal.cc
3728 - make check for even number of slices in the case of "fundamental"
3729 pedestal calc.
3730
3731 * mcalib/MCalibrationChargeCalc.cc
3732 - take out some commented code
3733
3734 * mjobs/MJCalib.h
3735 - removed GetDataFlag()
3736
3737
3738
3739 2005/02/12 Abelardo Moralejo
3740
3741 * mmc/MMcTrig.hxx
3742 - Added getter GetNumFirstLevel. This is necessary if that data
3743 member is to be used for instance in MF filters. There was
3744 already a getter, but it is called GetFirstLevel and hence not
3745 recognized.
3746
3747
3748
3749 2005/02/11 Abelardo Moralejo
3750
3751 * mmc/MMcEvtBasic.[h,cc]:
3752 - New class. Contains 5 very basic MC parameters which we intend
3753 to save for all generated Corsika events. This is needed for
3754 proper effective area calculations.
3755
3756 * mmc/Makefile, McLinkDef.h
3757 - Added new class above.
3758
3759
3760
3761 2005/02/11 Thomas Bretz
3762
3763 * mfileio/MWriteRootFile.[h,cc]:
3764 - added the possibility to write to an already existing file.
3765 This doesn't affect the old behaviour, but using this new feature
3766 might still have problems.
3767
3768 * mfileio/MReadReports.cc:
3769 - fixed column-level in PrintStatistics
3770
3771 * mjobs/MJCalibrateSignal.cc:
3772 - keep MMcRunHeader in the output
3773
3774
3775
3776 2005/02/10 Abelardo Moralejo
3777
3778 * macros/mccalibrate.C
3779 - Added possibility to calibrate in photons or photoelectrons
3780
3781 * macros/starmc2.C
3782 - Added comment about value of cleaning levels
3783
3784
3785
3786 2005/02/10 Markus Gaug
3787
3788 * mcalib/Makefile
3789 * mcalib/CalibLinkDef.h
3790 * mcalib/MCalibrate.[h,cc]
3791 - removed mcalib/MCalibrate.* because it has been replaced by
3792 MCalibrateData
3793
3794 * mmain/MEventDisplay.cc
3795 - replaced MCalibrate by MCalibrateData
3796
3797 * mhcalib/MHCalibrationCam.cc
3798 - replaced warning about empty histogram from red (err) by
3799 yellow (warn).
3800
3801 * mcalib/MCalibColorSet.cc
3802 - return kTRUE in case of MC-file
3803
3804 * msignal/MExtractTimaAndChargeSpline.[h,cc]
3805 - make sure that all variables are set correctly independent on
3806 the order of their initialization by the user
3807
3808
3809
3810 2005/02/10 Thomas Bretz
3811
3812 * mgeom/MGeomCam.[h,cc]:
3813 - added new member functions (GetNeighbors) to get all pixels
3814 around a given pixel with a given radius
3815
3816 * mars.rc:
3817 - use same values for image cleaning as default in star
3818
3819 * mpointing/MSrcPosCalc.[h,cc]:
3820 - added the possibility to set the Source position from
3821 a resource file
3822
3823 * mjobs/MJStar.cc:
3824 - write MMcRunHeader to RunHeaders
3825
3826 * mfileio/MWriteRootFile.cc:
3827 - removed an obsolete line
3828 - removed a debug line which should not be there
3829
3830 * mimage/MHillas.h:
3831 - added new Getter GetDist0 returning the distance to the
3832 camera center
3833
3834 * mhflux/MHFalseSource.cc:
3835 - the scaling in Paint() was nonsense in case we are looking
3836 at on/off-data. Fixed.
3837
3838
3839
3840 2005/02/10 Abelardo Moralejo
3841
3842 * manalysis/MMcCalibrationUpdate.h
3843 - Added comment on new member fSignalType. Sorry for compilation
3844 problems... I forgot to commit the header yesterday, but M. Gaug
3845 did it.
3846
3847 * macros/starmc.C
3848 - Cleaned up a little bit, made the option to choose between
3849 calibration in photons or phe- easier to set.
3850
3851 * manalysis/MMcCalibrationUpdate.[h,cc]
3852 - Added getter and setter for fSignalType. Set fSignalType=kPhot as
3853 default for consistency with MCalibrateData.
3854
3855
3856
3857 2005/02/09 Abelardo Moralejo
3858
3859 * manalysis/MMcCalibrationUpdate.cc
3860 - Updated to make the MC calibration in phe- work
3861
3862 * macros/starmc.C
3863 - same as above. Now default is calibration in phe-
3864
3865 * mraw/MRawEvtHeader.h
3866 - Added setter for the trigger pattern, absolutely needed for
3867 creating proper MC root files.
3868
3869
3870
3871 2005/02/09 Markus Gaug
3872
3873 * manalysis/MMcCalibrationUpdate.h
3874 - added missing declaration of fSignalType
3875
3876 * mjobs/MJPedestal.[h,cc]
3877 * mjobs/badpixels_0_559.rc
3878 * callisto.rc
3879 - allow exclusion of bad pixels from the beginning (default is
3880 Pixel 0 and 559).
3881 - removed some obsolete includes
3882 - took out data member fPedestalHist from MJPedestal.h which removes
3883 the crash, however I don't understand why it caused the crash!!!
3884 There seem to be problems with memory usage either in callisto.cc
3885 or in this class!!
3886 (valgrind shows several memory leaks in the TG... classes).
3887
3888 * mjobs/MJCalibration.cc
3889 - write display and containers also in case of failure of eventloop
3890
3891 * mhcalib/MHGausEvents.cc
3892 - make default display window 600x600
3893
3894 * mcalib/MCalibrationQECamMagic.cc
3895 - updated five pixels
3896
3897 * mpedestal/MExtractPedestal.[h,cc]
3898 * mpedestal/MPedCalcPedRun.cc
3899 * mpedestal/MPedCalcFromLoGain.cc
3900 - included possibility for intermediate pedestal cam (not yet used)
3901
3902 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc
3903 - initialize the bad events counters to 0 also in constructor
3904 - release the limit for bad events a bit
3905
3906 * mcalib/MCalibrationTestCam.h
3907 - take out include of TArrayI (already in base class)
3908
3909 * mcalib/MCalibrateData.h
3910 - make default argument for SetSignalType kPhe.
3911
3912 * mjobs/MJCalibrateSignalFromOuside.[h,cc]
3913 - removed
3914
3915
3916
3917 2005/02/08 Markus Gaug
3918
3919 * mhcalib/MHCalibrationCam.cc
3920 * mcalib/MCalibrationChargeCalc.cc
3921 - replaced GetNumExecutions()==0 condition by GetNumExecution() < 1
3922
3923
3924
3925 2005/02/08 Thomas Bretz
3926
3927 * mpointing/MPointingPosInterpolate.cc:
3928 - use debug option in addition to switch off output from internal
3929 eventloop. It is confusing having this output inside another
3930 eventloop.
3931 - updated missing connections in class description
3932
3933 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc:
3934 - made sure that output of PostProcess fits into 80col boundary
3935
3936 * mimage/MHillas.cc:
3937 - removed an obsolete call to TLine::Paint() in Paint.
3938
3939
3940
3941 2005/02/07 Thomas Bretz
3942
3943 * mbase/MFilter.cc:
3944 - use paranthesis around ClassName in GetRule
3945
3946 * mdata/MDataFormula.h:
3947 - fixed a wrong comment in variable description
3948
3949 * mhist/MHCamEvent.[h,cc], mhist/MHCamera.[h,cc],
3950 mjobs/MJCalibrateSignal.cc,
3951 mjobs/MJCalibrateSignalFromOutside.cc:
3952 - to make sure there are no missunderstandings we have to
3953 replace all occurances of 'Variance' by 'SqrtVariance'
3954 (it was not my decision)
3955
3956 * mastro/MAstro.[h,cc]:
3957 - added new function Angle2Coordinate
3958
3959 * mbase/MTaskEnv.[h,cc]:
3960 - fixed a bug which caused the resource task to be ignored
3961 if the default task was '<dummy>'
3962
3963 * mhbase/MH3.cc:
3964 - fixed a bug in Paint (use GetListOfPrimitives->FindObject
3965 instead of FindObject) which caused the histogram to
3966 be put a lot of times into the pad.
3967
3968 * mjobs/MJCalib.[h,cc]:
3969 - derived MJCalib from MJob in order to be able to move
3970 common code from derived classes into the base-class
3971 - implemented CheckEnvLocal to handle the resource 'DataType'
3972 - changed publicity of some variables and functions
3973 to allow setting file type from outside
3974 - added new function to set data-type for use in callisto.cc
3975
3976 * mjobs/MJCalibTest.[h,cc], mjobs/MJCalibrateSignal.[h,cc],
3977 mjobs/MJCalibration.[h,cc], mjobs/MJPedestal.[h,cc]:
3978 - removed double inheritance, replaced by single inheritance
3979 from MJCalib
3980 - replaced code to handle the resource 'DataType' by the
3981 common code in the base class
3982 - put reading of reference file into a new member function
3983 to make source code reading resource file simpler and to
3984 be able to write a function description about it (simple
3985 copy&past)
3986
3987 * callisto.cc:
3988 - added option for file-type
3989
3990 * mjobs/MJOptimize.[h,cc], mjobs/MSequences.[h,cc],
3991 mjobs/MJCut.[h,cc], ganymed.[cc,rc], mhflux/MHEnergyEst.[h,cc]:
3992 - added to repository, but not yet to Makefile because
3993 there is still some work to be done. But whoever is
3994 interested in the new classes/program may already use it.
3995
3996 * mhflux/MAlphaFitter.[h,cc]:
3997 - added option to choose the minimization value
3998
3999 * mhflux/MHAlpha.cc:
4000 - replaced significance by minimization value
4001
4002 * mhflux/MHEffectiveOnTime.cc:
4003 - use E-Option when fitting to improve error calculation
4004 by using Minos technique
4005
4006
4007
4008 2005/02/04 Markus Gaug
4009
4010 * mjobs/MJCalibration.cc
4011 - found a "the `impossible' happened" when running callisto with
4012 a pure signal extractor --> MExtractTimeFastSpline has some
4013 problems with the management of the internal arrays. Replaced it
4014 by MExtractTimeHighestIntegral as default which is as good.
4015
4016 * callisto.rc
4017 - use MExtractTimeAndChargeDigitalFilterPeakSearch as default
4018 instead of MExtractTimeAndChargeDigitalFilter. This extractor is
4019 now tested and checks for the positions of the pulse within the
4020 DAQ-window.
4021
4022
4023
4024 2005/02/04 Thomas Bretz
4025
4026 * Makefile.rules:
4027 - fixed creation of main MDep.d
4028
4029 * callisto.cc, merpp.cc, showlog.cc, showplot.cc, star.cc:
4030 - added commandline option --version
4031
4032 * mbase/MFilter.cc:
4033 - changed default for 'GetRule'
4034
4035 * mbase/MParContainer.cc:
4036 - simplified GetNewObject
4037
4038 * mfbase/MF.cc:
4039 - if no conditional sign is found try to create
4040 MFilter-object
4041
4042 * mraw/MRawEvtData.cc:
4043 - fixed the initialization of fABFlags in case maxid==0 which
4044 is the default. This caused MRawEvtPixelIter::HasABFlag
4045 to do unallowed access to memory for old root-files without
4046 the AB flag, because it assumed (due to size==1) that the
4047 data contains the ab flag
4048
4049 * mraw/MRawEvtPixelIter.[h,cc]:
4050 - removed some obsolete debug comments
4051 - simplified HasABFlag
4052
4053 * manalysis/MCerPhotPix.h:
4054 - removed the `!` again. It gave problems with the Mars
4055 display. We agreed that this is a minor problem because
4056 the structure of MCerPhot* will chnage soon in any case.
4057
4058
4059
4060 2005/02/04 Abelardo Moralejo
4061
4062 * macros/starmc2.C
4063 - added to output missing container MConcentration.
4064
4065
4066
4067 2005/02/03 Thomas Bretz
4068
4069 * mfbase/MFilterList.[h,cc]:
4070 - added new function AddToList(TCollection&)
4071
4072 * mhbase/MFillH.cc:
4073 - print a warning if 'same'-option given without
4074 a corresponding existing tab
4075
4076 * mhflux/MHAlpha.[h,cc]:
4077 - made time bins settable by user
4078
4079 * mfileio/MWriteRootFile.cc:
4080 - fixed ReInit and a warning output when writing to memory
4081
4082
4083
4084 2005/02/03 Markus Gaug
4085
4086 * mcalib/MCalibColorSet.[h,cc]
4087 - implement possibility to set colour explicitely (e.g. for MC).
4088
4089 * msignal/MExtractTimeAndChargeDigitalFilter.cc
4090 - intialize fTimeShiftHiGain and fTimeShiftLoGain by default.
4091
4092 * mjobs/MJPedestal.cc
4093 - in case, extractor is used, put the extractor into the tasklist,
4094 otherwise ranges do not get initialized correctly (wrong memory
4095 usage!). Use an event selector, however to not skip the Process.
4096 This is as fast as before and now safe for any kind of extractor
4097
4098 * mcalib/MCalibrationCam.h
4099 * mcalib/MCalibrationTestCam.h
4100 * mcalib/MCalibrationTestCam.cc
4101 - initialize a missing array in InitAverageAreas
4102
4103 * mraw/MRawEvtHeader.h
4104 - introduced Setter() of cal. pattern for Abelardo
4105
4106
4107
4108 2005/02/02 Markus Gaug
4109
4110 * mcalib/MCalibrationChargeCam.cc
4111 - fixed small bug in the display of mean charges when low-gain was
4112 used.
4113
4114 * msignal/MExtractor.cc
4115 - print the missing overlap between high-gain and low-gain
4116 in the Print() function
4117 - remove setting of fHiLoLast in PreProcess, otherwise cloned
4118 extractors do not work any more with windows exceeding the
4119 high-gain range.
4120
4121 * mhcalib/MHCalibrationTestCam.[h,cc]
4122 * mhcalib/MHCalibrationTestTimeCam.[h,cc]
4123 - set proper probability limits for the fits
4124
4125 * mcalib/MCalibrateData.cc
4126 - catch the case in which no interlaced cal. events are being sent
4127 by the pulser box.
4128
4129 * mjobs/MJCalib.[h,cc]
4130 - put the data type enum in a new base class
4131
4132 * mjobs/MJCalibTest.[h,cc]
4133 - re-name old class MJExtractCalibTest to MJCalibTest and make it
4134 compatible with the sequence-files.
4135
4136 * mjobs/MJExtractCalibTest.[h,cc]
4137 - removed
4138
4139 * mjobs/MJCalibrateSignal.cc
4140 - put a compiler warning about the default cal. to photo-electrons
4141
4142 * callisto.cc
4143 - add new flag "--use-test" to enable the MJCalibTest facility
4144 (default: not used)
4145
4146
4147
4148 2005/02/01 Raquel de los Reyes
4149
4150 * mjobs/MSequence.h
4151 - Added "Get" functions for the TArrays variables.
4152
4153
4154
4155 2005/02/01 Markus Gaug
4156
4157 * mjobs/MJPedestal.[h,cc]
4158 * mjobs/MJCalibration.[h,cc]
4159 * mjobs/MJCalibrateSignal.[h,cc]
4160 * callisto.rc
4161 - put enum for data type. Can now set the data type (mc, raw, root)
4162 without running the data check.
4163
4164 * mhcalib/MHCalibrationCam.cc
4165 - return kTRUE in PostProcess if GetNumExecutions is 0
4166
4167 * mcalib/MCalibrationChargeCalc.cc
4168 - return kTRUE in PostProcess if GetNumExecutions is 0
4169
4170
4171
4172 2005/02/01 Daniel Mazin
4173
4174 * MPointingPosInterpolate.cc:
4175 - fixed bug to match the units of Ra and Decl in MPointingPos
4176 - fixed bug in handling of events with times outside of times from
4177 MDrive tree
4178
4179
4180
4181 2005/02/01 Thomas Bretz
4182
4183 * showplot.cc:
4184 - another fix to make the batch mode working (you can use the batch
4185 mode to convert a root-file into another format)
4186
4187
4188
4189 2005/01/31 Thomas Bretz
4190
4191 * mbase/MStatusDisplay.cc:
4192 - fixed handling of batch mode in GetCanvas(const TString &name)
4193 - don't skip already existing tabs in Display()
4194
4195
4196
4197 2005/01/31 Raquel de los Reyes
4198
4199 * mjobs/MSequence.h
4200 - Added "Get" functions for some of the sequence.txt file
4201 parameters.
4202
4203
4204
4205 2005/01/31 Markus Gaug
4206
4207 * mjobs/MJob.[h,cc]
4208 * mjobs/MJCalibrateSignal.[h,cc]
4209 * mjobs/MJCalibration.[h,cc]
4210 - move file type enum to base class
4211
4212 * mjobs/MJCalibrateSignal.[h,cc]
4213 - allow also for direct setting of an MRunIter (not used in
4214 callisto).
4215
4216 * mcalib/MCalibrationChargeCalc.[h,cc]
4217 - test also for pulser strength changes additionally to changes in
4218 colour.
4219
4220
4221
4222 2005/01/31 Abelardo Moralejo
4223
4224 * mpointing/MSrcPosCalc.cc
4225 - Create only one instance of MAstroSky2Local for the
4226 transformations, instead of two identical ones, as it was before.
4227
4228
4229
4230 2005/01/30 Markus Gaug
4231
4232 * mjobs/MJCalibration.cc
4233 * mjobs/MJPedestal.cc
4234 * mjobs/calibrationref_Nov04.rc
4235 * mhcalib/MHCalibrationRelTimeCam.[h,cc]
4236 - updated correct display of reference lines
4237
4238
4239
4240 2005/01/29 Markus Gaug
4241
4242 * msignal/MExtractFixedWindowSpline.[h,cc]
4243 - fixed a bug occurring with overlapping windows between high-gain
4244 and low-gain
4245
4246 * msignal/MExtractFixedWindowPeakSearch.cc
4247 - take out call to fSignals->Clear() which is already done in
4248 MTaskList.
4249
4250 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.[h,cc]
4251 - new extractor reducing the bias and solving the problem with the
4252 jumping pulse readout.
4253
4254
4255
4256 2005/01/28 Abelardo Moralejo
4257
4258 * mpointing/MSrcPosCalc.cc
4259 - updated. Make it work as desired: obtain for each event the x,y
4260 position on the camera of a source whose celestial coordinates
4261 (J2000) have been set by the user in the container "MSourcePos"
4262 of type MPointingPos, added to the parameter list. If the
4263 container MSourcePos is not found, the center of the camera (or
4264 other fixed position x,y set in the parameter list by the user -
4265 in MSrcPosCam) is used as source position for all the events in
4266 the loop.
4267
4268
4269
4270 2005/01/28 Thomas Bretz
4271
4272 * mjobs/MJCalibrateSignal.cc:
4273 - fixed that extract1,2,3 haven't been deleted if loop failed.
4274 - print tasklist also if loop failed.
4275 - added a undefined task (MTaskEnv "FinalFantasy") as last task to
4276 the event processing tasklist
4277
4278 * callisto.rc:
4279 - added comments about "FinalFantasy" into call
4280 - added comment for obsolete resources as discussed yesterday
4281 evening: TimeUpperLimit
4282
4283 * mbase/MMath.[h,cc], manalysis/MCerPhotPix.[h,cc],
4284 mpedestal/MPedPhotPix.h:
4285 - replaced TruncatePrecision by ReducePrecision (its simply a better
4286 name)
4287
4288 * mbase/MParList.cc:
4289 - added a check to make 200%(!) sure that the container added
4290 to the list is a MParContainer (everything else could crash
4291 almost everything in Mars!)
4292
4293 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.[h,cc],
4294 mjobs/MJPedestal.cc:
4295 - simplified the code in the WriteResult functions by using
4296 the new WriteContainer in MJob
4297 - removed the TObjArray from the MParList! It is NOT a MParContainer
4298 there are a lot of circumstance how this can crash Mars. I don't
4299 know why the compiler allowed for this.
4300 - unified WriteResult and WriteHists
4301 - split GetOutputFile into two functions for simplification
4302
4303 * mjobs/MJCalibration.h:
4304 - copy the extractorcam name when copying the contents
4305
4306 * mjobs/MJob.[h,cc]:
4307 - new member function WriteContainer to simplify code in derived
4308 classes
4309
4310 * mpointing/MSrcPosCalc.[h,cc]
4311 - fixed the header according to Abelardo's changes
4312 - added the initialization of the pointers to the constructor
4313
4314
4315
4316 2005/01/28 Markus Gaug
4317
4318 * msignal/MExtractTimeAndChargeDigitalFilter.cc
4319 - introduce a security check for the time fine adjustment in case,
4320 it is too large.
4321
4322 * mcalib/MCalibConstCam.[h,cc]
4323 * mcalib/MCalibConstPix.h
4324 - new classes to allow display of changing cal. constants with the
4325 interlaced cal. events
4326
4327 * mcalib/MCalibrationChargeCalc.cc
4328 - removed stopping of PostProcess in case that the evtloop is
4329 finished with interlaced cal. events
4330
4331 * mcalib/MCalibrateData.[h,cc]
4332 - fill MCalibConstCam with update results (once per calib. consts
4333 update == every 10 sec.)
4334 - introduce check for size of calibration constant. In case, it is
4335 completetly out of range, set the MBadPixelsPix::IsUnsuitableRun
4336
4337 * mjobs/MJCalibrateSignal.cc:
4338 - display one MHCamera more with changing conv. factors (only for
4339 interlaced cal. events)
4340
4341 * mpedestal/MPedCalcFromLoGain.cc
4342 - set default for MExtractWinFirst from 15 to 17 because of the
4343 late cosmics signals in December
4344
4345
4346 2005/01/28 Abelardo Moralejo
4347
4348 * mtemp/mpadova/macros/trainsubsample.C
4349 - added # of events to be written in the output (instead of
4350 fraction of total). Moved MSrcPosCam in output from RunHeaders
4351 to Events tree.
4352
4353
4354
4355 2005/01/27 Daniel Mazin and Markus Gaug
4356
4357 * mcalib/MCalibrateData.[h,cc]
4358 - derive this class from MCamEvent in order to be able to display
4359 evolution of conversion factors in case of interlaced cal.
4360 events
4361
4362 * mpointing/MInterpolatePointingPos.[h,cc]
4363 - new class to interpolate pointing positions, adapted from a class
4364 by Marcos Lopez
4365
4366 * mjobs/MJCalibrateSignal.[h,cc]
4367 - enabled the calibration of data with interlaced calibration events
4368
4369 * msignal/MArrivalTime.[h,cc]
4370 * mcalib/MCalibrateRelTime.cc
4371 - removed Error of calibrated arrival time, as agreed on the last
4372 software calibration meeting yesterday
4373
4374 * mjobs/MJCalibrateSignal.cc
4375 - add display to show histogramming of conversion factors
4376 - modify default calibration to equiv. photo-electrons
4377 - allow for setting of MC, Raw or Root-file type in callisto.rc
4378
4379 * callisto.rc
4380 - updated conf. file
4381
4382
4383 2005/01/27 Thomas Bretz
4384
4385 * callisto.cc:
4386 - don't display starting pedestals when calibrating the signal
4387
4388 * callisto.rc:
4389 - added some comments
4390
4391 * star.rc:
4392 - according to Daniel M. we have agreed to change the default
4393 cleaning level to adapt it roughly to the new pedestal
4394
4395 * manalysis/MCerPhotPix.[h,cc], mpedestal/MPedPhotPix.h:
4396 - as agreed in the current calibration meeting we truncate the
4397 precision of the stored floating point values to roughly 0.5%
4398 to gain storage space in the calibrated data (the gzip
4399 algorithm compresses this stuff nicely - we gain roughly 15%)
4400
4401 * mhflux/MHFalseSource.cc, mjobs/MJCalibration.cc, mjobs/MJStar.cc:
4402 - added a comment
4403
4404 * mjobs/MJCalibrateSignal.cc:
4405 - changed title of unsuitable plot
4406 - removed plot for calibrated fundamental pedestal as agreed in the
4407 current calibration meeting (we may change this to an option)
4408
4409 * mjobs/MJPedestal.[h,cc]:
4410 - changed the name of the "PedDiff" plot to be consistent with the
4411 other tab-name
4412 - changed the options for the display
4413 - removed the dependancy of fDisplayType and the SetDataCheck
4414 option
4415 - added option kDisplayNone
4416 - renamed enums from k*Display to kDisplay*
4417
4418 * mhist/MHCamEvent.cc:
4419 - trying to get rid of the Err_%p workaround.
4420
4421 * manalysis/MCerPhotEvt.[h,cc]:
4422 - added some '!' signs in the comment line. This is quick hack
4423 to gain I/O speed and storage space. We will soon have new
4424 containers for the calibrated data and image cleaning
4425 information.
4426 - changed version number to 6
4427
4428 * mhist/MHCamera.cc:
4429 - added member function SetAllUsed
4430
4431
4432
4433 2005/01/26 Abelardo Moralejo
4434
4435 * macros/mccalibrate.C
4436 - removed creation and writing out of MSrcPosCam. It is more
4437 flexible to add it in starmc2.C if needed (for wobble mode for
4438 instance).
4439
4440 * mtemp/mpadova/macros/RanForestDISP.C
4441 - added possibility to set the number of hadrons read in for the
4442 training. Added some missing containers to output.
4443 - Fixed rule concerning the DISP, by adding parentheses. Remember
4444 that MHMatrix::AddColumn does not respect the usual precedence
4445 of operations!
4446
4447 * mtemp/mpadova/macros/resize.C
4448 - added to output missing container MRawEvtHeader
4449
4450 * macros/starmc2.C
4451 - added missing container MImagePar. Added possibility to set the
4452 source position on the camera (for the wobble mode).
4453
4454
4455
4456 2005/01/25 Abelardo Moralejo
4457
4458 * macros/starmc2.C
4459 - modified to allow double (train / test) output, for g/h
4460 separation studies. Added several missing containers to output.
4461
4462
4463
4464 2005/01/25 Thomas Bretz
4465
4466 * mcalib/MCalibrationIntensityChargeCam.cc:
4467 - fixed a lot of 'default argument'-warnings to make to code
4468 compile
4469
4470 * mbase/MParContainer.[h,cc]:
4471 - moved the empty Reset() function into the source file and
4472 added a lot of comments
4473 - implemented new helper-functions: GetNewObject
4474
4475 * mbase/MContinue.[h,cc]:
4476 - allow to use MFilter-classes as filter in ReadEnv
4477
4478 * mbase/MTaskEnv.cc:
4479 - replaced some code by GetNewObject
4480
4481 * mhbase/MFillH.cc:
4482 - handle DrawOption "same" to be able to draw to the same pad
4483
4484 * mhbase/MH.[h,cc]:
4485 - added same-argument to DrawSame
4486
4487 * mhbase/MH3.cc:
4488 - removed some obsolete comments
4489 - remove own drawing options before calling fHist->Draw
4490
4491 * mimage/MHHillas.cc, mimage/MHImagePar.cc:
4492 - first try of implementing 'same' drawing option
4493
4494
4495
4496 2005/01/25 Markus Gaug
4497
4498 * mcalib/MCalibrationPattern.[h,cc]
4499 * mcalib/MCalibrationPatternDecode.[h,cc]
4500 - New Decoder task for the calibration pattern from the
4501 digital modules
4502
4503 * mraw/MRawEvtHeader.[h,cc]
4504 - remove decoding from this class
4505
4506 * mcalib/MCalibrationIntensityHiLoCam.[h,cc]
4507 - remove, because one needs anyhow much more than one data file
4508 to get a reasonable conversion factor
4509
4510 * mcalib/MCalibCalcFromPast.[h,cc]
4511 - remove MCalibrationIntensityHiLoCam
4512
4513 * mbadpixels/MBadPixelsPix.h
4514 * mbadpixels/MBadPixelsCam.cc
4515 - changed one function name to GetUnsuitableCalLevel()
4516
4517 * mjobs/MJCalibration.cc
4518 - replace all Y-titles with units "FADC counts" by "FADC cnts" and
4519 "FADC slices" by "FADC sl.", otherwise they range out of the
4520 canvas.
4521
4522 * mcalib/MCalibrationChargeCalc.cc
4523 - ensure to set the color correctly in MCalibrationBlindCam
4524
4525 * callisto.rc
4526 - put space for
4527 MJCalibrateSignal.ExtractSignal.HiGainFirst: 2
4528 MJCalibrateSignal.ExtractSignal.HiGainLast: 16
4529
4530
4531 2005/01/24 Abelardo Moralejo
4532
4533 * manalysis/MMcCalibrationUpdate.cc
4534 - Adapted to changes in MCalibrateData from 2005/01/16: moved
4535 qepix.SetAvNormFFactor(1.) from Process() to ReInit(). Due to
4536 this, for the last week you may have found trouble running
4537 starmc.C and mccalibrate.C.
4538
4539
4540
4541 2005/01/24 Thomas Bretz
4542
4543 * callisto.cc:
4544 - removed non-existing option from output
4545
4546 * manalysis/MEnergyEstimate.[h,cc]:
4547 - added ReadEnv member function
4548
4549 * mbase/MContinue.[h,cc]:
4550 - implementes AllowEmpty option to support doing nothing
4551 defined in resource file
4552 - added a first draft to allow usage of class-filters instead of
4553 rules
4554
4555 * mbase/MMath.[h,cc]:
4556 - implemented a function suggested by Florian Goebel which reduces
4557 the precision of a float to ~0.5% which is usefull for data
4558 compression by gzip
4559
4560 * mdata/MDataChain.[h,cc]:
4561 - implemented ReadEnv member function
4562
4563 * mfbase/MF.cc:
4564 - a small enhancement to the output in ReadEnv
4565
4566 * mhbase/MH3.cc:
4567 - fixed call to FindObject in Paint which caused a profile to be
4568 displayed incorrectly in case it was read from a file
4569
4570 * mhflux/MHFalseSource.[h,cc]:
4571 - removed old obsolete unsused Significance functions
4572 - implemented ReadEnv member function
4573 - set false source binning only if BinningFalseSource is not default
4574 - check parlist for BinningAlpha
4575
4576 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
4577 mjobs/MJPedestal.cc:
4578 - added an additional check and output if output-file could
4579 not be opened
4580
4581 * mjobs/MJob.h:
4582 - added some Getter
4583
4584 * mhbase/MBinning.[h,cc].
4585 - added nen member functions
4586 + SetEdgesRaw
4587 + ReadEnv
4588 + Print
4589
4590 * mhflux/MAlphaFitter.[h,cc]:
4591 - added new member function ReadEnv
4592
4593 * mhflux/MHAlpha.cc:
4594 - fixed a problem when fitting without off-data
4595
4596 * mbase/MStatusDisplay.cc:
4597 - implemented a further fix in DrawClonePad to make sure
4598 that the X-stuff doesn't get confused while still
4599 GetDrawOption returns the correct value
4600
4601
4602
4603 2005/01/24 Markus Gaug
4604
4605 * msignal/MExtractTimeAndChargeDigitalFilter.cc
4606 - introduced security check for the times fine-tuning to catch
4607 outliers because of deviating pulse forms.
4608
4609 * msignal/MExtractTime.cc
4610 * msignal/MExtractor.cc
4611 - lowered default high-gain saturation limit to 250
4612 - removed Clear() for two results containers at beginning of Process()
4613
4614 * msignal/MExtractor.h
4615 - Take fHiLoLast into the Clone()
4616
4617 * msignal/MExtractedSignalPix.cc
4618 - change sign of default initializer to negative.
4619
4620
4621
4622 2005/01/23 Markus Gaug
4623
4624 * mhcalib/MHCalibrationHiLoCam.[h,cc]
4625 - updated to new logain switch setting in MExtractTimeAndCharge
4626 - extract also high-gain vs. low-gain time difference
4627
4628 * mhcalib/MHCalibrationCam.[h,cc]
4629 * mhcalib/MHCalibrationChargeCam.[h,cc]
4630 - updated reading of conf. values in ReadEnv
4631
4632 * mhcalib/MCalibrationHiLoCam.[h,cc]
4633 * mhcalib/MCalibrationHiLoPix.[h,cc]
4634 * mhcalib/MCalibrationIntensityHiLoCam.[h,cc]
4635 - updated accordingly
4636
4637 * mbadpixels/MBadPixelsCam.cc
4638 - removed some bugs in the Print() function
4639
4640
4641
4642 2005/01/22 Markus Gaug
4643
4644 * mhcalib/MHCalibrationRelTimeCam.cc
4645 - display in the averaged times display the event-by-event averaged
4646 absolute arrival times instead of the rel. ones which do not make
4647 much sense.
4648
4649 * mhcalib/MHCalibrationTestTimeCam.[h,cc]
4650 * mhcalib/MHCalibrationTestCam.[h,cc]
4651 - update to the latest changes in analysis chain.
4652
4653 * mjobs/MJExtractCalibTest.[h,cc]
4654 - update to the latest changes in analysis chain.
4655
4656 * mjobs/MJCalibration.cc
4657 - replace title of that times-averageing Tab from "RelTimes" by
4658 "Times".
4659
4660 * macros/calibration.C
4661 - update to changes in MJExtractCalibTest
4662
4663
4664
4665 2005/01/21 Markus Gaug
4666
4667 * msignal/MExtractTimeAndChargeDigitalFilter.cc
4668 * msignal/MExtractTimeAndChargeSlidingWindow.cc
4669 * msignal/MExtractTimeAndChargeSpline.cc
4670 - use the max. bin content for low-gain extraction
4671
4672 * callisto.rc
4673 - add place for LoGainSwitch
4674
4675
4676
4677 2005/01/21 Florian Goebel
4678
4679 * mfbase/MF.cc:
4680 - include a (TString) cast to make it compilable with gcc2.95.3
4681
4682
4683
4684 2005/01/21 Thomas Bretz
4685
4686 * mpointing/MSrcPosFromModel.cc:
4687 - fixed crash in Process if no pointing model available
4688
4689 * mpointing/MPointingPosCalc.h:
4690 - added missing initialization of data members
4691
4692 * mastro/MObservatory.[h,cc]:
4693 - added ReadEnv member function
4694
4695 * mbase/MTaskEnv.h:
4696 - added (=0) default to SetDefault
4697
4698
4699
4700 2005/01/20 Markus Gaug
4701
4702 * mcalib/MCalibrationIntensityChargeCam.[h,cc]
4703 - added function to display fluctuations of a variable
4704
4705 * mcalib/MCalibrationPix.cc
4706 - fixed small bug in High-gain mean error.
4707
4708 * msignal/MExtractTimeAndCharge.[h,cc]
4709 - introduced high-gain maximum limit before extracting the low-gain
4710
4711
4712
4713 2005/01/20 Thomas Bretz
4714
4715 * mbase/MContinue.[h,cc]:
4716 - added ReadEnv member function to support resource files
4717
4718 * mbase/MEvtLoop.[h,cc]:
4719 - added a second arguemtn to reading of the resource file by name
4720 - added some checks when reding the resource file and the
4721 parameter list hasn't been setup
4722
4723 * mbase/MParList.cc:
4724 - removed an obsolete output from ReadEnv
4725
4726 * mfbase/MF.[h,cc]:
4727 - added ReadEnv member function to support resource files
4728 - added kAllowEpty flag to support skipping by resource files
4729
4730 * mfbase/MFilterList.cc:
4731 - added a comment
4732
4733 * mbase/MStatusDisplay.[h,cc]:
4734 - fixed Write to be compatible with root 4.02/00
4735 - worked around a problem with reading the DrawOption correctly
4736 from a stored status display
4737
4738
4739
4740 2005/01/19 Thomas Bretz
4741
4742 * mbase/MMath.cc:
4743 - added a comment to SignificanceLiMa, made by Daniel Mazin
4744 - also check for b==0
4745
4746 * mhflux/MAlphaFitter.[h,cc]:
4747 - fixed significance calculation in case of on-off data
4748 - added fScaleFactor
4749
4750 * mhflux/MHAlpha.[h,cc], mhflux/MHFalseSource.cc:
4751 - handle scale factor in case of on-off observations
4752
4753 * mjobs/MJPedestal.cc:
4754 - aligned screen output to 80col rule
4755
4756 * mtrigger/MFTriggerPattern.[h,cc]:
4757 - assigned correct integers to enum
4758 - made sure that the enum is correctly handled in all function by
4759 applying a r-value to the condition
4760
4761
4762
4763 2005/01/19 Abelardo Moralejo
4764
4765 * mtrigger/MFTriggerPattern.[cc,h]
4766 - Changed Bool_t arguments of all setters to new type Prescale_t
4767 defined by N. Galante (see below)
4768
4769
4770
4771 2005/01/19 Nicola Galante
4772
4773 * mtrigger/MFTriggerPattern.[cc,h]
4774 - added in header enum Prescale_t { kUnPrescaled = kFALSE,
4775 kPrescaled = kTRUE };
4776
4777 - fixed a bug in Process, both fMaskRequiredUnprescaled and
4778 fMaskRequiredPrescaled are checked simultaneously.
4779
4780
4781
4782 2005/01/18 Markus Gaug
4783
4784 * mcalib/MCalibColorSet.cc
4785 - fixed the remaining day of data without colour in project name
4786 neither in digital modules bits.
4787
4788 * mpedestal/MPedCalcPedRun.[h,cc]
4789 - catch the continuous light runs with MRawRunHeader::fRunType
4790 == kRTCalibration to be recognized as effective pedestal runs.
4791
4792
4793 2005/01/18 Thomas Bretz
4794
4795 * mbase/MMath.cc:
4796 - added a check for s==0 in SignificanceLiMa, because otherwise the
4797 result is NaN
4798
4799 * mfbase/MF.cc:
4800 - removed an obsolete debugging output from the latest changes
4801
4802 * mhflux/MHAlpha.cc:
4803 - reset fHTime, too
4804
4805
4806
4807 2005/01/18 Nicola Galante
4808
4809 * mtrigger/MFTriggerPattern.cc:
4810 - added parentesis to ensure bitwise operators priority
4811 with respect to logical operators.
4812
4813
4814 2005/01/17 Thomas Bretz
4815
4816 * manalysis/MEnergyEstimate.[h,cc]:
4817 - changed to be more general. Energy is now estimated from a rule
4818 (MDataChain) The default behaviour is still the same as before
4819 to copy the energy from MMcEvt
4820
4821 * mbase/MTask.cc:
4822 - changed to write out the descriptor istead of the task-name only
4823 in Pre/PostProcess
4824
4825 * mhbase/MH.cc:
4826 - initialize fSerialNumber and fNumExecutions in constructor
4827
4828 * mhflux/MHFalseSource.cc:
4829 - according to a suggestion by Markus Mayer I have changed
4830 \\sigma_{max}=f to S_{max}=f\\sigma
4831
4832 * mjobs/MJCalibrateSignal.cc:
4833 - as discussed with Markus and Abelardo fixed the MFTriggerPattern
4834 call.
4835
4836 * mtrigger/MFTriggerPattern.cc, mtrigger/MTriggerPattern.cc,
4837 mtrigger/MTriggerPatternDecode.cc:
4838 - added some comment about file version
4839
4840 * mbase/MFilter.h:
4841 - implemented new virtual function GetDataMember like in MData
4842
4843 * mbase/MTask.[h,cc]:
4844 - when filter is added ass GetDataMember to branch list (should be
4845 obsolete, because filter is in the tasklist, but it should not hurt)
4846
4847 * mfbase/MF.[h,cc], mfbase/MFDataChain.[h,cc], mfbase/MFDataMember.[h,cc],
4848 mfbase/MFilterList.[h,cc]:
4849 - implemented new function GetDataMember
4850
4851
4852
4853 2005/01/17 Markus Gaug
4854
4855 * msignal/MExtractTimeAndChargeDigitalFilter.cc
4856 - remove a situation where the high-gain signal can be 0.
4857
4858 * mtrigger/MTriggerPattern.h
4859 - fixed a bug in defining the trigger bit pattern (Have to start
4860 from 0 instead of 1)
4861
4862 * mjobs/MJPedestal.cc
4863 * mjobs/MJCalibrateSignal.cc
4864 - fixed default extraction ranges.
4865
4866 * callisto.rc
4867 - fixed default weights files for pedestal extraction for cosmcis
4868
4869 * mcalib/MCalibrationChargeCalc.cc
4870 - removed program exit on occurrance of multiple colours without
4871 intensity calibration
4872
4873
4874
4875 2005/01/17 Nadia Tonello and Markus Gaug
4876
4877 * mcalib/MCalibrationChargeCam.cc
4878 - some fit improvements in the function GetAveragedConvFADC2PhotPerArea
4879
4880
4881
4882 2005/01/16 Markus Gaug
4883
4884 * mhcalib/MHCalibrationCam.[h,cc], mhcalib/MHCalibrationRelTimeCam.[h,cc],
4885 mhcalib/MHCalibrationChargeCam.[h,cc]
4886 - put overflow management and results camera initialization into
4887 base class
4888
4889 * mcalib/MCalibrateData.[h,cc]
4890 - added possibility to re-normalize signal to equiv. photo-electrons
4891 ( SetSignalType(MCalibrateData::kPhe) ).
4892 Default is old version in photons
4893 - speed up Process by storing pre-calculated calibration constants
4894 in arrays (needed 40% of CPU time of the eventloop before, now: 23%)
4895 - added new pointer to different MCalibrationChargeCam used for
4896 updates
4897 - added possibility to update the conversion factors using the
4898 MCalibrationChargeCam stored in fCalibUpdate.
4899 - added Print() function
4900
4901 * mcalib/MCalibCalcFromPast.[h,cc]
4902 - committed final version, now also in the Makefile
4903
4904 * mjobs/MJCalibrateSignalFromOutside.[h,cc], macros/calibration.C
4905 - committed final version, now able to calibrate interlaced cal.
4906 events.
4907
4908
4909
4910 2005/01/14 Hendrik Bartko
4911
4912 * msignal/calibration_weights_UV.dat
4913 - fixed a small bug in the noise autocorrelation of the AB-noise
4914
4915 * msignal/calibration_weights_blue.dat
4916 - new weights file for blue calibration pulses
4917
4918 * cosmics_weights.dat
4919 - fixed a small bug in the noise autocorrelation of the AB-noise
4920
4921
4922
4923 2005/01/14 Markus Gaug
4924
4925 * msignal/MExtractTimeAndChargeDigitalFilter.cc
4926 - added a small acceleration of the program, tested by Hendrik and
4927 me.
4928
4929 * mpedestal/MPedCalcFromLoGain.cc
4930 - fixed one warning output which was not a real warning.
4931
4932 * mcalib/MCalibrationChargeCam.cc
4933 - improved the function to calculate a mean conversion factor over
4934 the whole camera including a fit to the values.
4935
4936 * mpedestal/MPedCalcPedRun.[h,cc]
4937 - undo some changes introduced by TB on 2/12/04 which had made the
4938 use of interlaced pedestal events impossible again.
4939 - Use now the new class MTriggerPattern directly to recognize an
4940 interlaced pedestal event.
4941
4942
4943
4944 2005/01/14 Thomas Bretz
4945
4946 * callisto.cc:
4947 - fixed a typo in output
4948
4949 * manalysis/MGeomApply.cc:
4950 - removed some old code already in comments
4951 - added possibility to switch off automatic processing (used
4952 if two different geometries around)
4953
4954 * manalysis/MMultiDimDistCalc.cc, mhbase/MHMatrix.[h,cc],
4955 mranforest/MRanForestCalc.cc, mtools/MHSimulatedAnnealing.[h,cc],
4956 mtools/MSimulatedAnnealing.h:
4957 - added include of TVector because in newer root version it is
4958 not included from TMatrix anymore
4959
4960 * mbase/BaseLinkDef.h, mbase/MMath.[h,cc]:
4961 - to stick to the convention of TMath in newer root versions MMath
4962 changed from a class to a namespace
4963
4964 * mbase/MEvtLoop.[h,cc]:
4965 - to support newer root version added a second Write-function
4966 with a const qualifier.
4967
4968 * mdata/MDataChain.cc:
4969 - changed access to TMath for newer root versions
4970
4971 * mfileio/MChain.[h,cc]:
4972 - implemented a workaround for teh changed LoadTree definition
4973 in newer root-versions
4974
4975 * mfileio/MReadTree.cc:
4976 - fixed a bug in CheckBranchSize caused some warning to be
4977 displayed
4978
4979 * mhflux/MHAlpha.cc:
4980 - removed check for fResult in PostProcess (it is always there)
4981
4982 * msignal/MExtractTimeFastSpline.cc:
4983 - fixed delete --> delete[]
4984
4985 * mbadpixels/MBadPixelsCalc.cc:
4986 - slight change to some output
4987
4988 * mbase/MTaskEnv.h:
4989 - set name of default task when pointer is given
4990
4991 * mjobs/MJCalibrateSignal.cc:
4992 - fixed handling of extraction range for various cases
4993 - fixed handling in case no arrival times are calculated
4994
4995 * mjobs/MJCalibration.cc:
4996 - write at least a default arrival time calibration container
4997 to make further processing easier
4998
4999 * mjobs/MJPedestal.[h,cc]:
5000 - fixed handling of extraction range for various cases
5001
5002
5003
5004 2005/01/14 Abelardo Moralejo
5005
5006 * mtemp/mpadova/macros/trainsubsample.C, RanForestDISP.C
5007 - added. Two macros used in the analysis of real wobble mode data.
5008
5009
5010
5011 2005/01/14 Daniela Dorner
5012
5013 * macros/sql/filldotrun.C
5014 - added new arehucas-verions and changed code accordingly
5015
5016
5017
5018 2005/01/13 Abelardo Moralejo
5019
5020 * macros/starmc.C
5021 - Added (commented) lines for the case of gamma MC source off-axis
5022 (wobble mode). Changed default extractor to
5023 MExtractFixedWindowPeakSearch.
5024
5025
5026
5027 2005/01/13 Raquel de los Reyes
5028
5029 * callisto.rc
5030 - introduced several configuration lines
5031 (format: "class".DataCheck: No) to allow callisto
5032 to run with rawfiles. Necessary for the datacheck.
5033
5034
5035
5036 2005/01/13 Markus Gaug
5037
5038 * mcalib/MCalibColorSet.cc
5039 - fixed runs 45605-45609
5040
5041 * msignal/MExtractor.h
5042 - take out the variable fHiLoLast from the streamer. Will be
5043 initialized in the ReInit(), if needed
5044
5045 * msignal/MExtractor.cc
5046 - Initialized fHiLoLast to 0. Otherwise, a second eventloop with
5047 the same extractor may have that variable set to a certain
5048 value, even if not desired. The ReInit() fixes fHiLoLast, if
5049 different from 0.
5050
5051 * mpedestal/MExtractPedestal.cc
5052 * mpedestal/MPedCalcPedRun.cc
5053 * mpedestal/MPedCalcFromLoGain.cc
5054 - fix the output of the print to the correct value for the case
5055 that the extractor is used.
5056
5057
5058 2005/01/13 Thomas Bretz
5059
5060 * callisto.rc:
5061 - fixed some typos
5062
5063 * mbase/MLog.cc:
5064 - unset DEBUG defined unintentionally
5065
5066 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
5067 - removed printing Weights in InitArrays, because otherwise
5068 the output of a full data calibration is totally crowded
5069 with numbers. Having the weights-file name on the display
5070 is perfectly enough.
5071
5072
5073
5074 2005/01/12 Markus Gaug
5075
5076 * mcalib/MCalibrationIntensityRelTimeCam.cc
5077 - added fit to improve averageing of the obtained results
5078
5079
5080
5081 2005/01/12 Thomas Bretz
5082
5083 * manalysis/MMatrixLoop.cc:
5084 - changed name to MRead because it now derives from MRead
5085
5086 * mbase/MEvtLoop.[h,cc]:
5087 - implemented an option not to cascade the status display to the
5088 parameter list in PreProcess
5089
5090 * mhflux/MHAlpha.cc:
5091 - changed name of "Significance" to "MinimizationValue"
5092 - return -significance to have a value being minimized
5093
5094 * mhist/MHCamera.cc:
5095 - fixed output of text in legend
5096
5097 * mhist/MHEvent.[h,cc]:
5098 - implemented new options for calibrated pedestals
5099
5100 * mmain/MEventDisplay.cc:
5101 - fixed to support latest changes in MJCalibrateSignal
5102
5103 * mpedestal/MPedPhotCam.cc:
5104 - added new options in GetPixelContent (4 and 5) to support
5105 a correct camera display
5106
5107 * mjobs/MJCalibrateSignal.cc:
5108 - fixed display of calibrated pedestal and pedestal rms
5109 - changed order of plots. Now all interpolated values
5110 (means all calibrated values which are bad-pixel treated)
5111 are displayed behind the unsuitable pixels.
5112
5113 * mjobs/MJ*.cc:
5114 - corrected all wrong %06d to %08d to fit the number of
5115 digits in run-numbers
5116
5117
5118
5119 2005/01/11 Abelardo Moralejo
5120
5121 * mjobs/Makefile
5122 - added missing include -I ../mtrigger
5123
5124
5125
5126 2005/01/11 Thomas Bretz
5127
5128 * callisto.cc, callisto.rc:
5129 - changed such, that all three kinds of pedestals are calcualted
5130 (usefull for studies)
5131
5132 * manalysis/MMatrixLoop.[h,cc]:
5133 - derived from MRead
5134 - implemented some basic functions from MRead
5135
5136 * mfilter/MFCosmics.[h,cc]:
5137 - allow setting of name of MPedestalCam
5138
5139 * mhbase/MBinning.[h,cc]:
5140 - added SetEdges taking MParList as input
5141
5142 * mhflux/MHAlpha.cc:
5143 - use new function from MBinning
5144
5145 * mjobs/MJCalibrateSignal.[h,cc]:
5146 - changed to calculate all three kinds of pedestals
5147 - added filters for trigger pattern and illuminated events
5148
5149 * mjobs/MJPedestal.cc:
5150 - give different names to tabs with different pedestals
5151
5152 * mjobs/MJStar.cc:
5153 - on request changed used pedestal from "FromExtractor" to
5154 "FromExtractorRndm"
5155
5156 * mtrigger/MTriggerPattern.h:
5157 - added Reset function
5158
5159 * mtrigger/MTriggerPatternDecode.[h,cc]:
5160 - added using file format version number
5161
5162
5163
5164 2005/01/11 Markus Gaug
5165
5166 * mbadpixels/MBadPixelsPix.cc
5167 - updated documentation
5168
5169 * mcalib/MCalibrationChargeCalc.cc
5170 - make pixels with deviating number of phes unreliable instead of
5171 unsuitable (this was already thought so, but missed to modify
5172 at one place).
5173
5174 * mhcalib/MHCalibrationCam.[h,cc]
5175 - add possible flag 'kInterlaced': default: kFALSE (like before)
5176 - added pointer to MRawEvtHeader to deny cosmics events in case
5177 of 'interlaced' flag is set. No changes for 'normal' calibration
5178
5179
5180
5181 2005/01/10 Benjamin Riegel
5182
5183 * mreport/MReportStarguider.cc, mreport/MReportStarguider.h
5184 - added two classes for implementing starguider-data
5185
5186 * mreport/ReportLinkDef.h
5187 - added class MReportStarguider to be linked:
5188 #pragma link C++ class MReportStarguider+;
5189
5190 * mreport/Makefile
5191 - added file MReportStarguider.cc
5192
5193 * merpp.cc
5194 - added two containers ( MReportStarguider, MTimeStarguider ) and
5195 added MReportStarguider to the list:
5196 w->AddContainer("MReportStarguider", "Starguider");
5197 w->AddContainer("MTimeStarguider", "Starguider");
5198 r->AddToList("MReportStarguider");
5199
5200
5201
5202 2005/01/10 Markus Gaug
5203
5204 * mcalib/MCalibColorSet.cc
5205 - return kFALSE for CL-run instead of kTRUE
5206
5207 * mcalib/MCalibrationChargeCalc.cc
5208 - stop program in case that multiple colours are found in same file
5209 without intensity calibration
5210
5211 * mbadpixels/MBadPixelsPix.h
5212 - added two new possible UnCalibrated_t flags for the hi-lo
5213 calibration
5214
5215 * macros/calibration.C
5216 - add the calls to:
5217 MArray::Class()->IgnoreTObjectStreamer();
5218 MParContainer::Class()->IgnoreTObjectStreamer();
5219 in main.
5220
5221 * msignal/MExtractor.h
5222 - added Getter for fOffsetLoGain (was still missing)
5223
5224 * mhcalib/MHCalibrationChargeCam.[h,cc]
5225 - remove pixels with histogram overflow only if their percentage
5226 passes a certain limit (default: 0.5%). Before, every overflow
5227 lead to an unsuitable pixel.
5228
5229 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
5230 - implemented changes suggested by T.B. to speed up calculations
5231 - take fNameWeightsFile into the streamer, otherwise the Clone()
5232 will always create an extractor with cosmic's weights.
5233 - set fOffsetLoGain to a slighly higher value. The DF seems to
5234 have a different offset since it uses different pulse shapes
5235 and thus sightly different time definitions.
5236
5237
5238
5239 2005/01/10 Thomas Bretz
5240
5241 * mhvstime/MHVsTime.cc:
5242 - fixed a compiler error for gcc 2.95.3, see Mantis bug # 157
5243
5244 * callisto.cc:
5245 - changed such, that the calculated pedestal is not random
5246 anymore
5247 - added code to calculate the pedestal also with randomization,
5248 but this code is for the moment commented out.
5249
5250 * callisto.rc:
5251 - fixed naming of pedestal calculation
5252
5253 * mbadpixels/MBadPixelsCalc.cc:
5254 - added a second check which compares the pedestal rms with
5255 the variance of the pedestal rms in the same sector
5256
5257 * mjobs/MJCalibrateSignal.[h,cc]:
5258 - changed to calculate the pedestal from extractor without
5259 randomization
5260 - added code to calculate the pedestal also with randomization,
5261 but this code is for the moment commented out.
5262
5263 * mjobs/MJCalibration.cc:
5264 - made sure that pedcam always has the correct name
5265 (FIXME? Print a warning if it has the wrong name)
5266
5267 * mjobs/MJPedestal.[h,cc]:
5268 - changed such, that it allows the calculation of pedestals
5269 in three different ways (fundamental, fromextractor,
5270 fromextractorrndm)
5271 - therefor removed SetExtractorResolution and added
5272 + void SetExtractionFundamental()
5273 + void SetExtractionWithExtractorRndm()
5274 + void SetExtractionWithExtractor()
5275
5276 * mjobs/MJStar.cc:
5277 - changed/fixed the input name of the MPedPhotCam used in the
5278 image cleaning
5279
5280 * mraw/MRawFileRead.[h,cc]:
5281 - changed return type of OpenNextFile
5282 - in some cases return kERROR in OpenNextFile to abort the Processing
5283 with an error
5284
5285 * mraw/MRawRunHeader.cc:
5286 - call a wrong file format version ERROR now
5287
5288 * mhflux/MAlphaFitter.[h,cc]:
5289 - make sure that resetted values are returned if fit failed
5290 - set default scaling too kOffRegion
5291
5292 * mhflux/MHAlpha.cc:
5293 - some small fixes to handling of MHAlphaOff
5294
5295 * mhflux/MHFalseSource.[h,cc]:
5296 - implemented possible usage of MHFalsSourceOff for On-Off-Analysis
5297 - updated display accordingly
5298 - updated fit accordingly
5299 - removed catalog temporarily from plots until I found the
5300 reason for the strange crashes
5301
5302 * mbadpixels/MBadPixelCalc.[h,cc]:
5303 - implemented the possibility to check the pedestal rms against the
5304 variance of the pedstal rms, too. The option is curretly switched
5305 off.
5306 - enahanced informal output in PreProcess
5307
5308 * mbase/MTaskList.cc:
5309 - a little change to some output
5310
5311
5312
5313 2005/01/10 Wolfgang Wittek
5314
5315 * mfbase/MFEventSelector2.cc
5316 - check whether filter exists before calling
5317 filter->CallPreProcess(parlist)
5318
5319
5320
5321 2005/01/08 Markus Gaug
5322
5323 * mhcalib/MHCalibrationHiLoCam.[h,cc]
5324 * mcalib/MCalibrationHiLoCam.[h,cc]
5325 * mcalib/MCalibrationHiLoPix.[h,cc]
5326 * mcalib/MIntensityCalibrationHiLoCam.[h,cc]
5327 * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
5328 mcalib/CalibLinkDef.h
5329 - new classes for calibration of conversion high-gain vs. low-gain
5330
5331 * msignal/MExtractedSignalPix.[h,cc]
5332 - added data member fChisquare, set to -1. by Clear() and Reset()
5333 - raised version number by 1
5334
5335 * msignal/MExtractedSignalCam.[h,cc]
5336 - added data member fNdf, set to -1 by default
5337 - new function: GetProb(const Int_t pixidx) to be called to
5338 calculate the joint probability of Chisquare of pixel "pixidx"
5339 and fNdf
5340 - added documentation of data members
5341 - raised version number by 1
5342
5343 * mhcalib/MHCalibrationChargeCam.cc
5344 - strengthened default histogram limits a bit, should accelerate
5345 the calibration by 20%.
5346
5347 * mjobs/MJCalibrateSignalFromOutside.cc
5348 - fixed two lines to compile MCalibrateData with the recent changes
5349 by TB
5350
5351 * msignal/MExtractTimeAndChargeDigitalFilter.cc
5352 - fixed two bugs introduced yesterday by TB.
5353
5354 * msignal/MExtractTimeAndChargeSpline.cc
5355 * msignal/MExtractTimeAndChargeSlidingWindow.cc
5356 - adopt part of TB's speed accelerations into these classes
5357
5358 * msignal/MExtractTimeAndCharge.cc
5359 - fix the low-gain extraction window for the case that the high-gain
5360 is saturated. Was skipped so far.
5361
5362
5363
5364 2005/01/07 Markus Gaug
5365
5366 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
5367 - catch the case that more than 90% of the pixels have saturated
5368 signals and fix the extraction window from the occurrance of
5369 saturation, then. Important for high-intensity calibration events.
5370
5371
5372 * msignal/MExtractor.cc
5373 * msignal/MExtractTime.cc
5374 * msignal/MExtractTimeAndCharge.cc
5375 - added some documentation
5376
5377 * msignal/MExtractTime.[h,cc]
5378 - moved the empty function FindTimeHiGain() and FindTimeLoGain() to
5379 the header-file.
5380
5381
5382
5383
5384 2005/01/07 Abelardo Moralejo
5385
5386 * mbase/MLog.h
5387 - Added #include "TSystem.h", otherwise gSystem is not recognized
5388 in Mac OSX.
5389
5390 * manalysis/MMakePadHistograms.cc
5391 - Changed badcalc.SetNamePedPhotContainer to
5392 badcalc.SetNamePedPhotCam
5393
5394
5395
5396 2005/01/07 Thomas Bretz
5397
5398 * mbadpixels/MBadPixelsCalc.[h,cc], macros/ONOFFAnalaysis.C:
5399 - replaced PedPhotContainer by PedPhotCam for consistency
5400
5401 * mbase/MLog.[h,cc]:
5402 - return *this in Seperator()
5403
5404 * mbase/MPrint.[h,cc]:
5405 - use new separator manipulator in PreProcess
5406 - fixed a type: separator instead of seperator
5407
5408 * mfileio/MReadTree.[h,cc]:
5409 - added a check for branch->IsAutoDelete() in Notify()
5410
5411 * mpedestal/MExtractPedestal.[h,cc]:
5412 - added new option 'fRandomCalculation' be used to switch on-/off-
5413 randomization in extractors, the default should be like before
5414 - added Process() calling Calc()
5415
5416 * mpedestal/MPedCalcFromLoGain.[h,cc], mpedestal/MPedCalcPedRun.[h,cc]:
5417 - renamed Process() to Calc()
5418
5419 * Makefile:
5420 - removed macros/calibration.C, which seems to have been
5421 unintantionally introduced.
5422
5423 * manalysis/Makefile:
5424 - removed unintantionally introduced wrong include
5425
5426 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
5427 - a small acceleration discussed with Hendrik by replacing a
5428 counter in a loop by pointer arithmetics
5429
5430 * mraw/MRawEvtPixelIter.cc:
5431 - fixed a bug in GetMaxIdxHiLoGain which caused the loop to
5432 read one byte behind the end of the array
5433 - fixed HasLoGain() which really did weired things, means accessing
5434 sometimes memory somewhere. This could theoretically result
5435 in assigning the wrong lo-gains to the wrong pixels.
5436
5437 * mtrigger/MTriggerPattern.[h,cc], mtrigger/MTriggerPatternDecode.[h,cc],
5438 mtrigger/MFTriggerPattern.[h,cc]:
5439 - added
5440
5441 * mtrigger/Makefile, mtrigger/TriggerLinkDef.h:
5442 - added MTriggerPattern, MTriggerPatternDecode and MFTriggerPattern
5443
5444 * manalysis/MEnergyEstParam.h:
5445 - added a new function SetVariables calling SetCoeff
5446
5447 * mcalib/MCalibrateData.[h,cc]:
5448 - removed data members for container names
5449 - added new lists for container names
5450 - allow to calibrate more than one pedestal container at the same
5451 time
5452
5453 * mjobs/MJCalibrateSignal.cc:
5454 - changed accordingly
5455
5456
5457
5458 2005/01/05 Thomas Bretz
5459
5460 * mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationChargeCalc.cc,
5461 mhcalib/MHCalibrationRelTimeCam.cc:
5462 - made some output lines fit into convinience window of 80 col
5463
5464 * mhist/MHCamEvent.cc:
5465 - make sure that x-axis has correct title
5466
5467 * msignal/MArrivalTimePix.cc:
5468 - init error to -1 which is a obviously non valid value
5469 - fixed IsValid() which gave wrong results
5470
5471 * msignal/MExtractTimeAndCharge.cc, msignal/MExtractedSignalPix.cc:
5472 - made sure that LoGain is flagged non-valid if no lo-gain exists
5473 - push time back at the edge of the allowed limits if outside
5474
5475 * mbase/MGList.[h,cc]:
5476 - introduced new functions Delete and DeletePictures
5477 - SetBit(kMustCleanup) in constructor. Otherwise it is not
5478 correctly removed from ListOfCleanups
5479
5480 * mbase/MLog.cc:
5481 - SetBit(kMustCleanup) if adding a plugin to make sure it is cleaned
5482 from the list
5483
5484 * mbase/MParContainer.[h,cc]:
5485 - replaced return type of GetDescriptor by TString. The old version
5486 was terribly wrong! The returned memory wasn't removed as soon
5487 as the function returned.
5488
5489 * mbase/MStatusDisplay.[h,cc]:
5490 - for security (thread safty) replaced all Form() by MString::Form()
5491 - implemented a more secure scheme of Closing (Clone()) this was
5492 a hint given by valgrind
5493 - set kMustCleanup for all new object in ClonePad not only kCanDelete
5494 - fixed some lines in pulldown-menus
5495 - add TPads to ListOfCleanups in ClonePad (workaround!)
5496
5497 * mbase/MString.[h,cc]:
5498 - implemented a new static Form() function returning a copy of
5499 the result
5500
5501 * mbase/MTask.[h,cc]:
5502 - replaced return type of GetDescriptor by TString. The old version
5503 was terribly wrong! The returned memory wasn't removed as soon
5504 as the function returned.
5505 - Made GetDescriptor thread safe using MString::Form
5506
5507 * mfileio/MWriteRootFile.cc:
5508 - Use GetDescriptor().Data() when using any kind of printf function
5509
5510 * mhbase/MFillH.cc:
5511 - replaced string concatenation in all constructors by a Form
5512 (also suggested by valgrind)
5513
5514 * mhcalib/MHCalibrationRelTimeCam.cc:
5515 - made some output fit into 80col boundary
5516
5517
5518
5519
5520 2005/01/03 Thomas Bretz (HAPPY NEW YEAR)
5521
5522 * mfht:
5523 - added new directory for hexagonal fourier transformation
5524
5525 * mfht/HftIncl.h, mhft/HftLinkDef.h, mhft/MGeomCamMagicXT.[h,cc],
5526 mhft/MGeomCamMagicEnhance.[h,cc], mhft/MHexgaonalFT.[h,cc],
5527 mhft/MHexagonalFreqSpace.[h,cc], mhft/MHexagonalFTCalc.[h,cc],
5528 mhft/Makefile:
5529 - added
5530
5531 * macros/extendcam.C:
5532 - added: tutorial for MGeomCamExtend
5533
5534 * macros/hft.C:
5535 - added: tutorial for MHexgonalFTCalc
5536
5537 * macros/dohtml.C:
5538 - updated
5539
5540 * macros/rootlogon.C:
5541 - updated
5542
5543 * Makefile:
5544 - mhft added
5545
5546 * mbase/MParContainer.cc, mbase/MLog.cc:
5547 - added a pre-compiler option for destructor debugging
5548
5549 * mbase/MTaskList.[h,cc]:
5550 - added new function Replace
5551
5552 * mdata/MDataChain.cc, mfbase/MF.cc:
5553 - shortened some output
5554
5555 * mdata/MDataArray.[h,cc]:
5556 - added new function FindRule
5557
5558 * mfileio/MReadTree.[h,cc]:
5559 - enhanced functionality to be able to read a TTree stored in memory
5560 instead of a file. Therefor introduced fTree which is now the pointer
5561 used and replaced fChain where TTree and TChain have common behaviour.
5562 Where they behave uncommon new code for the new case has been added.
5563
5564 * mfileio/MWriteRootFile.[h,cc]:
5565 - enhanced functionality to be able to write a TTree into memory
5566 instead of a file. This were maily bugfixes for the case fOut==0, which
5567 must be handled correctly. Becarefull a tree filles without a file
5568 is not deleted automatically!
5569
5570 * mhbase/MBinning.h:
5571 - added copy constructor
5572 - fixed buggy SetEdges(MBinning&) which didn't work
5573
5574 * mhbase/MHMatrix.cc:
5575 - when adding a new rule check first if the same rule already exists
5576
5577 * mhflux/MAlphaFitter.[h,cc]:
5578 - added new functionality to support on-off analysis
5579 - didn't touch existing code
5580
5581 * mhflux/MHAlpha.[h,cc]:
5582 - added new functionality to support on-off analysis
5583 - replaced Fit() calls by newer function calls
5584 - added DrawAll - PRELIMINARY
5585 - fixed a bug when projecting - may be the reson for some strange
5586 crashes
5587
5588 * mcalib/MCalibColorSet.cc:
5589 - fixed a stupid bug introduced last year, which caused MCalibColorSet
5590 in some circumstances to stop the eventloop when it shouldn't
5591
5592 * mjobs/MSequence.cc:
5593 - expand path names
5594
Note: See TracBrowser for help on using the repository browser.