source: trunk/MagicSoft/Mars/Changelog@ 7180

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