source: trunk/MagicSoft/Mars/Changelog@ 7183

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