source: trunk/MagicSoft/Mars/Changelog@ 6993

Last change on this file since 6993 was 6993, checked in by tbretz, 19 years ago
*** empty log message ***
File size: 120.4 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/05/03 Thomas Bretz
25
26 * mjobs/MJCut.cc:
27 - added histogram <Fake->'OnTime' for MC
28
29 * mpointing/MSrcPosCalc.cc:
30 - removed dependancy on MTime for MC
31
32 * star.cc:
33 - addde possibility to switch off muon analysis
34
35 * star.rc:
36 - added parameters for muon analysis
37
38 * mbadpixels/MBadPixelsCam.cc:
39 - fixed a typo in a comment
40
41 * mjobs/MJStar.[h,cc]:
42 - added possibility to switch off muon analysis
43
44 * mjobs/Makefile:
45 - added -I../mmuon
46
47 * mjobs/MJCut.cc, mjobs/MJSpectrum.cc:
48 - renamed MHAlpha to Hist (to have a common naming for all options)
49 - renamed MHAlphaOff to HistOff
50
51
52
53 2005/05/02 Thomas Bretz
54
55 * ganymed.rc:
56 - updated to the latest changes
57
58 * mhflux/MHAlpha.[h,cc]:
59 - made a base class with the necessary interface to derived classes
60 to support other variables like dca or theta
61
62 * mjobs/MJCut.[h,cc]:
63 - added support for MHAlpha derived classes
64 - made MHTheta the default
65
66 * mhflux/MHTheta.[h,cc]:
67 - added
68
69 * mhflux/Makefile, mhflux/FluxLinkDef.h:
70 - added MHTheta
71
72
73
74 2005/04/29 Thomas Bretz
75
76 * manalysis/MEventRateCalc.cc:
77 - fixed jumps when a new run is initiated
78 - set as time a time which represents the starting point
79 of the calculation interval in all cases
80
81 * star.rc, mmuon/MMuonCalibParCalc.cc, mmuon/MMuonSetup.[h,cc]:
82 - fixed wrong units of thresholds for muon analysis
83
84 * mmuon/MHSingleMuon.cc:
85 - removed obsolete conversion factor in error calculation
86 - FindeCreateObj called for MMuonSetup
87 - get NDF from fit
88 - optimized FindRangeAboveThreshold
89 - handle special case when arcphi is 360deg
90
91 * star.cc:
92 - replaced ProcessFile by Process
93
94 * mjobs/MJSpectrum.cc:
95 - renamed second MHAlpha tab to MHAlphaOn to be able to
96 access each tab uniquely
97 - fixed a bug calling SetStats which could cause crashes
98
99 * mjobs/MJStar.[h,cc]:
100 - preliminary implementation of the muon analysis
101 - reanamed ProcessFile to Process
102
103
104
105 2005/04/28 Thomas Bretz
106
107 * manalysis/MMultiDimDistCalc.[h,cc]:
108 - replaced MHadronness by MParameterD
109
110 * mhflux/MHEnergyEst.cc:
111 - removed obsolete include of MEnergyEst
112
113 * mmuon/MHMuonPar.cc:
114 - fixed a type in an axis label
115
116
117
118 2005/04/27 Thomas Bretz
119
120 * Makefile:
121 - added mmuon
122 - remobed mstarcam
123
124 * callisto.cc, ganymed.cc, star.cc:
125 - renamed ProcessFile to Process
126
127 * star.rc:
128 - added some muon parameters
129
130 * mastro/MAstroCamera.[h,cc]:
131 - temporarily removed interface to MStarPos
132
133 * mbase/MStatusArray.h:
134 - added default constructor
135
136 * mcalib/MCalibColorSet.cc:
137 - added runs 39942, 39944, 44834, 39941, 39943 and 44833
138 (undocumented change from the BCN cvs)
139
140 * mjobs/MJCalib.[h,cc], mjobs/MJCalibTest.[h,cc],
141 mjobs/MJCalibrateSignal.[h,cc], mjobs/MJCalibration.[h,cc],
142 mjobs/MJCut.[h,cc], mjobs/MJPedestal.[h,cc]:
143 - removed support for MRunIter (use the setter of MSequence
144 instead) -- this makes the code a lot easier to maintain
145 - removed support for autodetection if the output already exists --
146 this makes the code a lot easier to maintain
147 - renamed ProcessFile to Process - which was missleading
148
149 * mmuon/MHMuonPar.[h,cc]:
150 - changes to axis labels etc.
151
152 * mmuon/MMuonCalibPar.[h,cc]:
153 - removed the histograms and all obsolete variables
154 - removed obsolete SetUseUnmap (this cannot happen
155 by definition of Unmap)
156
157 * mmuon/MMuonCalibParCalc.[h,cc]:
158 - moved the code for calculation the parameters to new class
159 MHSingleMuon
160
161 * mmuon/MMuonSearchPar.[h,cc]:
162 - replaced arbitrary fir by minuit (faster and more accurate)
163 - removed precalculation of muon center - makes fit worse
164
165 * mmuon/MMuonSearchParCalc.[h,cc]:
166 - fixes to comments
167 - fixes to includes
168
169 * mmuon/MMuonSetup.[h,cc]:
170 - binnings removed (replaces by MBinning)
171
172 * mmuon/Makefile, mmuon/MuonLinkDef.h:
173 - added MHSingleMuon
174
175 * msignal/MExtractTimeAndchargeSpline.cc:
176 - fixed a bug found by Abelardo which could cause different
177 results with different compiler optimiztaion options due
178 to rounding errors.
179
180
181
182 2005/04/25 Thomas Bretz
183
184 * ganymed.cc:
185 - changed policy of writing the resulting events to the result file
186
187 * sponde.cc:
188 - added commandline option to use all monte carlos
189 - added command line option to read the MCs more accurate
190
191 * sponde.rc:
192 - added
193
194 * mbase/MStatusDisplay.[h,cc]:
195 - added some code to get Tab by name
196 - fixed a typo in a status line output
197
198 * mhbase/MH.[h,cc], mhbase/MH3.[h,cc], mhflux/MHFalseSource.h,
199 mhist/MHCamEvent.[h,cc], mhist/MHCamEventRot.h,
200 mhist/MHEvent.h, mhist/MHStarMap.h, mhist/MHTriggerLvl0.[h,cc],
201 mhistmc/MHMcTriggerLvl2.[h,cc], mhvstime/MHPixVsTime.[h,cc],
202 mhvstime/MHSectorVsTime.[h,cc], mimage/MHHillas.[h,cc],
203 mimage/MHHillasExt.[h,cc], mimage/MHHillasSrc.[h,cc],
204 mimage/MHImagePar.[h,cc], mimage/MHNewImagePar.[h,cc]:
205 - changed GetHistByName to be const-qualified to be compatible
206 with FindObject
207 - added some FindObject function to call GetHistByName
208
209 * mhflux/MHAlpha.[h,cc]:
210 - changed such, that it can be forced to display the excess
211 events versus size
212
213 * mjobs/MJCut.[h,cc]:
214 - display number of excess events versus Size per default
215 - removed energy estimator
216
217 * mjobs/MJOptimize.cc:
218 - display number of excess events verss size after optimization
219
220 * mjobs/MJSpectrum.[h,cc]:
221 - implemented setting up energy estimator
222 - replaced some gLog by fLog
223 - display comparison of image parameters
224
225
226
227 2005/04/22 Thomas Bretz
228
229 * mbase/MStatusArray.[h,cc]:
230 - switch off adding histograms to gDirectory in newly
231 overwritten Read-function
232
233 * mhflux/MHCollectionArea.[h,cc]:
234 - implemented member function GetHistSel
235 - don't display full statistics
236 - fixed a possible crash in Paint
237
238
239
240 2005/04/22 Markus Meyer
241
242 * mmuon/MMuonSetup[.h.cc]:
243 - new container class for muon parameters
244 which are not changing from event to event
245 (setup parameters for the analysis). These
246 parameters were stored in MMuonCalibPar before
247
248 * mmuon/MMuonCalibPar[.h.cc]:
249 - changed MCerPhotEvt and MCerphotPix to MSignalCam
250 and MSignalPix to read the new format
251 - removed the setup parameters (stored now in
252 MMuonSetup)
253 - removed all the sanity checks
254 - removed pre-cuts
255 - cuts in process, to save only muon-like events
256
257 * mmuon/MMuonCalibParCalc[.h.cc]:
258 - changed MCerPhotEvt and MCerphotPix to MSignalCam
259 and MSignalPix to read the new format
260 - removed pre-cuts
261
262 * mmuon/MMuonSearchPar[.h.cc]:
263 - changed MCerPhotEvt and MCerphotPix to MSignalCam
264 and MSignalPix to read the new format
265 -
266
267 * mmuon/MMuonSearchParCalc[.h.cc]:
268 - changed MCerPhotEvt and MCerphotPix to MSignalCam
269 and MSignalPix to read the new format
270
271 * mmuon/MHMuonPar[.h.cc]:
272 - new histgram class, plots different muon
273 parameters
274
275
276
277 2005/04/21 Daniela Dorner
278
279 * datacenter/scripts/runcallisto:
280 - fixed choice of todofile
281
282 * datacenter/scripts/copyscript:
283 - adapted some paths
284
285 * datacenter/macros/filldotrun.C:
286 - added 6 new arehucas versions
287
288 * datacenter/scripts/writesequencefile:
289 - added make path for sequencefiles
290
291
292
293 2005/04/21 Thomas Bretz
294
295 * mhcalib/MHCalibrationRelTimeCam.cc:
296 - fixed usage of a uninitialized pointer
297
298 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc:
299 - fixed usage of MFTriggerPattern
300
301 * mtrigger/MFTriggerPattern.[h,cc]:
302 - allow to set default from outside in case no pattern
303 could be decoded
304
305
306
307 2005/04/20 Thomas Bretz
308
309 * callisto.cc:
310 - added a comment which shows how to correctly skip job2 if
311 extractor doesn't inherit from MExtractTimeAndCharge, but...
312 // This could skip job2 if extractor doesn't inherit from
313 // MExtractTimeand Charge... but this is not necessary.
314 // We only get the same pedestal twice (which we want to have
315 // anyhow. A switch when using the result of job2 later is also
316 // not necessary, because without running job2 it is identical
317 // with job1
318
319 * mjobs/MSequence.cc:
320 - use the sequence number'd directories in case of calibrated data
321 and image files instead of the date.
322
323 * mhflux/MAlphaFitter.cc:
324 - copy also results in Copy()
325
326 * mjobs/MJOptimize.cc:
327 - print result of optimization in case MAlphaFitter is used
328 - store results back in initial MAlphaFitter
329
330 * mjobs/MJSpectrum.[h,cc]:
331 - implemented a faster simple mode weighting the read spectrum
332 with the theta-probability
333
334
335
336 2005/04/20 Daniel Mazin (2005/04/18)
337
338 * mreport/MReportCamera.[h,cc]
339 - added necessary changes to include Active Load and Central Pixel
340 info from Camera reports
341
342 * mcamera/MCameraActiveLoad.[h,cc]
343 - added to store Active Load info from the Camera reports
344
345 * mcamera/MCameraCentralPix.[h,cc]
346 - added to store Central Pixel info from the Camera reports
347
348 * mcamera/Makefile
349 * mcamera/CameraLinkDef.h
350 - added MCameraActiveLoad and MCameraCentralPix classes
351
352
353
354 2005/04/20 Markus Gaug (2005/04/15)
355
356 * mcalib/MCalibrationChargeCam.[h,cc]
357 - added new function CopyHiLoConversionFactors
358
359
360
361 2005/04/20 Markus Gaug (2005/04/14)
362
363 * mcalib/MCalibColorSteer.[h,cc]
364 - fixed a bug in the recognition of the calibration bit pattern.
365 Concerns only intensity calibration.
366
367 * mcalib/MCalibrationRelTimeCalc.cc
368 - return kTRUE instaed of kFALSE in case that the Process() has
369 never been executed.
370
371 * mjobs/MJCalibration.cc
372 - add a filter against PIN Diode events since some of the recent
373 calibration runs have been taken with Pin Diode.
374
375
376
377 2005/04/12 Markus Gaug
378
379 * mcalib/MCalibrationCam.[h,cc]
380 - added a storage place for the run number
381
382 * mcalib/MCalibCalcFromCalc.[h,cc]
383 - store the run number in the individual MCalibrationCams
384
385
386
387 2005/04/19 Thomas Bretz
388
389 * mjobs/MJCut.cc:
390 - fixed a problem when not enabling "--res"
391
392 * mimage/MHVsSize.[h,cc]:
393 - added more displayed variables
394
395 * mjobs/MJSpectrum.[h,cc]:
396 - added
397
398 * mjobs/Makefile, mjobs/JobsLinkDef.h:
399 - added MJSpectrum
400
401 * Makefile:
402 - added sponde.cc
403
404 * sponde.cc:
405 - added
406
407 * mhbase/MBinning.h:
408 - added Print() to //*MENU*
409
410 * mhflux/MAlphaFitter.cc:
411 - do not set inf-flag in Print()
412
413 * mhflux/MHAlpha.[h,cc]:
414 - set all-flag for printing MAlphaFitter("result")
415 - added Getter for excess histogram
416
417 * mjobs/MDataSet.[h,cc]:
418 - allow to initialize a TChain from this dataset
419
420 * mjobs/MJCut.cc:
421 - moved energy estimator back before Cut0 otherwise the
422 EnergyEst container is missing in summary file
423
424 * mhflux/MHCollectionArea.cc:
425 - draw efficiency into third pad
426
427
428
429 2005/04/18 Thomas Bretz
430
431 * manalysis/MCompProbCalc.cc, mbadpixels/MBadPixelsCalc.cc,
432 mbadpixels/MBadPixelsTreat.cc:
433 - some fixes to documentation (THtml complained about missing
434 classes)
435
436 * mbase/MStatusArray.[h,cc]:
437 - implemented some functions to print contents of StatusArray
438 and/or tab/canvas.
439
440 * mhbase/MFillH.cc:
441 - remove fH from ListOfPrimitives before adding Clone in
442 PostProcess
443
444 * mhbase/MH.[h,cc]:
445 - implemented new member function RemoveFromPad (necessary
446 if a class should support same-option)
447
448 * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
449 mimage/MHImagePar.cc, mimage/MHNewImagePar.cc, mimage/MHVsSize.cc:
450 - fixed naming in case of same-option in Draw
451 - remove previous histograms from pad in case of same-option
452
453 * mjobs/MJCut.[h,cc]:
454 - write all binnings in WriteResult
455 - write MHillasExt to output
456 - BinningWidth, BinningLength and BinningDist added
457
458 * mjobs/MJOptimize.[h,cc]:
459 - fixed a typo in output
460 - allow to exchange Test-/Train-Sample
461
462 * ganymed.cc:
463 - implemented "-mc" option to allow cutting MC samples
464
465 * showlog.cc:
466 - implemented real treatment of debug-levels
467 - return 1 instead of 0 in cae of normal finish
468
469 * manalysis/MEnergyEstimate.h, mbase/MContinue.h,
470 mhflux/MAlphaFitter.h:
471 - added Print() to context //*MENU*
472
473 * manalysis/MMatrixLoop.cc:
474 - fixed returning of number of entries if using split mode
475
476 * mbase/MContinue.cc:
477 - implemented Print() function
478
479 * mbase/MParContainer.[h,cc]:
480 - in Read set name of object to argument name if argument!=NULL
481 - reordered some checks for Method calls
482
483 * mdata/MDataFormula.cc:
484 - fixed a problem with the replacement if using [?] for
485 fits
486
487 * mfbase/MFEventSelector2.cc:
488 - replaced some +=1 and -=1 by ++ and --
489
490 * mfileio/MReadMarsFile.cc:
491 - fixed a bug which caused Preprocess to crahs if instatiated
492 with default constructor
493
494 * mhbase/MH.cc, mhflux/MHEffectiveOnTime.cc:
495 - use dynamic_cast if getting "stats"
496
497 * mhflux/MAlphaFitter.cc:
498 - small updates to output
499
500 * mhflux/MHEnergyEst.cc:
501 - fixed all axis lables
502 - implemented fit of resolution
503 - initialize fBias=0 in SetupFill
504 - enhances Print() output
505
506 * mjobs/MJCalibrateSignal.cc:
507 - moved all tasks for interleaved calibration events to
508 a third tasklist
509
510 * mjobs/MJCut.[h,cc]:
511 - implemented correct treatment of MC files
512 - write resulting events to result file if no filename set
513 - moved energy estimator behind cuts
514
515 * mjobs/MJOptimize.cc:
516 - changed RunEnergy such, that it can correctly treat
517 MC files written by ganymed using wobble-mode
518
519 * mbase/MStatusDisplay.cc:
520 - fixed a possible crash in GetFullPad
521
522 * mhbase/MBinning.[h,cc]:
523 - implemented Copy Constructor
524
525 * mhflux/MHCollectionArea.h:
526 - call CalcEfficiency in Finalize
527
528 * mhflux/MHEnergyEst.[h,cc]:
529 - implemented GetWeights
530
531 * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
532 mimage/MHImagePar.cc, mimage/MHNewImagePar.cc, mimage/MHVsSize.cc:
533 - remove histograms from global directory if name was changed
534 in Draw
535
536 * mimage/MHVsSize.cc:
537 - exhanged the arguments of TMath::Sign
538
539
540
541
542 2005/04/14 Thomas Bretz
543
544 * mjobs/MJCut.cc:
545 - added MPointingPos to output
546
547
548
549 2005/04/13 Thomas Bretz
550
551 * mbase/MStatusDisplay.[h,cc]:
552 - implemented new Image types which can be written
553
554 * mhbase/MBinning.[h,cc]:
555 - added some more constructors which can set the binning directly
556
557 * mhflux/MHEnergyEst.h:
558 - added getter for fHEnergy
559
560 * mhflux/FluxLinkDef.h, mhflux/Makefile:
561 - added MHCollectionArea
562
563 * mhflux/MHCollectionArea.[h,cc]:
564 - added
565
566
567
568 2005/04/13 Daniela Dorner
569
570 * datacenter/macros/fillcalib.C:
571 - added update
572
573 * datacenter/scripts/copyscript
574 - fixed bug / changed path
575
576 * datacenter/macros/setupdb.C
577 - added table
578
579
580
581 2005/04/12 Daniela Dorner
582
583 * datacenter/macros, datacenter/scripts:
584 - added
585
586 * datacenter/macros/buildsequenceentries.C,
587 datacenter/macros/checkfileavail.C,
588 datacenter/macros/doexclusions.C,
589 datacenter/macros/fillcalib.C,
590 datacenter/macros/filldotrbk.C,
591 datacenter/macros/filldotrun.C,
592 datacenter/macros/fillsignal.C,
593 datacenter/macros/findcacofiles.C,
594 datacenter/macros/getdolist.C,
595 datacenter/macros/insertcacofile.C,
596 datacenter/macros/insertdate.C,
597 datacenter/macros/resetallruns.C,
598 datacenter/macros/setstatus.C,
599 datacenter/macros/setupdb.C,
600 datacenter/macros/writesequencefile.C,
601 datacenter/scripts/buildsequenceentries
602 - added macros to do the automatic procedures in the datacenter
603
604 * datacenter/scripts/checkfilesforsequenceavail,
605 datacenter/scripts/copyscript,
606 datacenter/scripts/correcttime,
607 datacenter/scripts/doexclusions,
608 datacenter/scripts/filesondisk,
609 datacenter/scripts/fillcallisto,
610 datacenter/scripts/runcallisto,
611 datacenter/scripts/runstar,
612 datacenter/scripts/writesequencefiles
613 - added scripts to do the automatic procedures in the datacenter
614
615 * automatic-exclusions.rc, steps.rc
616 - added rc files for the automatic procedures
617
618
619
620 2005/04/12 Thomas Bretz
621
622 * Makefile:
623 - for the moment remove mhistmc from compilation
624
625 * ganymed.cc:
626 - return 2 when detecting wrong commandline argument
627
628 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
629 - removed MEnergyEst (replaced by a simple MParameterD)
630
631 * manalysis/MEnergyEstimate.[h,cc]:
632 - replaced MEnergyEst by MParameterD
633 - implemented Print() function
634 - updated ClassVersion from 0 to 1 to allow storage of
635 energy estimator
636
637 * mbase/MStatusArray.[h,cc]:
638 - overloaded DisplayIn to allow displaying a single tab
639 - added some output if ObjectInCanvas not found
640
641 * mbase/MStatusDisplay.[h,cc]:
642 - enhanced Read() and Display() with the possibility to only
643 read or display a single tab
644
645 * mcalib/MCalibrateData.cc:
646 - enhancements to logging output
647
648 * mcalib/MCalibrationRelTimeCalc.cc:
649 - some fixes to format of logging output
650
651 * mfbase/MF.[h,cc]:
652 - changed kAllowEmpty from a bit to the new datamember fAllowEmpty.
653 This was necessary to allow storage of MF into files
654 - changed ClassVersion from 0 to 1
655
656 * mhbase/MBinning.cc:
657 - fixed SetEdgesRaw (lin, log, etc was ignored)
658
659 * mhflux/MHAlpha.[h,cc]:
660 - replaced MEnergyEst by MParameterD
661 - renamed Theta to ExcessTheta
662 - renamed Energy to ExcessEnergy
663 - renamed Size to ExcessSize
664 - renamed Time to ExcessTime
665
666 * mhflux/MHEnergyEst.[h,cc]:
667 - replaced MEnergyEst by MParameterD
668 - implemented Print() function
669 - some fixes to displaying the histograms. This makes sure,
670 that no crashes happen, but unluckily it works correctly only
671 with root 4.02/00
672
673 * mjobs/MJOptimize.[h,cc]:
674 - implemented a AddPreCut taking a MFilter as argument
675 - SetBit(kCanDelete) for all internal PreCuts
676 - Print the result of the energy estimation after it was done
677
678 * mranforest/MRFEnergyEst.[h,cc]:
679 - replaced MEnergyEst by MParameterD
680
681 * mfileio/MReadTree.cc:
682 - shortened the output a bit when siwtching to the next file
683
684
685
686 2005/04/11 Thomas Bretz
687
688 * manalysis/MMatrixLoop.[h,cc]:
689 - implement option to divide matrix into two samples
690
691 * mhflux/MHEnergyEst.cc:
692 - changed to display projection of enegry resolution
693 - fixed to use correct minimization value
694
695 * mjobs/MJOptimize.[h,cc]:
696 - implemented option to divide sample into test/train
697
698 * mcalib/MCalibCalcFromPast.cc, mcalib/MCalibColorSteer.cc,
699 mcalib/MCalibrationChargeCalc.cc, mhcalib/MHCalibrationCam.cc:
700 - small updates to log-output
701
702 * mhflux/MAlphaFitter.cc:
703 - output scale-factor
704
705 * mhist/MHCamera.cc:
706 - as a workaround for a severe problem in gStyle->SetPalette
707 when using the deep blue sea I have switched off this
708 Platte for the moment
709
710
711
712 2005/04/08 Markus Gaug (2005/04/07)
713
714 * mhcalib/MHCalibrationChargeCam.cc:
715 - UNDOCUMENTED CHANGE: Do not call histlo.CreateFourierSpectrum()
716 if IsOscillations()
717
718 * mjobs/MJCalibrateSignal.cc:
719 - UNDOCUMENTED CHANGE: Set SetOscillations(kFALSE) for
720 hchacam, hbndcam, hrelcam
721
722 * mhcalib/MHCalibrationRelTimeCam.cc:
723 - fill array only if IsOscillations() is true. This is the case in
724 all classes deriving from MHCalibrationCam, except for this one!
725 The effect was that the interlaced calib. events occupied more
726 and more memory becoming slower and slower because the option:
727 SetOscillations(kFALSE) was not treated correctly.
728
729 * mjobs/pedestalref_Dec04.rc
730 - update the reference lines in the display according to the spline
731 extractor.
732
733 * mjobs/MJCalibration.cc
734 - clarify a mis-leading histogram title
735
736 * callisto_Dec04Jan05.rc:
737 - UNDOCUMENTED CHANGE: use the pedestref_Dec04.rc as reference
738 file.
739
740
741
742 2005/04/08 Thomas Bretz
743
744 * mhbase/MH3.cc:
745 - replaced all Float-histograms by double histograms. This
746 is backward compatible with I/O and has the advantage, that
747 we are compatible with most other double histograms used in
748 Mars
749
750 * mhflux/MHEnergyEst.cc:
751 - made the energy binning the same than in all other classes
752
753 * mreport/MReportStarguider.[h,cc]:
754 - implemented new values from new starguider report as defined
755 in TDAS00-07 V7.1
756 - Fixed the formerly wrong unit of fDevAz and fDevZd (unit now
757 is arcmin)
758
759 * mjobs/MJCalibrateSignal.cc:
760 - first replaced contmc by a new filter Markus G. used, but
761 after a discussion with Abelardo it turned out, that the
762 original filter does a better job, becuase it takes both
763 (level 1 trigger and minimum number of phes) conditions
764 used in the MC into account.
765
766 * mjobs/MJCut.cc:
767 - added a plot: Effective-On-Time versus Theta used to produce
768 a spectrum
769
770 * mjobs/MJCalibrateSignal.cc:
771 - removed condition IsUseBlindPixel() and IsUsePINDiode from
772 setting filter and applied it to the corresponding task
773
774 * mjobs/MDataSet.cc:
775 - fixed a bug using the default paths
776
777
778
779 2005/04/07 Thomas Bretz
780
781 * mpointing/MSrcPosCalc.cc:
782 - also skip Process if fSourcePos==NULL, this happens in real
783 data, too, if no pointing correction is done.
784
785 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
786 - removed MParameterI, MParameterD, MParameterDerr
787
788 * mbase/BaseLinkDef.h, mbase/Makefile:
789 - added MParameterI, MParameterD, MParameterDerr
790
791 * mbase/MParList.cc:
792 - if a container is rejected due to wrong inheritance its
793 inheritance is mentioned in the error message
794
795 * mhbase/HBaseLinkDef.h, mhbase/Makefile:
796 - removed MWeight
797
798 * mhbase/MWeight.[h,cc]:
799 - removed, replaced by MParameterD
800
801 * mhbase/MFillH.[h,cc], mmontecarlo/MMcWeightEnergySpecCalc.[h,cc]:
802 - replaced MWeight by MParameterD
803
804 * mjobs/MJStar.cc:
805 - fixed the wrong axis title in the histogram showing the rate
806
807 * manalysis/MParameters.[h,cc]:
808 - moved to mbase
809
810 * mbase/MParameters.[h,cc]:
811 - inherit MParameterDerr from MParameterD
812 - changed class version of MParameterDerr from 1 to 2
813
814 * mfbase/MFEventSelector2.cc:
815 - fixed that in SelectProb the wrong bin was chosen
816
817
818
819 2005/04/07 Markus Gaug (2005/04/06)
820
821 * mjobs/calibrationref_Dec04.rc
822 * callisto_Dec04Jan05.rc
823 - update the reference lines in the display according to the spline
824 extractor.
825
826 * msignal/MExtractTimeAndChargeSpline.cc
827 - move fgHiGainFirst from 2 to 0. This is important for the Dec. und
828 January data where the calib. pulse position changes much.
829
830 * mjobs/MJCalib.cc
831 * mjobs/MJCalibration.cc
832 - move fDevice and functions IsUseBlindPixel() and
833 IsUsePINDiode() into the base class.
834
835 * mjobs/MJCalibrateSignal.cc
836 - do not apply the modified extraction window to the interlaced
837 calibration events. This is a bugfix especially for the
838 December and January data.
839 - extract and fit blind pixel and pin diode only if flag
840 IsUseBlindPixel() or IsUsePINDiode() is set.
841
842
843
844 2005/04/07 Markus Gaug (2005/04/03)
845
846 * mcalib/MCalibrateData.cc
847 - made one warning more understandable.
848
849 * msignal/MExtractTimeAndChargeDigitalFilter.cc
850 - moved fgOffsetFromLogain from -1.8 to -2.8. This corrects only an
851 defective extraction of the MC at low-gain signals lower than 90
852 phes.
853
854
855
856 2005/04/07 Markus Gaug (2005/04/01)
857
858 * mpedestal/MExtractPedestal.[h,cc]
859 - use the standard way to define the default for fNumEventsDump
860 - added missing "NumDump" in ReadEnv
861
862 * callisto_*.rc
863 - correct the default of the number of events used in
864 pedestal calculation (NumEventsDump).
865 - added missing lines for setting of parameters for the
866 MJCalibrateSignal.PedCalcFromExtractRndm.*
867 (CORRECTED SOME BUGS IN THIS LINES)
868 - Replaced NumEventsDump by NumDump
869
870
871
872 2005/04/05 Thomas Bretz
873
874 * mjobs/MSequence.cc:
875 - fixed a bug in SetupDatRuns. P was setup instead of D
876
877 * star.cc, mjobs/MJStar.cc:
878 - fixed wrong setup of data-files
879
880 * mjobs/pedestalref_Feb05.rc, mjobs/hilocalib_sp1.root,
881 mjobs/hilocalib_sp1_mc.root:
882 - added
883
884 * mimage/MHillasCalc.[h,cc]:
885 - implemented missing ReadEnv - DON'T KNOW WHERE IT WAS! argh...
886
887 * mmc/MMcCorsikaRunHeader.h:
888 - added Getter for fWobbleMode
889
890 * mpointing/MSrcPosCalc.[h,cc]:
891 - added detection of MC files and setting of source position
892 according to wobble mode flag in MMcCorsikaRunHeader
893 - fixed a bug in ReadEnv (wrong return statement) found
894 by Abelardo. Correct handling of floating point numbers
895 in the source position (12.5) was affected.
896
897
898
899 2005/04/04 Thomas Bretz
900
901 * callisto.cc, sinope.cc, mjobs/MDataSet.[h,cc], mjobs/MJCalibTest.cc,
902 mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
903 mjobs/MSequence.[h,cc]
904 - changed setup procedure for paths to allow using standard
905 paths everywhere
906 - fixed to use new correct datacenter standard paths
907 - made sure, that the sequences in a dataset are sorted by
908 their number to ensure the correct synchronization
909
910 * mhflux/MHAlpha.cc:
911 - display correct error (excess/significance)
912
913 * mjobs/MJCalibrateSignal.cc, mjobs/MJPedestal.cc:
914 - removed MPointingPosCalc from Tasklist
915
916 * mjobs/MJStar.cc:
917 - added MPointingPosCalc to tasklist for "Events" in case of MC
918
919 * ganymed.cc, mjobs/MJCut.[h,cc]:
920 - implemented an option to enhance the display
921 - do not display FS plot in wobble mode
922 - made sure files are not written when they should not be written
923
924 * mhflux/MHAlpha.[h,cc]:
925 - let FitEnergyBins return the mean of the significance of
926 all Energy Bins
927
928 * mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
929 mimage/MHImagePar.cc, mimage/MHNewImagePar.cc:
930 - implemented or fixed implementation of "same" Draw-option
931 - slightly modified binning for Dist in MHHillasSrc
932
933 * mjobs/MJCalibrateSignal.cc:
934 - do not plot pulse time twice
935
936 * mjobs/MJOptimize.cc:
937 - print all parameters in minuit after they have been
938 setup
939
940
941
942 2005/04/01 Thomas Bretz
943
944 * mbadpixels/MBadPixelsCalc.cc:
945 - switched on bad pixel detection for a pedestal level
946 which is more than 5 times the variance
947
948 * mfbase/MF.cc:
949 - when fixing the "Inverted" bit in ReadEnv don't print a
950 message on the screen
951
952 * mhflux/MHAlpha.cc:
953 - plot correct errors
954 - do not plot the point if its significance is not greater 1
955
956
957
958 2005/03/29 Markus Gaug
959
960 * mcalib/MCalibColorSet.cc:
961 - added runs 34814, 34815, 45493, 45502, 45525, 45537 and 45548
962
963
964
965 2005/03/29 Thomas Bretz
966
967 * ganymed.cc:
968 - implemented cmdline option for wobble and no-wobble to overwrite
969 dataset
970 - added cmdline option to print dataset
971
972 * mbase/MEvtLoop.[h,cc]:
973 - added some memory leak analysis to eventloop
974
975 * mbase/MStatusDisplay.[h,cc]:
976 - added third part to status bar which displays the current
977 memory usage
978 - added some more sizes to menu bar
979 - replaced SetStatusLine1/2 by calling a common SetStatusLine
980 - added a delete to CloseWindow() to be able to close a
981 static window. REMARK: This gives a hell of warnings in
982 valgrind but it is currently the only option to get this working
983 which is really annoying
984
985 * mhbase/MH.cc:
986 - small simplification
987
988 * mhbase/MHMatrix.cc:
989 - replaced IsValid() by a check for the number of Rows, this
990 was necessary because in root 4.02/00 all matrices seems
991 to be valid
992
993 * mhflux/MHAlpha.cc:
994 - changed the number of default bins in energy
995 - make sure that the Alpha plot for off-data is displayed with
996 a minimum at 0
997 - fixed TPad::Divide for root 4.02/00
998
999 * mhflux/MHEnergyEst.cc:
1000 - use the mean abs of the resolution as fit value
1001 - some fixed to graphics
1002 - fixed the TPad::Divide for root 4.02/00
1003 - for the moment removed the pad added to the list of cleanups
1004 to get rid of the crashes
1005
1006 * mhflux/MHFalseSource.cc:
1007 - fixed for root 4.02/00 which seaqrches in the current pad
1008 for the histogram when calling Project3D
1009 - fixed the TPad::Divide for root 4.02/00
1010
1011 * mhist/MHHadronness.[h,cc]:
1012 - use MParameterD instead of MHadronness
1013
1014 * mimage/ImageLinkDef.h, mimage/Makefile:
1015 - added MHVsSize
1016
1017 * mimage/MHHillas.cc:
1018 - implemented 'same' for Center-histogram
1019
1020 * mhflux/FluxLinkDef.h, mhflux/Makefile:
1021 - added MHEnergyEst
1022
1023 * mhflux/MAlphaFitter.[h,cc]:
1024 - added significancetimes log10(excess) as fit option
1025
1026 * mjobs/MDataSet.[h,cc]:
1027 - added wobble-mode option
1028
1029 * mjobs/MJCut.cc:
1030 - changed default binning for energy
1031 - added MHillasSrcAnti optionally to the output
1032 - added MHVsSize to the tabs which are shown
1033
1034 * mjobs/MJOptimize.[h,cc]:
1035 - added dummy parameters to FixParameter for compatibility
1036 with SetParemeter
1037 - replaced MFSupercuts by MFMagicCuts
1038 - use Energy in MHAlpha instead of size
1039
1040 * mbase/MFilter.[h,cc]:
1041 - implemented ReadEnv to treat "Inverted"
1042
1043 * mfbase/MF.[h,cc], mfilter/MFSupercuts.cc:
1044 - treat "inverted" with MFilter::ReadEnv
1045
1046 * manalysis/MCompProbCalc.[h,cc], mranforest/MRanForestCalc.[h,cc]:
1047 - replaced MHadronness by MParameterD
1048
1049 * mdata/MDataFormula.[h,cc]:
1050 - removed comments from SetVariables
1051 - replaced GetExpFormula by GetTitle
1052
1053 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
1054 - MHadronness removed
1055
1056 * mfilter/MFMagicCuts.[h,cc]:
1057 - added
1058
1059 * mfilter/FilterLinkDef.h, mfilter/Makefile:
1060 - added MFMagicCuts
1061
1062 * mjobs/Makefile, mjobs/JobsLinkDef.h:
1063 - removed MJExtractSignal
1064
1065 * mfbase/MF.cc:
1066 - fixed a problem with double-inversion in ReadEnv
1067
1068 * mpointing/MSrcPosCalc.cc:
1069 - removed an output line which showed only an empty container
1070
1071
1072
1073 2005/03/24 Thomas Bretz
1074
1075 * callisto.cc, ganymed.cc, mars.cc, merpp.cc, readdaq.cc,
1076 readraw.cc, showlog.cc, showplot.cc, sinope.cc, star.cc:
1077 - replaced all returns of -1 by return 2
1078
1079 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
1080 - added MEnergyEst (container)
1081
1082 * mhflux/MAlphaFitter.[h,cc]:
1083 - implemented new fit result options
1084
1085
1086
1087 2005/03/23 Markus Gaug
1088
1089 * msignal/MExtractTimeAndChargeDigitalFilter.cc
1090 - fix a bug in the time fine adjustment
1091
1092 * mjobs/hilocalib_*_mc.root
1093 - high-gain low-gain intercalibration constants for the MC.
1094
1095 * mjobs/MJCalibration.cc
1096 - use the MC- intercalibration files for MC.
1097
1098
1099
1100 2005/03/23 Thomas Bretz
1101
1102 * mhcalib/MHCalibrationChargeCam.cc:
1103 - fixed a possible crash in DrawDataCheckPixel() if
1104 pix.GetGraphEvents() returns NULL
1105
1106
1107
1108 2005/03/23 Thomas Bretz
1109
1110 * Release 0.9
1111
1112
1113
1114 2005/03/23 Thomas Bretz
1115
1116 * ganymed.cc:
1117 - implemented wobble-mode option
1118
1119 * mhflux/MAlphaFitter.[h,cc]:
1120 - fixed a problem in wobble mode (number of on- minus number
1121 of off-entries where calculated as 0)
1122 - added some additional resource options for scaling
1123 - added some missing const-qualifiers
1124
1125 * mhflux/MHAlpha.cc:
1126 - some cosmetic change to output
1127
1128 * mjobs/MDataSet.[h,cc]:
1129 - added the possibility to add a source name for wobble mode
1130 (preliminary)
1131 - added reading from *.edb catalog
1132
1133 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
1134 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc:
1135 - replaced iter.Print("all") by iter.Print()
1136
1137 * mjobs/MJCut.[h,cc]:
1138 - implemented wobble mode
1139 - implemented getting source position
1140
1141 * mjobs/MJStar.cc:
1142 - switched off calculation of MConcentration
1143 - implemented the new debug option for files (was still missing
1144 in MJStar)
1145
1146 * mpointing/MSrcPosCalc.[h,cc]:
1147 - always writa the anti-source position into the parameter list, too
1148 - implemented wobble mode (exchange source and anti-source position)
1149
1150 * mjobs/Makefile, mjobs/JobsLinkDef.h:
1151 - added MJOptimize
1152
1153 * mfilter/MFSupercuts.[h,cc]:
1154 - added
1155
1156 * mfilter/Makefile, mfilter/FilterLinkDef.h:
1157 - added MFSupercuts
1158 - removed MFAlpha
1159
1160 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1161 - removed MEnergyEst
1162 - removed MEnergyEstParam
1163 - removed MEnergyEstParamDanielMkn421
1164 - removed MSupercuts
1165 - removed MSupercutsCalc
1166 - removed MFindSupercuts
1167 - removed MMinuitInterface
1168 - removed MFiltercutsCalc
1169
1170 * mhist/Makefile, mhist/HistLinkDef.h:
1171 - removed MHEnergyTime
1172 - removed MHEnergyTheta
1173 - removed MHAlphaEnergyTime
1174 - removed MHAlphaEnergyTheta
1175 - removed MHThetabarTime
1176 - removed MHThetabarTheta
1177 - removed MHGamma
1178 - removed MHSigmaPixel
1179 - removed MHSigmabarTheta
1180 - removed MHOnSubtraction
1181 - removed MHFindSignificance
1182 - removed MHCT1Supercuts
1183
1184 * mhflux/Makefile, mhflux/HistLinkDef.h:
1185 - added MHEnergyEst
1186
1187
1188
1189 2005/03/22 Thomas Bretz
1190
1191 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
1192 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc:
1193 - added a possibility to print the files which are
1194 searched/found if the files doesn't match the sequence
1195
1196 * mjobs/MJPedestal.cc:
1197 - undocumented(!) change, changed fgExtractWinLeft
1198 from 3.5 to 2.5
1199
1200 * mimage/MHillas.cc:
1201 - fixed a bug which took unused pixels into account
1202 introduced errornously with the last change to MSignalCam
1203
1204
1205
1206 2005/03/21 Thomas Bretz
1207
1208 * mfbase/MFDataChain.cc:
1209 - fixed a bug in GetDataMember if fData is not valid
1210
1211 * mhbase/MH3.cc:
1212 - moved drawing histograms back to Draw. This fixes a
1213 problem with root 4.02/00. Reading/Writing should be
1214 no problem if the names of the profiles are well known.
1215 - with this fix 'same' is currently NOT supported
1216
1217 * mimage/ImageLinkDef.h, mimage/Makefile:
1218 - added MNewImagepar2
1219 - added MHCewImagePar2
1220
1221 * mimage/MNewImagePar2.[h,cc], mimage/MHNewImagePar2.[h,cc]:
1222 - added new classes calculating and displaying the length
1223 of the border line of a shower
1224
1225 * mimage/MHImagePar.cc:
1226 - fixed a problem with root 4.02/00 when setting the margin
1227 in Divide to 0 by setting it to 1e-10
1228
1229 * mimage/MHNewImagePar.[h,cc]:
1230 - fixed to display Areas in deg^2
1231
1232 * mimage/MHillas.cc, mimage/MHillasExt.cc, mimage/MHillasSrc.cc,
1233 mimage/MImagePar.cc, mimage/MNewImagePar.cc
1234 - a small fix to Print()
1235
1236 * mimage/MHillasCalc.[h,cc]:
1237 - added MNewImagePar2 to supported image parameters
1238
1239 * mjobs/MJStar.cc:
1240 - replaced MCerPhotEvt by MSignalCam
1241
1242 * msignal/cosmics_weights46.dat, msignal/calibration_weightsUV46.dat,
1243 mjobs/hilocalib_df46.root:
1244 - added new intercalibration file for digital filter 4sl higain
1245 and 6sl logian
1246
1247 * mbase/MLogHtml.cc:
1248 - fixed a bug in Underline which cause a crash if fOut==NULL
1249 - output a message if file cannot be opened
1250
1251 * mhcalib/MHCalibrationPulseTimeCam.cc:
1252 - for some output there was a replacement of pix.GetPixId()
1253 by hist.GetName() <undocumented>
1254
1255 * mimage/MHillas.[h,cc]:
1256 - added new member function GetBorderLine returning the border
1257 line correspondig to an ellipse with axis lnegth and width
1258 - added new member function GetArea returning the area
1259 correspondig to an ellipse with axis lnegth and width
1260
1261
1262
1263 2005/03/19 Markus Gaug
1264
1265 * mjobs/hilocalib_df46.root
1266 - added new intercalibration file for digital filter 4sl higain
1267 and 6 slices logain
1268
1269 * mjobs/MJCalibration.cc
1270 - exchanged intercalibration file from hilocalib_df_4.root to
1271 hilocalib_df46.root
1272 - do not apply hi-gain lo-gain intercalibration for MC files.
1273
1274 * mjobs/MJPedestal.cc
1275 - exchanged two (Int_t)'s by TMath::Nint().
1276 - undocumented(!) change to the calculation of the extraction
1277 range (PulsePosCheck)
1278
1279 * callisto.rc
1280 - exchanged default weights file for Digital filter from
1281 cosmics_weights4.dat to cosmics_weights46.dat and from
1282 calibration_weights_UV4.dat to calibration_weights_UV46.dat!
1283 This change is absolutely necessary, given the new results from
1284 Nuria about the signal resolution in the low gain which gets worse
1285 than the intrinsic Poisson jitter above 350 phes. Also the time
1286 resolution is too bad. This was not known before we had the
1287 correct low-gain MC pulse.
1288
1289
1290
1291 2005/03/18 Thomas Bretz
1292
1293 * Makefile:
1294 - removed mone from list of compiled programs
1295
1296 * mars.cc:
1297 - replaced the MARS display by the Camera Display directly
1298
1299 * manalysis/MCameraData.[h,cc], mcalib/MCalibrateData.[h,cc],
1300 mbadpixels/MBadPixelsTreat.[h,cc], mcalib/MCalibrateRelTimes.[h,cc],
1301 mimage/MCameraSmooth.[h,cc], mimage/MConcentration.[h,cc],
1302 mimage/MHillas.[h,cc], mimage/MHillasExt.[h,cc],
1303 mimage/MImgCleanStd.[h,cc], mimage/MNewImagePar.[h,cc],
1304 mimage/MImagePar.[h,cc], MNewImagePar.[h,cc],
1305 mjobs/MJCalibTest.cc, mhcalib/MHCalibrationTestCam.[h,cc],
1306 mpedestal/MPedPhotCalc.[h,cc], mjobs/MJCalibrateSignal.cc:
1307 - removed dependancy on MArrivalTime, information now
1308 found in MSignalCam
1309 - replaced MCerPhotEvt by MSignalCam
1310 - it was renamed because it will be completely incompatible
1311 anyhow
1312
1313 * mjobs/MJCalibrateSignal.cc:
1314 - use new MSignalCam type to display pulse position of cosmics
1315
1316 * mcalib/MCalibrateData.cc:
1317 - calculate number of saturated pixels
1318
1319 * manalysis/MCerPhotEvt.[h,cc]:
1320 - removed possibility for zero-supression. Now the index
1321 is identical with the position in the array
1322 - renamed and moved to msignal/MSignalCam.[h,cc]
1323
1324 * manalysis/MCerPhotPix.cc:
1325 - removed obsolete values
1326 - added arrival time
1327 - renamed and moved to msignal/MSignalPix.[h,cc]
1328
1329 * mcalib/MCalibrationChargeCalc.cc:
1330 - some cosmetic changes and small fixed from the Munich cvs
1331 (undocumented)
1332
1333 * mfileio/MWriteRootFile.cc:
1334 - fixed bug in RecursiveRemove which caused crashed with real
1335 data
1336
1337 * mhft/MGeomCamMagicEnhance.cc, mhft/MHexagonalFTCalc.cc:
1338 - updated, but untested
1339
1340 * mhist/MHCamEvent.[h,cc]:
1341 - some fixes in Draw to get a correct display in root 4.02/00
1342 (at least on 64-bit systems)
1343 - removed kSqrtVariance it is included in kProfile now
1344
1345 * mhist/MHCamera.[h,cc]:
1346 - removed sqrtvariance option which is included in profile now
1347 - the profile now uses the new array fBinEntries to display
1348 a more accurate profile
1349
1350 * mhist/MHEvent.cc:
1351 - set to type 6 for arrival times
1352
1353 * mimage/MHillasCalc.cc:
1354 - updated text for error=1
1355
1356 * mimage/MImagePar.cc:
1357 - copy number of saturated pixels from MSignalCam
1358
1359 * mjobs/MJStar.cc:
1360 - enhanced title of some histogram
1361
1362 * mjobs/MSequence.cc:
1363 - updated path to fit data center (D.Dorner)
1364
1365 * mmain/MEventDisplay.cc:
1366 - display Arrival Time from MSignalCam now
1367
1368 * msignal/MArrivalTimeCam.cc:
1369 - implemented a new case 6 which is identical with the
1370 default case AND arrival time from MSignalCam
1371
1372 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
1373 manalysis/:
1374 - removed MCerPhotEvt
1375 - removed MCerPHotPix
1376 - removed MCerPhotAnal
1377 - removed MCerPhotAnal2
1378 - removed MCerPhotCalc
1379
1380 * mimage/Makefile, manalysis/ImageLinkDef.h:
1381 - removed MHillasSrcCalc
1382
1383 * manalysis/MSupercutsCalc.cc:
1384 - removed an obsolete include
1385
1386 * mhist/Makefile, mhist/HistLinkDef.h:
1387 - removed MHSigmaTheta
1388
1389 * mmain/Makefile, mmain/HistLinkDef.h:
1390 - removed MDataCheck
1391 - removed Mars
1392 - removed MAnalysis
1393 - removed MMonteCarlo
1394 - removed MGDisplayAdc
1395 - removed MOnlineDisplay
1396 - removed MOnlineDump
1397
1398 * msignal/Makefile, msignal/HistLinkDef.h, msignal/:
1399 - added MSignalCam
1400 - added MSignalPix
1401 - added MSignalCalc
1402
1403 * msql/Makefile, msql/SqlLinkDef.h:
1404 - removed MSqlInsertRun
1405
1406 * mfilter/Makefile, mfilter/FilterLinkDef.h:
1407 - removed MFSelBasic
1408 - removed MFSelStandard
1409 - removed MFSelFinal
1410
1411
1412
1413 2005/03/17 Thomas Bretz
1414
1415 * callisto.cc:
1416 - added new option moon
1417 - use light condition from MSequence to determin light condition
1418 automatically
1419
1420 * mjobs/MJPedestal.h:
1421 - allow setting SetUseHists also to kFALSE
1422
1423 * mjobs/MSequence.[h,cc]:
1424 - added fLightCondition
1425
1426 * mcalib/MCalibrateData.cc:
1427 - undocumented change from Markus Gaug
1428
1429 * mfilter/MFCT1SelBasic.[h,cc], mfilter/MFCT1SelStandard.[h,cc],
1430 mfilter/MFCT1SelFinal.[h,cc]:
1431 - moved to manalysisct1
1432
1433 * mfilter/Makefile, mfilter/FilterLinkDef.h:
1434 - removed MFCT1SelBasic
1435 - removed MFCT1SelStandard
1436 - removed MFCT1SelFinal
1437
1438 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1439 - removed MPad
1440 - removed MMakePadHistograms
1441 - removed MSigmabar
1442 - removed MSigmabarParam
1443 - removed MSigmabarCalc
1444
1445 * mimage/Makefile, mimage/ImageLinkDef.h:
1446 - removed MImgCleanTGB
1447
1448 * mmontecarlo/Makefile, mmontecarlo/MonteCarloLinkDef.h
1449 - removed MMcEnergyEst
1450 - removed MMcTimeGenerate
1451
1452 * msignal/Makefile, msignal/SignalLinkDef.h:
1453 - removed MArrivalTime
1454 - removed MArrivalTimeCalc
1455 - removed MArrivalTimeCalc2
1456
1457 * mjobs/MJCalibration.cc:
1458 - followed some undocumented changes from the other cvs
1459
1460
1461
1462 2005/03/16 Thomas Bretz
1463
1464 * callisto.cc:
1465 - set changed extractor in MJCalibrateSignal from MJPedestal
1466 - don't process 'range finding' for MonteCarlo data
1467
1468 * callisto.rc:
1469 - removed obsolete Modified* option
1470
1471 * mjobs/MJCalibrateSignal.[h,cc]:
1472 - removed obsolete flag for ModifiedExtractWin
1473 - allow also NULL for SetExtractor
1474 - rearanged the too MWriteRootFile instantiations otherwise
1475 callisto crashes in MWriteRootFile::ChangeFile
1476 - removed some obsolete comments about an old MC workaround
1477
1478 * mdata/MDataChain.cc:
1479 - fixe to allow sign after e (eg. 1e-3, 1e+5 instead of 1e3, 1e5)
1480
1481 * mcalib/MCalibColorSet.cc, mcalib/MCalibrationChargeCalc.cc,
1482 mhcalib/MHCalibrationCam.cc:
1483 - undocummented change
1484
1485
1486
1487 2005/03/16 Markus Gaug
1488
1489 * msignal/MExtractTimeAndChargeSlidingWindow.cc
1490 - fixed a bug in the reading of the resource file (reading of the
1491 MExtractTimeAndCharge resources was skipped).
1492
1493 * mcalib/MCalibrateData.cc
1494 - for the case that the high-gain saturates, but the low-gain signal
1495 could not be extracted successfully, take the high-gain signal,
1496 multiplied by 1.5 (before, 0 was taken erroneously).
1497
1498 * msignal/MExtractTimeAndCharge.cc
1499 - catch one potential case for memory leaks in the low-gain
1500 calculation. Extract low-gain only if the remaining extraction
1501 window is not smaller than the number of slices needed by the
1502 signal extractor.
1503 - set the default fgLoGainStartShift to -3.5
1504
1505 * msignal/MExtractTimeAndChargeSpline.[h,cc]
1506 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
1507 - adjust fLoGainStartShift by one slice, after findings from MC.
1508
1509
1510
1511 2005/03/15 Markus Gaug
1512
1513 * msignal/MExtractTimeAndChargeSpline.h
1514 - take fRandomIter out of the streamer.
1515 - take fRiseTimeLoGain and fFallTimeLoGain into the streamer.
1516 - raise version number to 4
1517
1518 * mjobs/MJCalibration.cc
1519 - set default to kFALSE for PIN Diode or Blind Pixel calibration
1520 (was kTRUE by error).
1521
1522
1523
1524 2005/03/15 Thomas Bretz
1525
1526 * mjobs/MJCalibrateSignal.[h,cc]:
1527 - added the fExtractor data member
1528 - added a destructor deleting it
1529 - only read extractor from file if not set by user
1530 - user fExtractor as extractor1
1531 - do not delete extractor1 if set by user
1532 - added member function to set extractor
1533
1534 * mjobs/MJPedestal.cc:
1535 - removed MFEventSelector workaround again
1536 - do not write pedy file anymore
1537
1538 * callisto.cc:
1539 - MJCalibrateSignal now takes the signal extractor directly
1540 instead of taking the long way round a new file
1541
1542 * mpedestal/MExtractPedestal.cc:
1543 - ReInit extractor correctly. Now the workaround should be
1544 really obsolete
1545
1546 * mbase/MGMenu.[h,cc]:
1547 - make fix fix also compile root 3.10.02
1548
1549
1550
1551 2005/03/14 Thomas Bretz
1552
1553 * mbase/MGMenu.h:
1554 - added a fix for root 4.02.00
1555
1556
1557
1558 2005/03/14 Markus Gaug
1559
1560 * mcalib/MCalibrateData.cc
1561 - catch the case that now high-gain low-gian intercalibration const.
1562 is available.
1563
1564 * mjobs/MJPedestal.cc
1565 - modify option for pedy*.root: from UPDATE to RECREATE
1566
1567
1568
1569 2005/03/11 Markus Gaug
1570
1571 * callisto.rc
1572 - changed default weights for DF to cosmics_weights4.dat. (This has
1573 turned out to be the most stable set of weights).
1574
1575 * mjobs/MJCalibration.cc
1576 - some cosmetic changes in the output
1577 - in case of WriteHists(), do not overwrite existing signal*.root
1578 file, but append histograms (bugfix!)
1579
1580
1581
1582 2005/03/10 Toni Coarasa (With Nadia's and Alessandro's inside)
1583
1584 * mjobs/MJCut.cc
1585 - inclusion of (TString) to avoid compiler error under 2.95.3
1586
1587 * sinope.cc
1588 - inclusion of <errno.h> to avoid compiler error under 2.95.3
1589
1590
1591
1592 2005/03/10 Markus Gaug
1593
1594 * msignal/MExtractTimeAndCharge.cc
1595 - set fgLoGainStartShift to -4.0
1596 - put a check to avoid a dynamic low-gain range < 0 (should not
1597 occur with current extractors, but one never knows...)
1598
1599 * msignal/MExtractor.[h,cc]
1600 - introduced Clear()-function, used in SetRange()
1601
1602 * mjobs/MJCalibrateSignal.cc
1603 - changed order of initialization of the 2 MWriteRootFiles whereupon
1604 the crash goes away. Have to revise the /dev/null work-around
1605 in MWriteRootFile!
1606
1607
1608
1609 2005/03/09 Markus Gaug
1610
1611 * msignal/MExtractTimeAndCharge.cc
1612 - catch a (very unprobable) case in which the low-gain range could
1613 be negative
1614
1615 * mjobs/MJCalibrateSignal.cc
1616 - modify writing of MCalibrationPulseTimeCam to disk in order to
1617 avoid program crash in the destructor of MJCalibrateSignal
1618
1619 * mhcalib/MHGausEvents.h
1620 - take fGraphEvents, fGraphPowerSpectrum, fHPowerProbability and
1621 fPowerSpectrum out of the streamer.
1622 - intialize fFlags to 0
1623
1624
1625
1626 2005/03/09 Thomas Hengstebeck
1627
1628 * mranforest/MRFEnergyEst.cc
1629 - changed call of min, max functions to TMath::Min() and
1630 TMath::Max() to avoid compilation problems with some gcc
1631 versions
1632 - changed check of energy rule (last col of MHMatrix) so, that
1633 any rule containing "fEnergy" is accepted.
1634
1635
1636
1637 2005/03/08 Markus Gaug
1638
1639 * mhcalib/MHPedestalCam.[h,cc]
1640 - introduce new parameter "fFitStart" to decide from outside where
1641 to start fitting the pedestals.
1642
1643
1644
1645 2005/03/07 Markus Gaug
1646
1647 * mjobs/hilocalib_df6.root
1648 * mjobs/hilocalib_sp2.root
1649 - two files with the high-gain vs. logain intercalibration results.
1650 for Digital filter and September data and Spline and December
1651 data.
1652
1653 * callisto.rc
1654 - allow setting the variables ExtractWinLeft and ExtractWinRight.
1655
1656 * mhcalib/MHCalibrationHiLoCam.h
1657 * mhcalib/MHCalibrationCam.h
1658 * mhcalib/MHGausEvents.h
1659 - put the Draw-functions into the *MENU*
1660
1661 * mjobs/MJCalibration.[h,cc]
1662 - introduced reading of hi-vs.logain calibration file
1663
1664 * mjobs/MJPedestal.[h,cc]
1665 - modified range setting according Thomas S. suggestions
1666
1667 * msignal/MArrivalTime.[h,cc]
1668 - took out some commented code which will not be used any more
1669 - improve Print() function
1670
1671
1672
1673 2005/03/05 Markus Gaug
1674
1675 * msignal/MExtractTimeAndChargeSpline.[h,cc]
1676 - removed the obsolete parts of "kMaximum" and "kHalfMaximum" in the
1677 code which were still persistent
1678 - set default extraction type to integral (instead of amplitude)
1679 - set version number to 3
1680
1681 * mcalib/MCalibrationChargeCam.[h,cc]
1682 - added new function GetAvergedConvFADC2PhePerArea for the datacheck
1683
1684 * mjobs/MJPedestal.[h,cc]
1685 - added function WriteExtractor which writes the extractor with the
1686 new ranges to disk if fPulsePosCheck has been selected.
1687
1688 * mjobs/MJCalibrateSignal.[h,cc]
1689 - added functionality to read the updated extractor from
1690 MJPedestalY2 (with the new extraction ranges).
1691
1692
1693
1694 2005/03/04 Abelardo Moralejo
1695
1696 * mmc/MFadcDefine.h
1697 - Changed constant SUBBINS from 5 to 500. This defines the
1698 resolution of the analog signal simulation in the camera MC.
1699 The time step is the duration of one FADC slice divided by
1700 SUBBINS. The change was necessary to implement correctly the PMT
1701 time jitter.
1702
1703
1704
1705 2005/03/03 Markus Gaug
1706
1707 * mjobs/pedestalref.rc
1708 * mjobs/calibrationref.rc
1709 * mjobs/calibrationref_Nov04.rc
1710 - added documentation
1711
1712 * mjobs/signalref.rc
1713 - added
1714
1715 * mjobs/MJPedestal.cc
1716 - re-added MFEventSelector which had been removed by TB on the
1717 15.2.2005.
1718 - added pulse position selector, as decided at the Berlin soft-
1719 ware meeting.
1720
1721 * callisto.cc
1722 - added SetPulsePosCheck() in MJPedestalY2
1723
1724 * mjobs/MJCalibrateSignal.cc
1725 - updated pulse pos. calculator, can be switched off now.
1726
1727 * mjobs/MJCalib.[h,cc]
1728 - added flag fPulsePosCheck
1729
1730
1731
1732 2005/03/02 Markus Gaug
1733
1734 * mjobs/MJCalib.[h,cc]
1735 * mjobs/MJPedestal.[h,cc]
1736 * mjobs/MJCalibration.[h,cc]
1737 * mjobs/MJCalibrateSignal.[h,cc]
1738 - put the storage types in the base class
1739
1740 * mbadpixels/MBadPixelsCam.cc
1741 - add some output in case that AsciiRead does not work
1742
1743 * msignal/MExtractTimeAndChargeSpline.cc
1744 - speed integration up a little bit.
1745
1746 * callisto.rc
1747 - adapt the low-gain stretch for the different pulse form for
1748 calibration and cosmics pulses (only applied if spline is used).
1749
1750
1751
1752 2005/02/25 Markus Gaug
1753
1754 * mhcalib/MHCalibrationHiLoCam.[h,cc]
1755 - fixed bug in inter-calibration hi-logain for arrival times.
1756
1757 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]
1758 - fixed the situation where the maximum bin is already found in the
1759 low-gain samples.
1760
1761 * mjobs/MJCalibration.cc
1762 - write the MPedestalCams also to disk (needed for data-check).
1763
1764
1765
1766 2005/02/25 Abelardo Moralejo
1767
1768 * msignal/MC_calibration_weights_UV.dat
1769 - Added. Weights file for using the digital filter on MC
1770 calibration files. For the moment the weights are the same as in
1771 the file calibration_weights_UV.dat, only that high and low gain
1772 have both the same weights because for the moment the MC pulse
1773 shape is the same in both gain branches.
1774
1775
1776
1777 2005/02/24 Markus Gaug
1778
1779 * mjobs/MJCalibrateSignal.cc
1780 - include display of pulse times (calculated in the post-process)
1781 - include the possibility for the pixel check (like in MJCalibration)
1782
1783 * mhcalib/MHCalibrationHiLoCam.cc
1784 - set default range up to 30.
1785
1786 * mhcalib/MHCalibrationChargeBlindPix.h
1787 - take the TVectors out of the streamer, to be exectuable with
1788 root.04.02
1789
1790
1791
1792 2005/02/24 Thomas Hengstebeck
1793
1794 * macros/RFEnergyEst.C
1795 - new macro to show the usage of RFEnergyEst class.
1796
1797
1798
1799 2005/02/24 Abelardo Moralejo
1800
1801 * mtemp/mpadova/macros/resize.C
1802 - moved MSrcPosCam output container from RunHeaders to Events tree.
1803
1804
1805
1806 2005/02/18 Marcos Lopez
1807
1808 * mflux/
1809 - new directory to store the flux related classes.
1810
1811 * mflux/MHadAlphaCut.{h,cc}
1812 - container to store the optimal hadronness and alpha cut for each bin in
1813 estimated energy and theta.
1814
1815 * mflux/MFHadAlpha.{h,cc}
1816 - filter to apply the hadronness and alpha cuts stored in
1817 MHadAlphaCut. It can be selected to apply only alpha, only hadronness
1818 cut or both.
1819
1820
1821
1822 2005/02/18 Markus Gaug
1823
1824 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]
1825 - new class to histogram the arrival time of cosmics above a certain
1826 threshold.
1827
1828 * mcalib/MCalibrationPulseTimeCam.[h,cc]
1829 - new class container with results of MHCalibrationPulseTimeCam
1830
1831 * mjobs/MJCalibrateSignal.cc
1832 - include MCalibrationPulseTimeCam to display
1833
1834 2005/02/18 Thomas Bretz
1835
1836 * mbase/MStatusDisplay.cc:
1837 - switch off TH1::AddDirectory during DrawClonePad
1838
1839 * mjobs/MSequence.[h,cc]:
1840 - added some code (still commented) for later use,
1841 allowing to setup a different filename for each runfile
1842 - added SetNight member function
1843 - added Add*Runs member function
1844 - with this changes MSequence can replace MRunIter now
1845 - allow requesting of standard path from outside
1846 (GetStandardPath)
1847
1848 * Makefile:
1849 - added sinope
1850
1851 * sinope.cc:
1852 - added (small tool to check contents of run for datacenter)
1853
1854 * callisto.cc:
1855 - added background information about Callisto
1856
1857 * ganymed.cc:
1858 - added background information about Ganymed
1859
1860 * mjobs/MJCalibrateSignal.cc:
1861 - removed special MC code. The MC files now have a lo-gain
1862 switch and we can extract the pedestal rms from lo-gain
1863 - don't print statistics if nothing was executed
1864 - fixed display. The displayed pedestal RMS was the one
1865 caluclated with a extractor but not at random position
1866 (This only effects the display, the algorithm was ok)
1867
1868
1869
1870 2005/02/17 Markus Gaug
1871
1872 * mjobs/MJCalibTest.cc
1873 - removed bug treating the MC calibration files uncorrectly
1874 - added Pixel-Check treatment
1875
1876 * mjobs/MJCalibration.cc
1877 - added Pixel-Check treatment
1878
1879 * callisto.rc
1880 - added pixel-check option
1881
1882 * msignal/MExtractTimeAndChargeDigitalFilter.cc
1883 - calculate high-gain signal even if saturation occurs
1884
1885
1886
1887 2005/02/17 Thomas Bretz
1888
1889 * mjobs/MJStar.cc:
1890 - fixed some missing containers in case of MC files
1891
1892 * callisto.cc:
1893 - removed obsolete second check for kModeC
1894
1895 * mars.rc:
1896 - added a lot of option to be able to use a
1897 different signal extractor looking into uncalibrated
1898 data
1899
1900 * manalysis/MCameraData.[h,cc]:
1901 - added Print() member function
1902
1903 * manalysis/MCerPhotAnal2.[h,cc]:
1904 - switched off writing into MCerPhotEvt
1905
1906 * mdata/MDataChain.[h,cc]:
1907 - added code to handle priorities of operators correctly
1908
1909 * mhist/MHEvent.cc:
1910 - fixed display for MPedestalRMS
1911
1912 * mjobs/MJCalib.cc:
1913 - fixed treatment of PixelCheck resource
1914
1915 * mjobs/MJCalibrateSignal.cc:
1916 - added some comments about Monte Carlo
1917 - added MMcFadcHeader to output
1918
1919 * mjobs/MJPedestal.cc:
1920 - do not allow 'UseData' for Monte Carlos. Reason is given as
1921 comment in the code
1922
1923 * mmain/MEventDisplay.[h,cc]:
1924 - changed such, that mars.cc allows to set the used extractor
1925 - removed the obsolete cam.root, ped.root option
1926
1927 * mmain/MCameraDisplay.cc:
1928 - adapted to change in MEventDisplay
1929
1930
1931
1932
1933 2005/02/16 Javier Rico
1934
1935 * mhistmc/MHMcUnfoldCoeff.[cc,h], mhistmc/Makefile,
1936 mhistmc/HistMcLinkDef.h
1937 - Added container class holding the histograms of the coefficients
1938 for the (iterative) unfolding.
1939
1940 * mmontecarlo/MMcUnfoldCoeffCalc.[cc,h], mmontecarlo/Makefile,
1941 mmontecarlo/MonteCarloLinkDef.h
1942 - Added task class to compute the coefficients for the (iterative)
1943 unfolding.
1944
1945 * macros/unfoldCoeff.C
1946 - added macro that computes the effective areas and coefficients
1947 from a MC input file (with OriginalMC tree and MEnergyEst
1948 branch containing the energy estimator). This may be used
1949 as layout for spectrum computation program.
1950
1951
1952
1953 2005/02/16 Markus Gaug
1954
1955 * mdata/MDataChain.cc
1956 - replaced ROOT version check for the compiler from 4.02.00 to
1957 4.01.00
1958
1959 * mranforest/MRFEnergyEst.cc
1960 - include "TVector.h", otherwise this class does not compile
1961 in newer root versions
1962
1963 * msignal/MExtractTimeAndCharge.cc
1964 - initialize fLoGainStartShift correctly if read from conf. file
1965 and modified fOffsetLoGain exists.
1966
1967 * msignal/*weights*.dat
1968 - new weights with the uniform pedestal RMS. (Please use these!)
1969
1970 * msignal/pulpo_weights*.dat
1971 - new weights with the pulpo-pulse form and without NSB!!
1972
1973
1974
1975 2005/02/16 Thomas Hengstebeck
1976
1977 * mranforest/MRFEnergyEst.[h,cc]
1978 - added RF class for energy estimation
1979
1980 * mranforest/MRFEnergyEst.cc
1981 - changed calculation of estimated energy, now interpolated values
1982 are returned
1983
1984
1985
1986 2005/02/16 Abelardo Moralejo
1987
1988 * macros/starmc2.C:
1989 - Changed the way in which the "OriginalMC" tree is copied from
1990 the input to the output file. Now we ise the new procedure
1991 MWriteRootFile::AddCopySource
1992
1993 * mhistmc/MHMcCollectionArea.cc
1994 - Changed default fName to "MHMcCollectionArea"
1995
1996 * mtemp/mpadova/macros/resize.C
1997 - Changed weights
1998
1999
2000
2001 2005/02/16 Thomas Bretz
2002
2003 * mbase/MEvtLoop.cc:
2004 - fixed a typo
2005
2006 * mbase/MParList.cc, mfileio/MReadMarsFile.cc,
2007 mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc,
2008 mjobs/MJStar.cc:
2009 - optimized size of some output
2010
2011 * mfileio/MWriteRootFile.[h,cc]:
2012 - fixed CopySource option for single-file case
2013
2014 * mhist/MHCamEvent.cc:
2015 - replaced the warn in SetupFill by an inf
2016
2017 * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationHiLoCam.cc,
2018 mhcalib/MHCalibrationChargePINDiode.cc:
2019 - removed obsolete output after a failed FindCreateObj (the
2020 function itself does the output in case of failure)
2021
2022 * mhcalib/MHCalibrationCam.cc:
2023 - replaced 'err' by 'warn' for under-/overflow in lo-gain pixel,
2024 it doesn't result in an fatal error (abort)
2025
2026 * mranforest/MRanForestCalc.cc:
2027 - added a missing debug level to some output
2028
2029 * mranforest/MRFEnergyEst.[h,cc]:
2030 - cleaned up includes
2031
2032 * callisto.cc, ganymed.cc, star.cc:
2033 - implemented enhanced handling of resource debugging
2034
2035 * mbase/Makefile, mbase/BaseLinkDef.h:
2036 - added MEnv
2037
2038 * mbase/MEnv.[h,cc]:
2039 - added
2040
2041 * mjobs/MJob.[h,cc]:
2042 - added new function to allow distribution of extranl MEnv
2043 - replaced Bool_t by Int_t for fEnvDebug
2044
2045 * mjobs/MJPedestal.cc:
2046 - adapted to changes of EnvDebug
2047
2048
2049
2050 2005/02/15 Abelardo Moralejo
2051
2052 * macros/mccalibrate.C
2053 - fixed small bug
2054
2055 * mmontecarlo/MMcCollectionAreaCalc.[h,cc]
2056 * mhistmc/MHMcCollectionArea.[h,cc]
2057 - Changed the way of calculating final effective area for data
2058 analysis. The new approach requires the use of MC files produced
2059 with the current CVS version of camera. We now make use of the
2060 true total number of produced MC events, and allow for the
2061 setting of a "tentative" differential gamma spectrum to be used
2062 in the calculation of effective areas.
2063 Removed unused constructor argument "input" in
2064 MMcCollectionAreaCalc.
2065
2066 * macros/collarea.C
2067 - Adapted to the new way of calculating effective areas.
2068
2069
2070
2071 2005/02/15 Thomas Bretz
2072
2073 * callisto.rc:
2074 - replaced mutal exclusive options (Integral, Amplitude) by
2075 a one-line resource
2076
2077 * msignal/MExtractTimeAndChargeSpline.cc:
2078 - replaced mutal exclusive options (Integral, Amplitude) by
2079 a one-line resource "ExtractionType" (old code still works)
2080
2081 * manalysis/MCerPhotEvt.[h,cc]:
2082 - added new variables to store information about islands
2083 and removed pixels - PRELIMINARY
2084 - increased class version number
2085
2086 * mfilter/MFSoftwareTrigger.cc:
2087 - optimized output in PostProcess
2088
2089 * mimage/MHImagePar.[h,cc]:
2090 - added new histograms for new variables in MCerPhotEvt
2091
2092 * mimage/MImagePar.[h,cc]:
2093 - added new data members for the new image parameters
2094 - increased class version
2095
2096 * mimage/MImgCleanStd.[h,cc]:
2097 - adapted image cleaning to calculate the new image
2098 parameters
2099 - added a flag to keep single core pixels
2100
2101 * manalysis/MMatrixLoop.[h,cc], mfileio/MReadReports.[h,cc],
2102 mfileio/MReadRflFile.[h,cc], mfileio/MReadTree.[h,cc],
2103 mraw/MRawFileRead.[h,cc], mraw/MRawSocketRead.h:
2104 - renamed GetFileName to GetFullFileName
2105
2106 * mbase/MInputStreamID.h:
2107 - added new member function HasStreamId
2108
2109 * mbase/MParContainer.[h,cc]:
2110 - added a static list to keep track of all created
2111 TMathodCall objects
2112
2113 * mbase/MTask.cc:
2114 - enhanced PrintStatistics
2115
2116 * mfileio/MRead.[h,cc]:
2117 - new abstract function GetFullFileName
2118 - added implementatio of GetFileName based on GetFullFileName
2119
2120 * mfileio/MWriteRootFile.[h,cc]:
2121 - moved open of a new file to new common member function
2122 OpenFile
2123 - allow to use an already existing file also when using rules
2124 - added a new option which can be used to copy an existing
2125 tree (without any change) from the old file into the new file.
2126 (in principal you can also do this for some of its branches only)
2127 This is done by AddCopySource
2128
2129 * mjobs/MJCalibrateSignal.cc:
2130 - in case of MonteCarlo files write an independant tree
2131 'MonteCarlo' for 'MMcEvtBasic'
2132
2133 * mjobs/MJStar.cc:
2134 - copy tree 'MonteCarlo' from old into new files
2135
2136 * mjobs/MJPedestal.cc:
2137 - removed wrong use of MFEventSelector
2138
2139 * mpedestal/MExtractPedestal.cc:
2140 - made sure that fExtractor is correctly pre- and
2141 postprocessed.
2142
2143 * mbase/MTask.cc:
2144 - don't preprocess a task if it has been preprocessed already
2145
2146 * mraw/MRawFileWrite.cc:
2147 - if display is set write output to status line
2148
2149 * mfileio/MReadTree.cc, mfileio/MReadMarsFile.cc:
2150 - moved code to display filename in status display from
2151 MReadMarsFile::Notify to MReadTree::Notify
2152
2153
2154
2155 2005/02/15 Markus Gaug
2156
2157 * mjobs/MJCalib.h
2158 - added GetDataFlag(), otherwise code does not compile!
2159
2160 * mhcalib/MHCalibrationChargeCam.cc
2161 - moved default saturation limit for number of high-gain events from
2162 0.02 to 0.05.
2163
2164 * msignal/MExtractTimeAndCharge.cc
2165 - lowered default low-gain switch from 150 to 120. (for calibration
2166 events which saturate more than 5% of the events).
2167
2168 * mjobs/MJCalib.[h,cc]
2169 - include possibility to display pixels distributions for test
2170 reasons
2171
2172
2173
2174 2005/02/14 Thomas Bretz
2175
2176 * callisto.cc, ganymed.cc, star.cc:
2177 - added some more information to '--help' output
2178 - replaced MSequences by MDataSet
2179 - implemented new debugging options (maybe not perfect yet)
2180 --print-files and --print-found
2181
2182 * mjobs/MJCut.[h,cc]:
2183 - replaced MSequences by MDataSet
2184 - write MEnergyEst
2185 - recalculate MHillasSrc
2186 - made sure both MWriteRootFile have different names
2187 - don't use "same" option if no off-data
2188
2189 * mjobs/MSequences.[h,cc]:
2190 - removed
2191
2192 * mjobs/MDataSet.[h,cc]:
2193 - added
2194
2195 * manalysis/MEventRateCalc.[h,cc]:
2196 - added a fix which make sure, that the rate is not influenced
2197 too much by the start of data taking
2198 - fixed setting of mean time corresponding to rate-interval
2199
2200 * mraw/MRawFileRead.[h,cc]:
2201 - calculate total number of events from all files in PreProcess
2202
2203 * mcalib/MCalibConstCam.cc:
2204 - added case 2 to GetPixelContent
2205
2206 * mjobs/MJCalibrateSignal.cc:
2207 - fixed redirection of stream with interleaved calibration infos
2208 - changed 'Arrival Time' to 'Calibrated Arrival Time'
2209 - display interpolated signal in equivalent photoelectrons to
2210 to get rid of scaling effects which makes it difficult to see
2211 details of the structure of the inner pixels in the histogram.
2212 With this you can immediatly see whether the relative number
2213 of phe in the outer pixels is equiv. to the inner pixels.
2214 - the same for the calibration factor - with the same argument
2215 - adapted to change in MWriteRootFile
2216 - use MReadMarsFile for Monte Carlo flag set
2217
2218 * mhist/MHCamera.cc:
2219 - changed drawing such, that NaN is not displayed anymore
2220
2221 * Makefile:
2222 - added new program ganymed
2223
2224 * mfileio/MWriteRootFile.[h,cc]:
2225 - added possibility to use UPDATE mode with rules (dangerous!)
2226 as discussed with Abelardo, Daniel M. and Thomas S.
2227
2228 * mjobs/MJStar.cc:
2229 - adapted to change in MWriteRootFile
2230 - added software trigger (still untuned) as suggested by
2231 Thomas S.
2232 - added calculation of source position before calculation
2233 of image parameters
2234 - added MPointingPos to Events-Tree
2235 - removed MPointingPos from Drive-Tree
2236 - renamed sub-tasklists to something more intuitive
2237
2238 * mjobs/Makefile, mjobs/JobsLinkDef.h:
2239 - added MJCut.cc
2240
2241 * mraw/MRawFileRead.cc:
2242 - return kERROR if ReInit fails
2243
2244 * mfilter/MFSoftwareTrigger.[h,cc]:
2245 - updated to allow using time coincidence
2246 - changed default values
2247 - added a pattern independant trigger algorithm
2248
2249 * mbase/MDirIter.cc:
2250 - implemented option 'dbg' in Print()
2251
2252 * mjobs/MJCalib.h:
2253 - added a getter for data-flag (should be renamed
2254 to 'datatype' soon)
2255
2256
2257
2258 2005/02/12 Abelardo Moralejo
2259
2260 * mtemp/mpadova/macros/wobblemap.C
2261 - Added. Macro to do some studies on wobble mode data.
2262
2263 * macros/mccalibrate.C
2264 - Added option to divide the output in a train and a test sample.
2265 Included in output new container MMcEvtBasic (if found in input
2266 files) for later use in effective areas calculations.
2267
2268 * macros/starmc2.C
2269 - Added writing out of new container MMcEvtBasic. Removed
2270 possibility of splitting output in train and test samples, since
2271 this has now to be done in mccalibrate.C to make possible that
2272 the tree OriginalMC containing MMcEvtBasic has all the original
2273 MC events (and only those) from which the events present in the
2274 Events tree derive.
2275
2276 * macros/starmc.C
2277 - Changed a couple of wrong "." by "->" in function calls. Changed
2278 default tail cuts.
2279
2280
2281
2282 2005/02/12 Markus Gaug
2283
2284 * msignal/MExtractTimeAndChargeSpline.cc
2285 - change default rise time to 0.5 and default fall time to 1.5
2286
2287 * callisto.rc
2288 - made intitializations of extractors more explicit
2289
2290 * mpedestal/MExtractPedestal.cc
2291 - make check for even number of slices in the case of "fundamental"
2292 pedestal calc.
2293
2294 * mcalib/MCalibrationChargeCalc.cc
2295 - take out some commented code
2296
2297 * mjobs/MJCalib.h
2298 - removed GetDataFlag()
2299
2300
2301
2302 2005/02/12 Abelardo Moralejo
2303
2304 * mmc/MMcTrig.hxx
2305 - Added getter GetNumFirstLevel. This is necessary if that data
2306 member is to be used for instance in MF filters. There was
2307 already a getter, but it is called GetFirstLevel and hence not
2308 recognized.
2309
2310
2311
2312 2005/02/11 Abelardo Moralejo
2313
2314 * mmc/MMcEvtBasic.[h,cc]:
2315 - New class. Contains 5 very basic MC parameters which we intend
2316 to save for all generated Corsika events. This is needed for
2317 proper effective area calculations.
2318
2319 * mmc/Makefile, McLinkDef.h
2320 - Added new class above.
2321
2322
2323
2324 2005/02/11 Thomas Bretz
2325
2326 * mfileio/MWriteRootFile.[h,cc]:
2327 - added the possibility to write to an already existing file.
2328 This doesn't affect the old behaviour, but using this new feature
2329 might still have problems.
2330
2331 * mfileio/MReadReports.cc:
2332 - fixed column-level in PrintStatistics
2333
2334 * mjobs/MJCalibrateSignal.cc:
2335 - keep MMcRunHeader in the output
2336
2337
2338
2339 2005/02/10 Abelardo Moralejo
2340
2341 * macros/mccalibrate.C
2342 - Added possibility to calibrate in photons or photoelectrons
2343
2344 * macros/starmc2.C
2345 - Added comment about value of cleaning levels
2346
2347
2348
2349 2005/02/10 Markus Gaug
2350
2351 * mcalib/Makefile
2352 * mcalib/CalibLinkDef.h
2353 * mcalib/MCalibrate.[h,cc]
2354 - removed mcalib/MCalibrate.* because it has been replaced by
2355 MCalibrateData
2356
2357 * mmain/MEventDisplay.cc
2358 - replaced MCalibrate by MCalibrateData
2359
2360 * mhcalib/MHCalibrationCam.cc
2361 - replaced warning about empty histogram from red (err) by
2362 yellow (warn).
2363
2364 * mcalib/MCalibColorSet.cc
2365 - return kTRUE in case of MC-file
2366
2367 * msignal/MExtractTimaAndChargeSpline.[h,cc]
2368 - make sure that all variables are set correctly independent on
2369 the order of their initialization by the user
2370
2371
2372
2373 2005/02/10 Thomas Bretz
2374
2375 * mgeom/MGeomCam.[h,cc]:
2376 - added new member functions (GetNeighbors) to get all pixels
2377 around a given pixel with a given radius
2378
2379 * mars.rc:
2380 - use same values for image cleaning as default in star
2381
2382 * mpointing/MSrcPosCalc.[h,cc]:
2383 - added the possibility to set the Source position from
2384 a resource file
2385
2386 * mjobs/MJStar.cc:
2387 - write MMcRunHeader to RunHeaders
2388
2389 * mfileio/MWriteRootFile.cc:
2390 - removed an obsolete line
2391 - removed a debug line which should not be there
2392
2393 * mimage/MHillas.h:
2394 - added new Getter GetDist0 returning the distance to the
2395 camera center
2396
2397 * mhflux/MHFalseSource.cc:
2398 - the scaling in Paint() was nonsense in case we are looking
2399 at on/off-data. Fixed.
2400
2401
2402
2403 2005/02/10 Abelardo Moralejo
2404
2405 * manalysis/MMcCalibrationUpdate.h
2406 - Added comment on new member fSignalType. Sorry for compilation
2407 problems... I forgot to commit the header yesterday, but M. Gaug
2408 did it.
2409
2410 * macros/starmc.C
2411 - Cleaned up a little bit, made the option to choose between
2412 calibration in photons or phe- easier to set.
2413
2414 * manalysis/MMcCalibrationUpdate.[h,cc]
2415 - Added getter and setter for fSignalType. Set fSignalType=kPhot as
2416 default for consistency with MCalibrateData.
2417
2418
2419
2420 2005/02/09 Abelardo Moralejo
2421
2422 * manalysis/MMcCalibrationUpdate.cc
2423 - Updated to make the MC calibration in phe- work
2424
2425 * macros/starmc.C
2426 - same as above. Now default is calibration in phe-
2427
2428 * mraw/MRawEvtHeader.h
2429 - Added setter for the trigger pattern, absolutely needed for
2430 creating proper MC root files.
2431
2432
2433
2434 2005/02/09 Markus Gaug
2435
2436 * manalysis/MMcCalibrationUpdate.h
2437 - added missing declaration of fSignalType
2438
2439 * mjobs/MJPedestal.[h,cc]
2440 * mjobs/badpixels_0_559.rc
2441 * callisto.rc
2442 - allow exclusion of bad pixels from the beginning (default is
2443 Pixel 0 and 559).
2444 - removed some obsolete includes
2445 - took out data member fPedestalHist from MJPedestal.h which removes
2446 the crash, however I don't understand why it caused the crash!!!
2447 There seem to be problems with memory usage either in callisto.cc
2448 or in this class!!
2449 (valgrind shows several memory leaks in the TG... classes).
2450
2451 * mjobs/MJCalibration.cc
2452 - write display and containers also in case of failure of eventloop
2453
2454 * mhcalib/MHGausEvents.cc
2455 - make default display window 600x600
2456
2457 * mcalib/MCalibrationQECamMagic.cc
2458 - updated five pixels
2459
2460 * mpedestal/MExtractPedestal.[h,cc]
2461 * mpedestal/MPedCalcPedRun.cc
2462 * mpedestal/MPedCalcFromLoGain.cc
2463 - included possibility for intermediate pedestal cam (not yet used)
2464
2465 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc
2466 - initialize the bad events counters to 0 also in constructor
2467 - release the limit for bad events a bit
2468
2469 * mcalib/MCalibrationTestCam.h
2470 - take out include of TArrayI (already in base class)
2471
2472 * mcalib/MCalibrateData.h
2473 - make default argument for SetSignalType kPhe.
2474
2475 * mjobs/MJCalibrateSignalFromOuside.[h,cc]
2476 - removed
2477
2478
2479
2480 2005/02/08 Markus Gaug
2481
2482 * mhcalib/MHCalibrationCam.cc
2483 * mcalib/MCalibrationChargeCalc.cc
2484 - replaced GetNumExecutions()==0 condition by GetNumExecution() < 1
2485
2486
2487
2488 2005/02/08 Thomas Bretz
2489
2490 * mpointing/MPointingPosInterpolate.cc:
2491 - use debug option in addition to switch off output from internal
2492 eventloop. It is confusing having this output inside another
2493 eventloop.
2494 - updated missing connections in class description
2495
2496 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc:
2497 - made sure that output of PostProcess fits into 80col boundary
2498
2499 * mimage/MHillas.cc:
2500 - removed an obsolete call to TLine::Paint() in Paint.
2501
2502
2503
2504 2005/02/07 Thomas Bretz
2505
2506 * mbase/MFilter.cc:
2507 - use paranthesis around ClassName in GetRule
2508
2509 * mdata/MDataFormula.h:
2510 - fixed a wrong comment in variable description
2511
2512 * mhist/MHCamEvent.[h,cc], mhist/MHCamera.[h,cc],
2513 mjobs/MJCalibrateSignal.cc,
2514 mjobs/MJCalibrateSignalFromOutside.cc:
2515 - to make sure there are no missunderstandings we have to
2516 replace all occurances of 'Variance' by 'SqrtVariance'
2517 (it was not my decision)
2518
2519 * mastro/MAstro.[h,cc]:
2520 - added new function Angle2Coordinate
2521
2522 * mbase/MTaskEnv.[h,cc]:
2523 - fixed a bug which caused the resource task to be ignored
2524 if the default task was '<dummy>'
2525
2526 * mhbase/MH3.cc:
2527 - fixed a bug in Paint (use GetListOfPrimitives->FindObject
2528 instead of FindObject) which caused the histogram to
2529 be put a lot of times into the pad.
2530
2531 * mjobs/MJCalib.[h,cc]:
2532 - derived MJCalib from MJob in order to be able to move
2533 common code from derived classes into the base-class
2534 - implemented CheckEnvLocal to handle the resource 'DataType'
2535 - changed publicity of some variables and functions
2536 to allow setting file type from outside
2537 - added new function to set data-type for use in callisto.cc
2538
2539 * mjobs/MJCalibTest.[h,cc], mjobs/MJCalibrateSignal.[h,cc],
2540 mjobs/MJCalibration.[h,cc], mjobs/MJPedestal.[h,cc]:
2541 - removed double inheritance, replaced by single inheritance
2542 from MJCalib
2543 - replaced code to handle the resource 'DataType' by the
2544 common code in the base class
2545 - put reading of reference file into a new member function
2546 to make source code reading resource file simpler and to
2547 be able to write a function description about it (simple
2548 copy&past)
2549
2550 * callisto.cc:
2551 - added option for file-type
2552
2553 * mjobs/MJOptimize.[h,cc], mjobs/MSequences.[h,cc],
2554 mjobs/MJCut.[h,cc], ganymed.[cc,rc], mhflux/MHEnergyEst.[h,cc]:
2555 - added to repository, but not yet to Makefile because
2556 there is still some work to be done. But whoever is
2557 interested in the new classes/program may already use it.
2558
2559 * mhflux/MAlphaFitter.[h,cc]:
2560 - added option to choose the minimization value
2561
2562 * mhflux/MHAlpha.cc:
2563 - replaced significance by minimization value
2564
2565 * mhflux/MHEffectiveOnTime.cc:
2566 - use E-Option when fitting to improve error calculation
2567 by using Minos technique
2568
2569
2570
2571 2005/02/04 Markus Gaug
2572
2573 * mjobs/MJCalibration.cc
2574 - found a "the `impossible' happened" when running callisto with
2575 a pure signal extractor --> MExtractTimeFastSpline has some
2576 problems with the management of the internal arrays. Replaced it
2577 by MExtractTimeHighestIntegral as default which is as good.
2578
2579 * callisto.rc
2580 - use MExtractTimeAndChargeDigitalFilterPeakSearch as default
2581 instead of MExtractTimeAndChargeDigitalFilter. This extractor is
2582 now tested and checks for the positions of the pulse within the
2583 DAQ-window.
2584
2585
2586
2587 2005/02/04 Thomas Bretz
2588
2589 * Makefile.rules:
2590 - fixed creation of main MDep.d
2591
2592 * callisto.cc, merpp.cc, showlog.cc, showplot.cc, star.cc:
2593 - added commandline option --version
2594
2595 * mbase/MFilter.cc:
2596 - changed default for 'GetRule'
2597
2598 * mbase/MParContainer.cc:
2599 - simplified GetNewObject
2600
2601 * mfbase/MF.cc:
2602 - if no conditional sign is found try to create
2603 MFilter-object
2604
2605 * mraw/MRawEvtData.cc:
2606 - fixed the initialization of fABFlags in case maxid==0 which
2607 is the default. This caused MRawEvtPixelIter::HasABFlag
2608 to do unallowed access to memory for old root-files without
2609 the AB flag, because it assumed (due to size==1) that the
2610 data contains the ab flag
2611
2612 * mraw/MRawEvtPixelIter.[h,cc]:
2613 - removed some obsolete debug comments
2614 - simplified HasABFlag
2615
2616 * manalysis/MCerPhotPix.h:
2617 - removed the `!` again. It gave problems with the Mars
2618 display. We agreed that this is a minor problem because
2619 the structure of MCerPhot* will chnage soon in any case.
2620
2621
2622
2623 2005/02/04 Abelardo Moralejo
2624
2625 * macros/starmc2.C
2626 - added to output missing container MConcentration.
2627
2628
2629
2630 2005/02/03 Thomas Bretz
2631
2632 * mfbase/MFilterList.[h,cc]:
2633 - added new function AddToList(TCollection&)
2634
2635 * mhbase/MFillH.cc:
2636 - print a warning if 'same'-option given without
2637 a corresponding existing tab
2638
2639 * mhflux/MHAlpha.[h,cc]:
2640 - made time bins settable by user
2641
2642 * mfileio/MWriteRootFile.cc:
2643 - fixed ReInit and a warning output when writing to memory
2644
2645
2646
2647 2005/02/03 Markus Gaug
2648
2649 * mcalib/MCalibColorSet.[h,cc]
2650 - implement possibility to set colour explicitely (e.g. for MC).
2651
2652 * msignal/MExtractTimeAndChargeDigitalFilter.cc
2653 - intialize fTimeShiftHiGain and fTimeShiftLoGain by default.
2654
2655 * mjobs/MJPedestal.cc
2656 - in case, extractor is used, put the extractor into the tasklist,
2657 otherwise ranges do not get initialized correctly (wrong memory
2658 usage!). Use an event selector, however to not skip the Process.
2659 This is as fast as before and now safe for any kind of extractor
2660
2661 * mcalib/MCalibrationCam.h
2662 * mcalib/MCalibrationTestCam.h
2663 * mcalib/MCalibrationTestCam.cc
2664 - initialize a missing array in InitAverageAreas
2665
2666 * mraw/MRawEvtHeader.h
2667 - introduced Setter() of cal. pattern for Abelardo
2668
2669
2670
2671 2005/02/02 Markus Gaug
2672
2673 * mcalib/MCalibrationChargeCam.cc
2674 - fixed small bug in the display of mean charges when low-gain was
2675 used.
2676
2677 * msignal/MExtractor.cc
2678 - print the missing overlap between high-gain and low-gain
2679 in the Print() function
2680 - remove setting of fHiLoLast in PreProcess, otherwise cloned
2681 extractors do not work any more with windows exceeding the
2682 high-gain range.
2683
2684 * mhcalib/MHCalibrationTestCam.[h,cc]
2685 * mhcalib/MHCalibrationTestTimeCam.[h,cc]
2686 - set proper probability limits for the fits
2687
2688 * mcalib/MCalibrateData.cc
2689 - catch the case in which no interlaced cal. events are being sent
2690 by the pulser box.
2691
2692 * mjobs/MJCalib.[h,cc]
2693 - put the data type enum in a new base class
2694
2695 * mjobs/MJCalibTest.[h,cc]
2696 - re-name old class MJExtractCalibTest to MJCalibTest and make it
2697 compatible with the sequence-files.
2698
2699 * mjobs/MJExtractCalibTest.[h,cc]
2700 - removed
2701
2702 * mjobs/MJCalibrateSignal.cc
2703 - put a compiler warning about the default cal. to photo-electrons
2704
2705 * callisto.cc
2706 - add new flag "--use-test" to enable the MJCalibTest facility
2707 (default: not used)
2708
2709
2710
2711 2005/02/01 Raquel de los Reyes
2712
2713 * mjobs/MSequence.h
2714 - Added "Get" functions for the TArrays variables.
2715
2716
2717
2718 2005/02/01 Markus Gaug
2719
2720 * mjobs/MJPedestal.[h,cc]
2721 * mjobs/MJCalibration.[h,cc]
2722 * mjobs/MJCalibrateSignal.[h,cc]
2723 * callisto.rc
2724 - put enum for data type. Can now set the data type (mc, raw, root)
2725 without running the data check.
2726
2727 * mhcalib/MHCalibrationCam.cc
2728 - return kTRUE in PostProcess if GetNumExecutions is 0
2729
2730 * mcalib/MCalibrationChargeCalc.cc
2731 - return kTRUE in PostProcess if GetNumExecutions is 0
2732
2733
2734
2735 2005/02/01 Daniel Mazin
2736
2737 * MPointingPosInterpolate.cc:
2738 - fixed bug to match the units of Ra and Decl in MPointingPos
2739 - fixed bug in handling of events with times outside of times from
2740 MDrive tree
2741
2742
2743
2744 2005/02/01 Thomas Bretz
2745
2746 * showplot.cc:
2747 - another fix to make the batch mode working (you can use the batch
2748 mode to convert a root-file into another format)
2749
2750
2751
2752 2005/01/31 Thomas Bretz
2753
2754 * mbase/MStatusDisplay.cc:
2755 - fixed handling of batch mode in GetCanvas(const TString &name)
2756 - don't skip already existing tabs in Display()
2757
2758
2759
2760 2005/01/31 Raquel de los Reyes
2761
2762 * mjobs/MSequence.h
2763 - Added "Get" functions for some of the sequence.txt file
2764 parameters.
2765
2766
2767
2768 2005/01/31 Markus Gaug
2769
2770 * mjobs/MJob.[h,cc]
2771 * mjobs/MJCalibrateSignal.[h,cc]
2772 * mjobs/MJCalibration.[h,cc]
2773 - move file type enum to base class
2774
2775 * mjobs/MJCalibrateSignal.[h,cc]
2776 - allow also for direct setting of an MRunIter (not used in
2777 callisto).
2778
2779 * mcalib/MCalibrationChargeCalc.[h,cc]
2780 - test also for pulser strength changes additionally to changes in
2781 colour.
2782
2783
2784
2785 2005/01/31 Abelardo Moralejo
2786
2787 * mpointing/MSrcPosCalc.cc
2788 - Create only one instance of MAstroSky2Local for the
2789 transformations, instead of two identical ones, as it was before.
2790
2791
2792
2793 2005/01/30 Markus Gaug
2794
2795 * mjobs/MJCalibration.cc
2796 * mjobs/MJPedestal.cc
2797 * mjobs/calibrationref_Nov04.rc
2798 * mhcalib/MHCalibrationRelTimeCam.[h,cc]
2799 - updated correct display of reference lines
2800
2801
2802
2803 2005/01/29 Markus Gaug
2804
2805 * msignal/MExtractFixedWindowSpline.[h,cc]
2806 - fixed a bug occurring with overlapping windows between high-gain
2807 and low-gain
2808
2809 * msignal/MExtractFixedWindowPeakSearch.cc
2810 - take out call to fSignals->Clear() which is already done in
2811 MTaskList.
2812
2813 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.[h,cc]
2814 - new extractor reducing the bias and solving the problem with the
2815 jumping pulse readout.
2816
2817
2818
2819 2005/01/28 Abelardo Moralejo
2820
2821 * mpointing/MSrcPosCalc.cc
2822 - updated. Make it work as desired: obtain for each event the x,y
2823 position on the camera of a source whose celestial coordinates
2824 (J2000) have been set by the user in the container "MSourcePos"
2825 of type MPointingPos, added to the parameter list. If the
2826 container MSourcePos is not found, the center of the camera (or
2827 other fixed position x,y set in the parameter list by the user -
2828 in MSrcPosCam) is used as source position for all the events in
2829 the loop.
2830
2831
2832
2833 2005/01/28 Thomas Bretz
2834
2835 * mjobs/MJCalibrateSignal.cc:
2836 - fixed that extract1,2,3 haven't been deleted if loop failed.
2837 - print tasklist also if loop failed.
2838 - added a undefined task (MTaskEnv "FinalFantasy") as last task to
2839 the event processing tasklist
2840
2841 * callisto.rc:
2842 - added comments about "FinalFantasy" into call
2843 - added comment for obsolete resources as discussed yesterday
2844 evening: TimeUpperLimit
2845
2846 * mbase/MMath.[h,cc], manalysis/MCerPhotPix.[h,cc],
2847 mpedestal/MPedPhotPix.h:
2848 - replaced TruncatePrecision by ReducePrecision (its simply a better
2849 name)
2850
2851 * mbase/MParList.cc:
2852 - added a check to make 200%(!) sure that the container added
2853 to the list is a MParContainer (everything else could crash
2854 almost everything in Mars!)
2855
2856 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.[h,cc],
2857 mjobs/MJPedestal.cc:
2858 - simplified the code in the WriteResult functions by using
2859 the new WriteContainer in MJob
2860 - removed the TObjArray from the MParList! It is NOT a MParContainer
2861 there are a lot of circumstance how this can crash Mars. I don't
2862 know why the compiler allowed for this.
2863 - unified WriteResult and WriteHists
2864 - split GetOutputFile into two functions for simplification
2865
2866 * mjobs/MJCalibration.h:
2867 - copy the extractorcam name when copying the contents
2868
2869 * mjobs/MJob.[h,cc]:
2870 - new member function WriteContainer to simplify code in derived
2871 classes
2872
2873 * mpointing/MSrcPosCalc.[h,cc]
2874 - fixed the header according to Abelardo's changes
2875 - added the initialization of the pointers to the constructor
2876
2877
2878
2879 2005/01/28 Markus Gaug
2880
2881 * msignal/MExtractTimeAndChargeDigitalFilter.cc
2882 - introduce a security check for the time fine adjustment in case,
2883 it is too large.
2884
2885 * mcalib/MCalibConstCam.[h,cc]
2886 * mcalib/MCalibConstPix.h
2887 - new classes to allow display of changing cal. constants with the
2888 interlaced cal. events
2889
2890 * mcalib/MCalibrationChargeCalc.cc
2891 - removed stopping of PostProcess in case that the evtloop is
2892 finished with interlaced cal. events
2893
2894 * mcalib/MCalibrateData.[h,cc]
2895 - fill MCalibConstCam with update results (once per calib. consts
2896 update == every 10 sec.)
2897 - introduce check for size of calibration constant. In case, it is
2898 completetly out of range, set the MBadPixelsPix::IsUnsuitableRun
2899
2900 * mjobs/MJCalibrateSignal.cc:
2901 - display one MHCamera more with changing conv. factors (only for
2902 interlaced cal. events)
2903
2904 * mpedestal/MPedCalcFromLoGain.cc
2905 - set default for MExtractWinFirst from 15 to 17 because of the
2906 late cosmics signals in December
2907
2908
2909 2005/01/28 Abelardo Moralejo
2910
2911 * mtemp/mpadova/macros/trainsubsample.C
2912 - added # of events to be written in the output (instead of
2913 fraction of total). Moved MSrcPosCam in output from RunHeaders
2914 to Events tree.
2915
2916
2917
2918 2005/01/27 Daniel Mazin and Markus Gaug
2919
2920 * mcalib/MCalibrateData.[h,cc]
2921 - derive this class from MCamEvent in order to be able to display
2922 evolution of conversion factors in case of interlaced cal.
2923 events
2924
2925 * mpointing/MInterpolatePointingPos.[h,cc]
2926 - new class to interpolate pointing positions, adapted from a class
2927 by Marcos Lopez
2928
2929 * mjobs/MJCalibrateSignal.[h,cc]
2930 - enabled the calibration of data with interlaced calibration events
2931
2932 * msignal/MArrivalTime.[h,cc]
2933 * mcalib/MCalibrateRelTime.cc
2934 - removed Error of calibrated arrival time, as agreed on the last
2935 software calibration meeting yesterday
2936
2937 * mjobs/MJCalibrateSignal.cc
2938 - add display to show histogramming of conversion factors
2939 - modify default calibration to equiv. photo-electrons
2940 - allow for setting of MC, Raw or Root-file type in callisto.rc
2941
2942 * callisto.rc
2943 - updated conf. file
2944
2945
2946 2005/01/27 Thomas Bretz
2947
2948 * callisto.cc:
2949 - don't display starting pedestals when calibrating the signal
2950
2951 * callisto.rc:
2952 - added some comments
2953
2954 * star.rc:
2955 - according to Daniel M. we have agreed to change the default
2956 cleaning level to adapt it roughly to the new pedestal
2957
2958 * manalysis/MCerPhotPix.[h,cc], mpedestal/MPedPhotPix.h:
2959 - as agreed in the current calibration meeting we truncate the
2960 precision of the stored floating point values to roughly 0.5%
2961 to gain storage space in the calibrated data (the gzip
2962 algorithm compresses this stuff nicely - we gain roughly 15%)
2963
2964 * mhflux/MHFalseSource.cc, mjobs/MJCalibration.cc, mjobs/MJStar.cc:
2965 - added a comment
2966
2967 * mjobs/MJCalibrateSignal.cc:
2968 - changed title of unsuitable plot
2969 - removed plot for calibrated fundamental pedestal as agreed in the
2970 current calibration meeting (we may change this to an option)
2971
2972 * mjobs/MJPedestal.[h,cc]:
2973 - changed the name of the "PedDiff" plot to be consistent with the
2974 other tab-name
2975 - changed the options for the display
2976 - removed the dependancy of fDisplayType and the SetDataCheck
2977 option
2978 - added option kDisplayNone
2979 - renamed enums from k*Display to kDisplay*
2980
2981 * mhist/MHCamEvent.cc:
2982 - trying to get rid of the Err_%p workaround.
2983
2984 * manalysis/MCerPhotEvt.[h,cc]:
2985 - added some '!' signs in the comment line. This is quick hack
2986 to gain I/O speed and storage space. We will soon have new
2987 containers for the calibrated data and image cleaning
2988 information.
2989 - changed version number to 6
2990
2991 * mhist/MHCamera.cc:
2992 - added member function SetAllUsed
2993
2994
2995
2996 2005/01/26 Abelardo Moralejo
2997
2998 * macros/mccalibrate.C
2999 - removed creation and writing out of MSrcPosCam. It is more
3000 flexible to add it in starmc2.C if needed (for wobble mode for
3001 instance).
3002
3003 * mtemp/mpadova/macros/RanForestDISP.C
3004 - added possibility to set the number of hadrons read in for the
3005 training. Added some missing containers to output.
3006 - Fixed rule concerning the DISP, by adding parentheses. Remember
3007 that MHMatrix::AddColumn does not respect the usual precedence
3008 of operations!
3009
3010 * mtemp/mpadova/macros/resize.C
3011 - added to output missing container MRawEvtHeader
3012
3013 * macros/starmc2.C
3014 - added missing container MImagePar. Added possibility to set the
3015 source position on the camera (for the wobble mode).
3016
3017
3018
3019 2005/01/25 Abelardo Moralejo
3020
3021 * macros/starmc2.C
3022 - modified to allow double (train / test) output, for g/h
3023 separation studies. Added several missing containers to output.
3024
3025
3026
3027 2005/01/25 Thomas Bretz
3028
3029 * mcalib/MCalibrationIntensityChargeCam.cc:
3030 - fixed a lot of 'default argument'-warnings to make to code
3031 compile
3032
3033 * mbase/MParContainer.[h,cc]:
3034 - moved the empty Reset() function into the source file and
3035 added a lot of comments
3036 - implemented new helper-functions: GetNewObject
3037
3038 * mbase/MContinue.[h,cc]:
3039 - allow to use MFilter-classes as filter in ReadEnv
3040
3041 * mbase/MTaskEnv.cc:
3042 - replaced some code by GetNewObject
3043
3044 * mhbase/MFillH.cc:
3045 - handle DrawOption "same" to be able to draw to the same pad
3046
3047 * mhbase/MH.[h,cc]:
3048 - added same-argument to DrawSame
3049
3050 * mhbase/MH3.cc:
3051 - removed some obsolete comments
3052 - remove own drawing options before calling fHist->Draw
3053
3054 * mimage/MHHillas.cc, mimage/MHImagePar.cc:
3055 - first try of implementing 'same' drawing option
3056
3057
3058
3059 2005/01/25 Markus Gaug
3060
3061 * mcalib/MCalibrationPattern.[h,cc]
3062 * mcalib/MCalibrationPatternDecode.[h,cc]
3063 - New Decoder task for the calibration pattern from the
3064 digital modules
3065
3066 * mraw/MRawEvtHeader.[h,cc]
3067 - remove decoding from this class
3068
3069 * mcalib/MCalibrationIntensityHiLoCam.[h,cc]
3070 - remove, because one needs anyhow much more than one data file
3071 to get a reasonable conversion factor
3072
3073 * mcalib/MCalibCalcFromPast.[h,cc]
3074 - remove MCalibrationIntensityHiLoCam
3075
3076 * mbadpixels/MBadPixelsPix.h
3077 * mbadpixels/MBadPixelsCam.cc
3078 - changed one function name to GetUnsuitableCalLevel()
3079
3080 * mjobs/MJCalibration.cc
3081 - replace all Y-titles with units "FADC counts" by "FADC cnts" and
3082 "FADC slices" by "FADC sl.", otherwise they range out of the
3083 canvas.
3084
3085 * mcalib/MCalibrationChargeCalc.cc
3086 - ensure to set the color correctly in MCalibrationBlindCam
3087
3088 * callisto.rc
3089 - put space for
3090 MJCalibrateSignal.ExtractSignal.HiGainFirst: 2
3091 MJCalibrateSignal.ExtractSignal.HiGainLast: 16
3092
3093
3094 2005/01/24 Abelardo Moralejo
3095
3096 * manalysis/MMcCalibrationUpdate.cc
3097 - Adapted to changes in MCalibrateData from 2005/01/16: moved
3098 qepix.SetAvNormFFactor(1.) from Process() to ReInit(). Due to
3099 this, for the last week you may have found trouble running
3100 starmc.C and mccalibrate.C.
3101
3102
3103
3104 2005/01/24 Thomas Bretz
3105
3106 * callisto.cc:
3107 - removed non-existing option from output
3108
3109 * manalysis/MEnergyEstimate.[h,cc]:
3110 - added ReadEnv member function
3111
3112 * mbase/MContinue.[h,cc]:
3113 - implementes AllowEmpty option to support doing nothing
3114 defined in resource file
3115 - added a first draft to allow usage of class-filters instead of
3116 rules
3117
3118 * mbase/MMath.[h,cc]:
3119 - implemented a function suggested by Florian Goebel which reduces
3120 the precision of a float to ~0.5% which is usefull for data
3121 compression by gzip
3122
3123 * mdata/MDataChain.[h,cc]:
3124 - implemented ReadEnv member function
3125
3126 * mfbase/MF.cc:
3127 - a small enhancement to the output in ReadEnv
3128
3129 * mhbase/MH3.cc:
3130 - fixed call to FindObject in Paint which caused a profile to be
3131 displayed incorrectly in case it was read from a file
3132
3133 * mhflux/MHFalseSource.[h,cc]:
3134 - removed old obsolete unsused Significance functions
3135 - implemented ReadEnv member function
3136 - set false source binning only if BinningFalseSource is not default
3137 - check parlist for BinningAlpha
3138
3139 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
3140 mjobs/MJPedestal.cc:
3141 - added an additional check and output if output-file could
3142 not be opened
3143
3144 * mjobs/MJob.h:
3145 - added some Getter
3146
3147 * mhbase/MBinning.[h,cc].
3148 - added nen member functions
3149 + SetEdgesRaw
3150 + ReadEnv
3151 + Print
3152
3153 * mhflux/MAlphaFitter.[h,cc]:
3154 - added new member function ReadEnv
3155
3156 * mhflux/MHAlpha.cc:
3157 - fixed a problem when fitting without off-data
3158
3159 * mbase/MStatusDisplay.cc:
3160 - implemented a further fix in DrawClonePad to make sure
3161 that the X-stuff doesn't get confused while still
3162 GetDrawOption returns the correct value
3163
3164
3165
3166 2005/01/24 Markus Gaug
3167
3168 * msignal/MExtractTimeAndChargeDigitalFilter.cc
3169 - introduced security check for the times fine-tuning to catch
3170 outliers because of deviating pulse forms.
3171
3172 * msignal/MExtractTime.cc
3173 * msignal/MExtractor.cc
3174 - lowered default high-gain saturation limit to 250
3175 - removed Clear() for two results containers at beginning of Process()
3176
3177 * msignal/MExtractor.h
3178 - Take fHiLoLast into the Clone()
3179
3180 * msignal/MExtractedSignalPix.cc
3181 - change sign of default initializer to negative.
3182
3183
3184
3185 2005/01/23 Markus Gaug
3186
3187 * mhcalib/MHCalibrationHiLoCam.[h,cc]
3188 - updated to new logain switch setting in MExtractTimeAndCharge
3189 - extract also high-gain vs. low-gain time difference
3190
3191 * mhcalib/MHCalibrationCam.[h,cc]
3192 * mhcalib/MHCalibrationChargeCam.[h,cc]
3193 - updated reading of conf. values in ReadEnv
3194
3195 * mhcalib/MCalibrationHiLoCam.[h,cc]
3196 * mhcalib/MCalibrationHiLoPix.[h,cc]
3197 * mhcalib/MCalibrationIntensityHiLoCam.[h,cc]
3198 - updated accordingly
3199
3200 * mbadpixels/MBadPixelsCam.cc
3201 - removed some bugs in the Print() function
3202
3203
3204
3205 2005/01/22 Markus Gaug
3206
3207 * mhcalib/MHCalibrationRelTimeCam.cc
3208 - display in the averaged times display the event-by-event averaged
3209 absolute arrival times instead of the rel. ones which do not make
3210 much sense.
3211
3212 * mhcalib/MHCalibrationTestTimeCam.[h,cc]
3213 * mhcalib/MHCalibrationTestCam.[h,cc]
3214 - update to the latest changes in analysis chain.
3215
3216 * mjobs/MJExtractCalibTest.[h,cc]
3217 - update to the latest changes in analysis chain.
3218
3219 * mjobs/MJCalibration.cc
3220 - replace title of that times-averageing Tab from "RelTimes" by
3221 "Times".
3222
3223 * macros/calibration.C
3224 - update to changes in MJExtractCalibTest
3225
3226
3227
3228 2005/01/21 Markus Gaug
3229
3230 * msignal/MExtractTimeAndChargeDigitalFilter.cc
3231 * msignal/MExtractTimeAndChargeSlidingWindow.cc
3232 * msignal/MExtractTimeAndChargeSpline.cc
3233 - use the max. bin content for low-gain extraction
3234
3235 * callisto.rc
3236 - add place for LoGainSwitch
3237
3238
3239
3240 2005/01/21 Florian Goebel
3241
3242 * mfbase/MF.cc:
3243 - include a (TString) cast to make it compilable with gcc2.95.3
3244
3245
3246
3247 2005/01/21 Thomas Bretz
3248
3249 * mpointing/MSrcPosFromModel.cc:
3250 - fixed crash in Process if no pointing model available
3251
3252 * mpointing/MPointingPosCalc.h:
3253 - added missing initialization of data members
3254
3255 * mastro/MObservatory.[h,cc]:
3256 - added ReadEnv member function
3257
3258 * mbase/MTaskEnv.h:
3259 - added (=0) default to SetDefault
3260
3261
3262
3263 2005/01/20 Markus Gaug
3264
3265 * mcalib/MCalibrationIntensityChargeCam.[h,cc]
3266 - added function to display fluctuations of a variable
3267
3268 * mcalib/MCalibrationPix.cc
3269 - fixed small bug in High-gain mean error.
3270
3271 * msignal/MExtractTimeAndCharge.[h,cc]
3272 - introduced high-gain maximum limit before extracting the low-gain
3273
3274
3275
3276 2005/01/20 Thomas Bretz
3277
3278 * mbase/MContinue.[h,cc]:
3279 - added ReadEnv member function to support resource files
3280
3281 * mbase/MEvtLoop.[h,cc]:
3282 - added a second arguemtn to reading of the resource file by name
3283 - added some checks when reding the resource file and the
3284 parameter list hasn't been setup
3285
3286 * mbase/MParList.cc:
3287 - removed an obsolete output from ReadEnv
3288
3289 * mfbase/MF.[h,cc]:
3290 - added ReadEnv member function to support resource files
3291 - added kAllowEpty flag to support skipping by resource files
3292
3293 * mfbase/MFilterList.cc:
3294 - added a comment
3295
3296 * mbase/MStatusDisplay.[h,cc]:
3297 - fixed Write to be compatible with root 4.02/00
3298 - worked around a problem with reading the DrawOption correctly
3299 from a stored status display
3300
3301
3302
3303 2005/01/19 Thomas Bretz
3304
3305 * mbase/MMath.cc:
3306 - added a comment to SignificanceLiMa, made by Daniel Mazin
3307 - also check for b==0
3308
3309 * mhflux/MAlphaFitter.[h,cc]:
3310 - fixed significance calculation in case of on-off data
3311 - added fScaleFactor
3312
3313 * mhflux/MHAlpha.[h,cc], mhflux/MHFalseSource.cc:
3314 - handle scale factor in case of on-off observations
3315
3316 * mjobs/MJPedestal.cc:
3317 - aligned screen output to 80col rule
3318
3319 * mtrigger/MFTriggerPattern.[h,cc]:
3320 - assigned correct integers to enum
3321 - made sure that the enum is correctly handled in all function by
3322 applying a r-value to the condition
3323
3324
3325
3326 2005/01/19 Abelardo Moralejo
3327
3328 * mtrigger/MFTriggerPattern.[cc,h]
3329 - Changed Bool_t arguments of all setters to new type Prescale_t
3330 defined by N. Galante (see below)
3331
3332
3333
3334 2005/01/19 Nicola Galante
3335
3336 * mtrigger/MFTriggerPattern.[cc,h]
3337 - added in header enum Prescale_t { kUnPrescaled = kFALSE,
3338 kPrescaled = kTRUE };
3339
3340 - fixed a bug in Process, both fMaskRequiredUnprescaled and
3341 fMaskRequiredPrescaled are checked simultaneously.
3342
3343
3344
3345 2005/01/18 Markus Gaug
3346
3347 * mcalib/MCalibColorSet.cc
3348 - fixed the remaining day of data without colour in project name
3349 neither in digital modules bits.
3350
3351 * mpedestal/MPedCalcPedRun.[h,cc]
3352 - catch the continuous light runs with MRawRunHeader::fRunType
3353 == kRTCalibration to be recognized as effective pedestal runs.
3354
3355
3356 2005/01/18 Thomas Bretz
3357
3358 * mbase/MMath.cc:
3359 - added a check for s==0 in SignificanceLiMa, because otherwise the
3360 result is NaN
3361
3362 * mfbase/MF.cc:
3363 - removed an obsolete debugging output from the latest changes
3364
3365 * mhflux/MHAlpha.cc:
3366 - reset fHTime, too
3367
3368
3369
3370 2005/01/18 Nicola Galante
3371
3372 * mtrigger/MFTriggerPattern.cc:
3373 - added parentesis to ensure bitwise operators priority
3374 with respect to logical operators.
3375
3376
3377 2005/01/17 Thomas Bretz
3378
3379 * manalysis/MEnergyEstimate.[h,cc]:
3380 - changed to be more general. Energy is now estimated from a rule
3381 (MDataChain) The default behaviour is still the same as before
3382 to copy the energy from MMcEvt
3383
3384 * mbase/MTask.cc:
3385 - changed to write out the descriptor istead of the task-name only
3386 in Pre/PostProcess
3387
3388 * mhbase/MH.cc:
3389 - initialize fSerialNumber and fNumExecutions in constructor
3390
3391 * mhflux/MHFalseSource.cc:
3392 - according to a suggestion by Markus Mayer I have changed
3393 \\sigma_{max}=f to S_{max}=f\\sigma
3394
3395 * mjobs/MJCalibrateSignal.cc:
3396 - as discussed with Markus and Abelardo fixed the MFTriggerPattern
3397 call.
3398
3399 * mtrigger/MFTriggerPattern.cc, mtrigger/MTriggerPattern.cc,
3400 mtrigger/MTriggerPatternDecode.cc:
3401 - added some comment about file version
3402
3403 * mbase/MFilter.h:
3404 - implemented new virtual function GetDataMember like in MData
3405
3406 * mbase/MTask.[h,cc]:
3407 - when filter is added ass GetDataMember to branch list (should be
3408 obsolete, because filter is in the tasklist, but it should not hurt)
3409
3410 * mfbase/MF.[h,cc], mfbase/MFDataChain.[h,cc], mfbase/MFDataMember.[h,cc],
3411 mfbase/MFilterList.[h,cc]:
3412 - implemented new function GetDataMember
3413
3414
3415
3416 2005/01/17 Markus Gaug
3417
3418 * msignal/MExtractTimeAndChargeDigitalFilter.cc
3419 - remove a situation where the high-gain signal can be 0.
3420
3421 * mtrigger/MTriggerPattern.h
3422 - fixed a bug in defining the trigger bit pattern (Have to start
3423 from 0 instead of 1)
3424
3425 * mjobs/MJPedestal.cc
3426 * mjobs/MJCalibrateSignal.cc
3427 - fixed default extraction ranges.
3428
3429 * callisto.rc
3430 - fixed default weights files for pedestal extraction for cosmcis
3431
3432 * mcalib/MCalibrationChargeCalc.cc
3433 - removed program exit on occurrance of multiple colours without
3434 intensity calibration
3435
3436
3437
3438 2005/01/17 Nadia Tonello and Markus Gaug
3439
3440 * mcalib/MCalibrationChargeCam.cc
3441 - some fit improvements in the function GetAveragedConvFADC2PhotPerArea
3442
3443
3444
3445 2005/01/16 Markus Gaug
3446
3447 * mhcalib/MHCalibrationCam.[h,cc], mhcalib/MHCalibrationRelTimeCam.[h,cc],
3448 mhcalib/MHCalibrationChargeCam.[h,cc]
3449 - put overflow management and results camera initialization into
3450 base class
3451
3452 * mcalib/MCalibrateData.[h,cc]
3453 - added possibility to re-normalize signal to equiv. photo-electrons
3454 ( SetSignalType(MCalibrateData::kPhe) ).
3455 Default is old version in photons
3456 - speed up Process by storing pre-calculated calibration constants
3457 in arrays (needed 40% of CPU time of the eventloop before, now: 23%)
3458 - added new pointer to different MCalibrationChargeCam used for
3459 updates
3460 - added possibility to update the conversion factors using the
3461 MCalibrationChargeCam stored in fCalibUpdate.
3462 - added Print() function
3463
3464 * mcalib/MCalibCalcFromPast.[h,cc]
3465 - committed final version, now also in the Makefile
3466
3467 * mjobs/MJCalibrateSignalFromOutside.[h,cc], macros/calibration.C
3468 - committed final version, now able to calibrate interlaced cal.
3469 events.
3470
3471
3472
3473 2005/01/14 Hendrik Bartko
3474
3475 * msignal/calibration_weights_UV.dat
3476 - fixed a small bug in the noise autocorrelation of the AB-noise
3477
3478 * msignal/calibration_weights_blue.dat
3479 - new weights file for blue calibration pulses
3480
3481 * cosmics_weights.dat
3482 - fixed a small bug in the noise autocorrelation of the AB-noise
3483
3484
3485
3486 2005/01/14 Markus Gaug
3487
3488 * msignal/MExtractTimeAndChargeDigitalFilter.cc
3489 - added a small acceleration of the program, tested by Hendrik and
3490 me.
3491
3492 * mpedestal/MPedCalcFromLoGain.cc
3493 - fixed one warning output which was not a real warning.
3494
3495 * mcalib/MCalibrationChargeCam.cc
3496 - improved the function to calculate a mean conversion factor over
3497 the whole camera including a fit to the values.
3498
3499 * mpedestal/MPedCalcPedRun.[h,cc]
3500 - undo some changes introduced by TB on 2/12/04 which had made the
3501 use of interlaced pedestal events impossible again.
3502 - Use now the new class MTriggerPattern directly to recognize an
3503 interlaced pedestal event.
3504
3505
3506
3507 2005/01/14 Thomas Bretz
3508
3509 * callisto.cc:
3510 - fixed a typo in output
3511
3512 * manalysis/MGeomApply.cc:
3513 - removed some old code already in comments
3514 - added possibility to switch off automatic processing (used
3515 if two different geometries around)
3516
3517 * manalysis/MMultiDimDistCalc.cc, mhbase/MHMatrix.[h,cc],
3518 mranforest/MRanForestCalc.cc, mtools/MHSimulatedAnnealing.[h,cc],
3519 mtools/MSimulatedAnnealing.h:
3520 - added include of TVector because in newer root version it is
3521 not included from TMatrix anymore
3522
3523 * mbase/BaseLinkDef.h, mbase/MMath.[h,cc]:
3524 - to stick to the convention of TMath in newer root versions MMath
3525 changed from a class to a namespace
3526
3527 * mbase/MEvtLoop.[h,cc]:
3528 - to support newer root version added a second Write-function
3529 with a const qualifier.
3530
3531 * mdata/MDataChain.cc:
3532 - changed access to TMath for newer root versions
3533
3534 * mfileio/MChain.[h,cc]:
3535 - implemented a workaround for teh changed LoadTree definition
3536 in newer root-versions
3537
3538 * mfileio/MReadTree.cc:
3539 - fixed a bug in CheckBranchSize caused some warning to be
3540 displayed
3541
3542 * mhflux/MHAlpha.cc:
3543 - removed check for fResult in PostProcess (it is always there)
3544
3545 * msignal/MExtractTimeFastSpline.cc:
3546 - fixed delete --> delete[]
3547
3548 * mbadpixels/MBadPixelsCalc.cc:
3549 - slight change to some output
3550
3551 * mbase/MTaskEnv.h:
3552 - set name of default task when pointer is given
3553
3554 * mjobs/MJCalibrateSignal.cc:
3555 - fixed handling of extraction range for various cases
3556 - fixed handling in case no arrival times are calculated
3557
3558 * mjobs/MJCalibration.cc:
3559 - write at least a default arrival time calibration container
3560 to make further processing easier
3561
3562 * mjobs/MJPedestal.[h,cc]:
3563 - fixed handling of extraction range for various cases
3564
3565
3566
3567 2005/01/14 Abelardo Moralejo
3568
3569 * mtemp/mpadova/macros/trainsubsample.C, RanForestDISP.C
3570 - added. Two macros used in the analysis of real wobble mode data.
3571
3572
3573
3574 2005/01/14 Daniela Dorner
3575
3576 * macros/sql/filldotrun.C
3577 - added new arehucas-verions and changed code accordingly
3578
3579
3580
3581 2005/01/13 Abelardo Moralejo
3582
3583 * macros/starmc.C
3584 - Added (commented) lines for the case of gamma MC source off-axis
3585 (wobble mode). Changed default extractor to
3586 MExtractFixedWindowPeakSearch.
3587
3588
3589
3590 2005/01/13 Raquel de los Reyes
3591
3592 * callisto.rc
3593 - introduced several configuration lines
3594 (format: "class".DataCheck: No) to allow callisto
3595 to run with rawfiles. Necessary for the datacheck.
3596
3597
3598
3599 2005/01/13 Markus Gaug
3600
3601 * mcalib/MCalibColorSet.cc
3602 - fixed runs 45605-45609
3603
3604 * msignal/MExtractor.h
3605 - take out the variable fHiLoLast from the streamer. Will be
3606 initialized in the ReInit(), if needed
3607
3608 * msignal/MExtractor.cc
3609 - Initialized fHiLoLast to 0. Otherwise, a second eventloop with
3610 the same extractor may have that variable set to a certain
3611 value, even if not desired. The ReInit() fixes fHiLoLast, if
3612 different from 0.
3613
3614 * mpedestal/MExtractPedestal.cc
3615 * mpedestal/MPedCalcPedRun.cc
3616 * mpedestal/MPedCalcFromLoGain.cc
3617 - fix the output of the print to the correct value for the case
3618 that the extractor is used.
3619
3620
3621 2005/01/13 Thomas Bretz
3622
3623 * callisto.rc:
3624 - fixed some typos
3625
3626 * mbase/MLog.cc:
3627 - unset DEBUG defined unintentionally
3628
3629 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
3630 - removed printing Weights in InitArrays, because otherwise
3631 the output of a full data calibration is totally crowded
3632 with numbers. Having the weights-file name on the display
3633 is perfectly enough.
3634
3635
3636
3637 2005/01/12 Markus Gaug
3638
3639 * mcalib/MCalibrationIntensityRelTimeCam.cc
3640 - added fit to improve averageing of the obtained results
3641
3642
3643
3644 2005/01/12 Thomas Bretz
3645
3646 * manalysis/MMatrixLoop.cc:
3647 - changed name to MRead because it now derives from MRead
3648
3649 * mbase/MEvtLoop.[h,cc]:
3650 - implemented an option not to cascade the status display to the
3651 parameter list in PreProcess
3652
3653 * mhflux/MHAlpha.cc:
3654 - changed name of "Significance" to "MinimizationValue"
3655 - return -significance to have a value being minimized
3656
3657 * mhist/MHCamera.cc:
3658 - fixed output of text in legend
3659
3660 * mhist/MHEvent.[h,cc]:
3661 - implemented new options for calibrated pedestals
3662
3663 * mmain/MEventDisplay.cc:
3664 - fixed to support latest changes in MJCalibrateSignal
3665
3666 * mpedestal/MPedPhotCam.cc:
3667 - added new options in GetPixelContent (4 and 5) to support
3668 a correct camera display
3669
3670 * mjobs/MJCalibrateSignal.cc:
3671 - fixed display of calibrated pedestal and pedestal rms
3672 - changed order of plots. Now all interpolated values
3673 (means all calibrated values which are bad-pixel treated)
3674 are displayed behind the unsuitable pixels.
3675
3676 * mjobs/MJ*.cc:
3677 - corrected all wrong %06d to %08d to fit the number of
3678 digits in run-numbers
3679
3680
3681
3682 2005/01/11 Abelardo Moralejo
3683
3684 * mjobs/Makefile
3685 - added missing include -I ../mtrigger
3686
3687
3688
3689 2005/01/11 Thomas Bretz
3690
3691 * callisto.cc, callisto.rc:
3692 - changed such, that all three kinds of pedestals are calcualted
3693 (usefull for studies)
3694
3695 * manalysis/MMatrixLoop.[h,cc]:
3696 - derived from MRead
3697 - implemented some basic functions from MRead
3698
3699 * mfilter/MFCosmics.[h,cc]:
3700 - allow setting of name of MPedestalCam
3701
3702 * mhbase/MBinning.[h,cc]:
3703 - added SetEdges taking MParList as input
3704
3705 * mhflux/MHAlpha.cc:
3706 - use new function from MBinning
3707
3708 * mjobs/MJCalibrateSignal.[h,cc]:
3709 - changed to calculate all three kinds of pedestals
3710 - added filters for trigger pattern and illuminated events
3711
3712 * mjobs/MJPedestal.cc:
3713 - give different names to tabs with different pedestals
3714
3715 * mjobs/MJStar.cc:
3716 - on request changed used pedestal from "FromExtractor" to
3717 "FromExtractorRndm"
3718
3719 * mtrigger/MTriggerPattern.h:
3720 - added Reset function
3721
3722 * mtrigger/MTriggerPatternDecode.[h,cc]:
3723 - added using file format version number
3724
3725
3726
3727 2005/01/11 Markus Gaug
3728
3729 * mbadpixels/MBadPixelsPix.cc
3730 - updated documentation
3731
3732 * mcalib/MCalibrationChargeCalc.cc
3733 - make pixels with deviating number of phes unreliable instead of
3734 unsuitable (this was already thought so, but missed to modify
3735 at one place).
3736
3737 * mhcalib/MHCalibrationCam.[h,cc]
3738 - add possible flag 'kInterlaced': default: kFALSE (like before)
3739 - added pointer to MRawEvtHeader to deny cosmics events in case
3740 of 'interlaced' flag is set. No changes for 'normal' calibration
3741
3742
3743
3744 2005/01/10 Benjamin Riegel
3745
3746 * mreport/MReportStarguider.cc, mreport/MReportStarguider.h
3747 - added two classes for implementing starguider-data
3748
3749 * mreport/ReportLinkDef.h
3750 - added class MReportStarguider to be linked:
3751 #pragma link C++ class MReportStarguider+;
3752
3753 * mreport/Makefile
3754 - added file MReportStarguider.cc
3755
3756 * merpp.cc
3757 - added two containers ( MReportStarguider, MTimeStarguider ) and
3758 added MReportStarguider to the list:
3759 w->AddContainer("MReportStarguider", "Starguider");
3760 w->AddContainer("MTimeStarguider", "Starguider");
3761 r->AddToList("MReportStarguider");
3762
3763
3764
3765 2005/01/10 Markus Gaug
3766
3767 * mcalib/MCalibColorSet.cc
3768 - return kFALSE for CL-run instead of kTRUE
3769
3770 * mcalib/MCalibrationChargeCalc.cc
3771 - stop program in case that multiple colours are found in same file
3772 without intensity calibration
3773
3774 * mbadpixels/MBadPixelsPix.h
3775 - added two new possible UnCalibrated_t flags for the hi-lo
3776 calibration
3777
3778 * macros/calibration.C
3779 - add the calls to:
3780 MArray::Class()->IgnoreTObjectStreamer();
3781 MParContainer::Class()->IgnoreTObjectStreamer();
3782 in main.
3783
3784 * msignal/MExtractor.h
3785 - added Getter for fOffsetLoGain (was still missing)
3786
3787 * mhcalib/MHCalibrationChargeCam.[h,cc]
3788 - remove pixels with histogram overflow only if their percentage
3789 passes a certain limit (default: 0.5%). Before, every overflow
3790 lead to an unsuitable pixel.
3791
3792 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
3793 - implemented changes suggested by T.B. to speed up calculations
3794 - take fNameWeightsFile into the streamer, otherwise the Clone()
3795 will always create an extractor with cosmic's weights.
3796 - set fOffsetLoGain to a slighly higher value. The DF seems to
3797 have a different offset since it uses different pulse shapes
3798 and thus sightly different time definitions.
3799
3800
3801
3802 2005/01/10 Thomas Bretz
3803
3804 * mhvstime/MHVsTime.cc:
3805 - fixed a compiler error for gcc 2.95.3, see Mantis bug # 157
3806
3807 * callisto.cc:
3808 - changed such, that the calculated pedestal is not random
3809 anymore
3810 - added code to calculate the pedestal also with randomization,
3811 but this code is for the moment commented out.
3812
3813 * callisto.rc:
3814 - fixed naming of pedestal calculation
3815
3816 * mbadpixels/MBadPixelsCalc.cc:
3817 - added a second check which compares the pedestal rms with
3818 the variance of the pedestal rms in the same sector
3819
3820 * mjobs/MJCalibrateSignal.[h,cc]:
3821 - changed to calculate the pedestal from extractor without
3822 randomization
3823 - added code to calculate the pedestal also with randomization,
3824 but this code is for the moment commented out.
3825
3826 * mjobs/MJCalibration.cc:
3827 - made sure that pedcam always has the correct name
3828 (FIXME? Print a warning if it has the wrong name)
3829
3830 * mjobs/MJPedestal.[h,cc]:
3831 - changed such, that it allows the calculation of pedestals
3832 in three different ways (fundamental, fromextractor,
3833 fromextractorrndm)
3834 - therefor removed SetExtractorResolution and added
3835 + void SetExtractionFundamental()
3836 + void SetExtractionWithExtractorRndm()
3837 + void SetExtractionWithExtractor()
3838
3839 * mjobs/MJStar.cc:
3840 - changed/fixed the input name of the MPedPhotCam used in the
3841 image cleaning
3842
3843 * mraw/MRawFileRead.[h,cc]:
3844 - changed return type of OpenNextFile
3845 - in some cases return kERROR in OpenNextFile to abort the Processing
3846 with an error
3847
3848 * mraw/MRawRunHeader.cc:
3849 - call a wrong file format version ERROR now
3850
3851 * mhflux/MAlphaFitter.[h,cc]:
3852 - make sure that resetted values are returned if fit failed
3853 - set default scaling too kOffRegion
3854
3855 * mhflux/MHAlpha.cc:
3856 - some small fixes to handling of MHAlphaOff
3857
3858 * mhflux/MHFalseSource.[h,cc]:
3859 - implemented possible usage of MHFalsSourceOff for On-Off-Analysis
3860 - updated display accordingly
3861 - updated fit accordingly
3862 - removed catalog temporarily from plots until I found the
3863 reason for the strange crashes
3864
3865 * mbadpixels/MBadPixelCalc.[h,cc]:
3866 - implemented the possibility to check the pedestal rms against the
3867 variance of the pedstal rms, too. The option is curretly switched
3868 off.
3869 - enahanced informal output in PreProcess
3870
3871 * mbase/MTaskList.cc:
3872 - a little change to some output
3873
3874
3875
3876 2005/01/10 Wolfgang Wittek
3877
3878 * mfbase/MFEventSelector2.cc
3879 - check whether filter exists before calling
3880 filter->CallPreProcess(parlist)
3881
3882
3883
3884 2005/01/08 Markus Gaug
3885
3886 * mhcalib/MHCalibrationHiLoCam.[h,cc]
3887 * mcalib/MCalibrationHiLoCam.[h,cc]
3888 * mcalib/MCalibrationHiLoPix.[h,cc]
3889 * mcalib/MIntensityCalibrationHiLoCam.[h,cc]
3890 * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
3891 mcalib/CalibLinkDef.h
3892 - new classes for calibration of conversion high-gain vs. low-gain
3893
3894 * msignal/MExtractedSignalPix.[h,cc]
3895 - added data member fChisquare, set to -1. by Clear() and Reset()
3896 - raised version number by 1
3897
3898 * msignal/MExtractedSignalCam.[h,cc]
3899 - added data member fNdf, set to -1 by default
3900 - new function: GetProb(const Int_t pixidx) to be called to
3901 calculate the joint probability of Chisquare of pixel "pixidx"
3902 and fNdf
3903 - added documentation of data members
3904 - raised version number by 1
3905
3906 * mhcalib/MHCalibrationChargeCam.cc
3907 - strengthened default histogram limits a bit, should accelerate
3908 the calibration by 20%.
3909
3910 * mjobs/MJCalibrateSignalFromOutside.cc
3911 - fixed two lines to compile MCalibrateData with the recent changes
3912 by TB
3913
3914 * msignal/MExtractTimeAndChargeDigitalFilter.cc
3915 - fixed two bugs introduced yesterday by TB.
3916
3917 * msignal/MExtractTimeAndChargeSpline.cc
3918 * msignal/MExtractTimeAndChargeSlidingWindow.cc
3919 - adopt part of TB's speed accelerations into these classes
3920
3921 * msignal/MExtractTimeAndCharge.cc
3922 - fix the low-gain extraction window for the case that the high-gain
3923 is saturated. Was skipped so far.
3924
3925
3926
3927 2005/01/07 Markus Gaug
3928
3929 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
3930 - catch the case that more than 90% of the pixels have saturated
3931 signals and fix the extraction window from the occurrance of
3932 saturation, then. Important for high-intensity calibration events.
3933
3934
3935 * msignal/MExtractor.cc
3936 * msignal/MExtractTime.cc
3937 * msignal/MExtractTimeAndCharge.cc
3938 - added some documentation
3939
3940 * msignal/MExtractTime.[h,cc]
3941 - moved the empty function FindTimeHiGain() and FindTimeLoGain() to
3942 the header-file.
3943
3944
3945
3946
3947 2005/01/07 Abelardo Moralejo
3948
3949 * mbase/MLog.h
3950 - Added #include "TSystem.h", otherwise gSystem is not recognized
3951 in Mac OSX.
3952
3953 * manalysis/MMakePadHistograms.cc
3954 - Changed badcalc.SetNamePedPhotContainer to
3955 badcalc.SetNamePedPhotCam
3956
3957
3958
3959 2005/01/07 Thomas Bretz
3960
3961 * mbadpixels/MBadPixelsCalc.[h,cc], macros/ONOFFAnalaysis.C:
3962 - replaced PedPhotContainer by PedPhotCam for consistency
3963
3964 * mbase/MLog.[h,cc]:
3965 - return *this in Seperator()
3966
3967 * mbase/MPrint.[h,cc]:
3968 - use new separator manipulator in PreProcess
3969 - fixed a type: separator instead of seperator
3970
3971 * mfileio/MReadTree.[h,cc]:
3972 - added a check for branch->IsAutoDelete() in Notify()
3973
3974 * mpedestal/MExtractPedestal.[h,cc]:
3975 - added new option 'fRandomCalculation' be used to switch on-/off-
3976 randomization in extractors, the default should be like before
3977 - added Process() calling Calc()
3978
3979 * mpedestal/MPedCalcFromLoGain.[h,cc], mpedestal/MPedCalcPedRun.[h,cc]:
3980 - renamed Process() to Calc()
3981
3982 * Makefile:
3983 - removed macros/calibration.C, which seems to have been
3984 unintantionally introduced.
3985
3986 * manalysis/Makefile:
3987 - removed unintantionally introduced wrong include
3988
3989 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
3990 - a small acceleration discussed with Hendrik by replacing a
3991 counter in a loop by pointer arithmetics
3992
3993 * mraw/MRawEvtPixelIter.cc:
3994 - fixed a bug in GetMaxIdxHiLoGain which caused the loop to
3995 read one byte behind the end of the array
3996 - fixed HasLoGain() which really did weired things, means accessing
3997 sometimes memory somewhere. This could theoretically result
3998 in assigning the wrong lo-gains to the wrong pixels.
3999
4000 * mtrigger/MTriggerPattern.[h,cc], mtrigger/MTriggerPatternDecode.[h,cc],
4001 mtrigger/MFTriggerPattern.[h,cc]:
4002 - added
4003
4004 * mtrigger/Makefile, mtrigger/TriggerLinkDef.h:
4005 - added MTriggerPattern, MTriggerPatternDecode and MFTriggerPattern
4006
4007 * manalysis/MEnergyEstParam.h:
4008 - added a new function SetVariables calling SetCoeff
4009
4010 * mcalib/MCalibrateData.[h,cc]:
4011 - removed data members for container names
4012 - added new lists for container names
4013 - allow to calibrate more than one pedestal container at the same
4014 time
4015
4016 * mjobs/MJCalibrateSignal.cc:
4017 - changed accordingly
4018
4019
4020
4021 2005/01/05 Thomas Bretz
4022
4023 * mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationChargeCalc.cc,
4024 mhcalib/MHCalibrationRelTimeCam.cc:
4025 - made some output lines fit into convinience window of 80 col
4026
4027 * mhist/MHCamEvent.cc:
4028 - make sure that x-axis has correct title
4029
4030 * msignal/MArrivalTimePix.cc:
4031 - init error to -1 which is a obviously non valid value
4032 - fixed IsValid() which gave wrong results
4033
4034 * msignal/MExtractTimeAndCharge.cc, msignal/MExtractedSignalPix.cc:
4035 - made sure that LoGain is flagged non-valid if no lo-gain exists
4036 - push time back at the edge of the allowed limits if outside
4037
4038 * mbase/MGList.[h,cc]:
4039 - introduced new functions Delete and DeletePictures
4040 - SetBit(kMustCleanup) in constructor. Otherwise it is not
4041 correctly removed from ListOfCleanups
4042
4043 * mbase/MLog.cc:
4044 - SetBit(kMustCleanup) if adding a plugin to make sure it is cleaned
4045 from the list
4046
4047 * mbase/MParContainer.[h,cc]:
4048 - replaced return type of GetDescriptor by TString. The old version
4049 was terribly wrong! The returned memory wasn't removed as soon
4050 as the function returned.
4051
4052 * mbase/MStatusDisplay.[h,cc]:
4053 - for security (thread safty) replaced all Form() by MString::Form()
4054 - implemented a more secure scheme of Closing (Clone()) this was
4055 a hint given by valgrind
4056 - set kMustCleanup for all new object in ClonePad not only kCanDelete
4057 - fixed some lines in pulldown-menus
4058 - add TPads to ListOfCleanups in ClonePad (workaround!)
4059
4060 * mbase/MString.[h,cc]:
4061 - implemented a new static Form() function returning a copy of
4062 the result
4063
4064 * mbase/MTask.[h,cc]:
4065 - replaced return type of GetDescriptor by TString. The old version
4066 was terribly wrong! The returned memory wasn't removed as soon
4067 as the function returned.
4068 - Made GetDescriptor thread safe using MString::Form
4069
4070 * mfileio/MWriteRootFile.cc:
4071 - Use GetDescriptor().Data() when using any kind of printf function
4072
4073 * mhbase/MFillH.cc:
4074 - replaced string concatenation in all constructors by a Form
4075 (also suggested by valgrind)
4076
4077 * mhcalib/MHCalibrationRelTimeCam.cc:
4078 - made some output fit into 80col boundary
4079
4080
4081
4082
4083 2005/01/03 Thomas Bretz (HAPPY NEW YEAR)
4084
4085 * mfht:
4086 - added new directory for hexagonal fourier transformation
4087
4088 * mfht/HftIncl.h, mhft/HftLinkDef.h, mhft/MGeomCamMagicXT.[h,cc],
4089 mhft/MGeomCamMagicEnhance.[h,cc], mhft/MHexgaonalFT.[h,cc],
4090 mhft/MHexagonalFreqSpace.[h,cc], mhft/MHexagonalFTCalc.[h,cc],
4091 mhft/Makefile:
4092 - added
4093
4094 * macros/extendcam.C:
4095 - added: tutorial for MGeomCamExtend
4096
4097 * macros/hft.C:
4098 - added: tutorial for MHexgonalFTCalc
4099
4100 * macros/dohtml.C:
4101 - updated
4102
4103 * macros/rootlogon.C:
4104 - updated
4105
4106 * Makefile:
4107 - mhft added
4108
4109 * mbase/MParContainer.cc, mbase/MLog.cc:
4110 - added a pre-compiler option for destructor debugging
4111
4112 * mbase/MTaskList.[h,cc]:
4113 - added new function Replace
4114
4115 * mdata/MDataChain.cc, mfbase/MF.cc:
4116 - shortened some output
4117
4118 * mdata/MDataArray.[h,cc]:
4119 - added new function FindRule
4120
4121 * mfileio/MReadTree.[h,cc]:
4122 - enhanced functionality to be able to read a TTree stored in memory
4123 instead of a file. Therefor introduced fTree which is now the pointer
4124 used and replaced fChain where TTree and TChain have common behaviour.
4125 Where they behave uncommon new code for the new case has been added.
4126
4127 * mfileio/MWriteRootFile.[h,cc]:
4128 - enhanced functionality to be able to write a TTree into memory
4129 instead of a file. This were maily bugfixes for the case fOut==0, which
4130 must be handled correctly. Becarefull a tree filles without a file
4131 is not deleted automatically!
4132
4133 * mhbase/MBinning.h:
4134 - added copy constructor
4135 - fixed buggy SetEdges(MBinning&) which didn't work
4136
4137 * mhbase/MHMatrix.cc:
4138 - when adding a new rule check first if the same rule already exists
4139
4140 * mhflux/MAlphaFitter.[h,cc]:
4141 - added new functionality to support on-off analysis
4142 - didn't touch existing code
4143
4144 * mhflux/MHAlpha.[h,cc]:
4145 - added new functionality to support on-off analysis
4146 - replaced Fit() calls by newer function calls
4147 - added DrawAll - PRELIMINARY
4148 - fixed a bug when projecting - may be the reson for some strange
4149 crashes
4150
4151 * mcalib/MCalibColorSet.cc:
4152 - fixed a stupid bug introduced last year, which caused MCalibColorSet
4153 in some circumstances to stop the eventloop when it shouldn't
4154
4155 * mjobs/MSequence.cc:
4156 - expand path names
4157
Note: See TracBrowser for help on using the repository browser.