source: trunk/MagicSoft/Mars/Changelog@ 7426

Last change on this file since 7426 was 7426, checked in by Daniela Dorner, 20 years ago
*** empty log message ***
File size: 233.6 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4For your entries please follow EXACTLY this style:
5
6_yyyy/mm/dd_[Your Name]
7_
8___*_filename:
9_____-_description
10_
11___*_filename2, filename3:
12_____-_description
13_
14_
15_
16
17While an underscore is a placeholder for a white-space or an empty line.
18
19 -*-*- END OF LINE -*-*-
20 2005/11/25 Daniela Dorner
21
22 * datacenter/scripts/runcallisto, runstar, runganymed:
23 - removed some not-needed logging outpu
24
25 * datacenter/scripts/dowebplots:
26 - changed algorithm to create gifs/pngs from the root files
27
28 * datacenter/scripts/checkfilesforsequenceavail,
29 datacenter/macros/checkfilesavail.C:
30 - fixed problem with manually inserted sequences
31
32 * datacenter/scripts/movingrawfiles, movingsubsystemfiles:
33 - added (scripts to move files from old (LP) to new structure (DC)
34
35
36
37 2005/11/22 Thomas Bretz
38
39 * macros/train/traindisp.C:
40 - added a comment
41
42 * mdata/MDataFormula.cc:
43 - fixed along outstanding bug. Because TFormula had no name
44 some axis tick marks disappeared randomly
45 - fixed a typo (Add instead of Remove)
46
47 * mfbase/MFEventSelector.cc:
48 - also reset fSelRatio if totalnumber of events from file.
49
50 * mranforest/MHRanForestGini.[h,cc]:
51 - added a TPaveText containing text information to output
52
53 * mranforest/MRanForest.[h,cc]:
54 - replaced type of fClassify by Bool_t
55 - improved handling of allocated memory (still to be checked
56 further)
57 - added Print function
58
59 * mranforest/MRanForestCalc.[h,cc]:
60 - added another training type
61 - added some comments
62 - set version number to 1 to allow writing it to ganymed output
63 - added Print function
64 - Use GetEntriesFast and UncheckedAt in Process for
65 single tree forests
66
67 * mranforest/MRanTree.[h,cc]:
68 - replaced type of fClassify by Bool_t
69 - added Getter for fClassify
70
71 * mjtrain/MJTrainDisp.cc, mjtrain/MJTrainEnegry.cc:
72 - renamed TrainSingleRF to TrainRegression
73
74 * mjtrain/MJTrainDisp.cc:
75 - replaced training variable (hypot(dist,dca)) by dist
76
77 * mjtrain/MJTrainRanForest.cc:
78 - added some comment
79 - adde more log output to WriteDisplay
80
81 * mjtrain/MJTrainSeparation.cc:
82 - updated output
83 - made it work properly
84
85 * mjobs/MJCut.cc:
86 - added ClacDisp task to output
87
88 * mjobs/MJPedestal.cc:
89 - removed an obsolete include
90
91
92
93 2005/11/21 Thomas Bretz
94
95 * mjtrain/*, macros/train/*.C:
96 - added new class to train the random forest
97
98 * Makefile:
99 - added mjtrain
100
101 * macros/dohtml.C, macros/rootlogon.C:
102 - added mjoptim and mjtrain
103
104 * mbase/MParList.[h,cc]:
105 - fixed copy constructor (it was crashing due to the
106 non-initialized lists)
107
108 * mhbase/MBinning.[h,cc]:
109 - renamed SetEdges to SetEdgesLin (SetEdges now is just and
110 abbreviation)
111 - added a check for the number of bins to all SetEdges*
112
113 * mhbase/MH3.cc:
114 - enable grid
115
116 * mhbase/MHMatrix.[h,cc]:
117 - new member function Addcolumns taking a TCollection
118
119 * mhist/MHHadronness.cc:
120 - align hadronnes into [0,1]
121
122 * mjobs/MDataSet.[h,cc]:
123 - call SetOwner for fSequencesOn and fSequencesOff
124 - added Copy member function
125
126 * mjobs/MJCut.[h,cc]:
127 - added new TaskEnv "CalcDisp" for a disp estimator
128
129 * mjoptim/MJOptimizeDisp.cc:
130 - fixed typo in a title
131 - added a new histogram showing theta-sq versus size
132
133 * mranforest/MHRanForestGini.[h,cc]:
134 - revised to display more information
135 - exchanged pointers to TGraph by objects
136
137 * mranforest/MRanForest.[h,cc]:
138 - replaced some weired copy of the train matrix by a direct access
139 - revised output
140 - pipe error/resolution to tree
141
142 * mranforest/MRanForestCalc.[h,cc]:
143 - copied code from MRFEnergyEst
144 - allow to set a name for the output container
145 - set numtry to 0 (auto)
146 - set ndsize to 1 (there is no auto mode)
147 - introduced variable for number of obsolete parameters
148
149 * mranforest/MRanTree.h:
150 - new data member to store resolution/error
151
152 * mranforest/Makefile, mranforest/RanForestLinkDef.h:
153 - removed MRFEnergyEst
154 - added MRanForestCalc
155
156 * mtools/MTFillMatrix.[h,cc]:
157 - added the possibility to use PreCuts befre filling the matrix
158 - added ReadEnv
159
160 * ganymed.rc, ganymed_onoff.rc:
161 - changed to new cuts trained with 1ES1218 and Crab-data
162 for maximum sigma*log10(excess)
163 - added new lines for CalcDisp
164
165
166
167 2005/11/18 Thomas Bretz
168
169 * mhflux/MMcSpectrumWeight.cc:
170 - fixed a problem with using X more than once in the formula
171
172 * ganymed.cc:
173 - improved UsageInfo
174
175 * macros/optim/optimdisp.C, macros/optim/optimenergy.C:
176 - added some more examples
177
178 * mbadpixels/MBadPixelsCalc.cc:
179 - updated authors
180
181 * mbase/BaseIncl.h:
182 - added TArrayD
183
184 * mbase/MLogHtml.cc:
185 - added some includes suggested by Ching-Cheng
186
187 * mbase/MMath.[h,cc]:
188 - added some function for the analytical result of special fits
189
190 * mfilter/MFEnergySlope.[h,cc]:
191 - some updated to make it better fit into Mars
192 - upadted the user interface
193
194 * mhflux/MHEnergyEst.[h,cc]:
195 - updated to let everything fit what is commonly used. This
196 was just discussed with Abelardo
197 - some updates to the plots
198
199 * mjobs/MDataSet.cc:
200 - added some includes suggested by Ching-Cheng
201 - upadted some output
202 - remove whitespaces from read TString
203
204 * mmc/MMcCorsikaRunHeader.h:
205 - added new Getter
206
207 * mranforest/MRanForest.cc:
208 - some updates to Grow-output
209
210
211
212 2005/11/16 Daniela Dorner
213
214 * datacenter/scripts/doqualityplots:
215 - added (putting output of plotdb.C) in the web
216
217 * datacenter/macros/plotdb.C:
218 - return 0 in case of failure and 1 in case macro finished without
219 problem
220
221
222
223 2005/11/16 Thomas Bretz
224
225 * datacenter/macros/plotdb.C:
226 - added new plot for camera inhomgeneity
227
228
229
230 2005/11/16 Daniela Dorner
231
232 * datacenter/macros/fillstar.C, setupdb.C:
233 - added new variable fInhomogeneity
234
235
236
237 2005/11/15 Thomas Bretz
238
239 * macros/optim/optimdisp.C, macros/optim/optimenergy.C,
240 macros/optim/rfenergyest.C, macros/optim/optimwobble.C:
241 - added some more comments
242 - updated
243
244 * mtools/MTFillMatrix.[h,cc]:
245 - added the possibility to use PreCuts like in MJOptim
246
247 * mjobs/MJSpectrum.[h,cc]:
248 - implemented long awaiting E^2dN/dE plot
249 - updated displaying result (formula)
250
251 * msql/MSQLServer.[h,cc]:
252 - added output of database name to GetName
253
254
255
256 2005/11/14 Daniela Dorner
257
258 * datacenter/macros/insertsequence.C:
259 - added possibility to set source name in sequence file
260
261
262
263 2005/11/14 Thomas Bretz
264
265 * MRFEnergyEst.[h,cc]:
266 - changed to allow for new regression method
267
268 * MRanForest.[h,cc]:
269 - taken TH's implementation of the RF regression
270 + updated includes
271 + added fUserVal
272 + removed ReadRF, WriteRF -- obsolete
273
274 * MRanForestGrow.[h,cc]:
275 - took out setting up the growing of the forest from this task
276 (currently it is done by MRanForest directly)
277 - adapted to changes in other classes as TH did.
278
279 * MRanTree.[h,cc]:
280 - changes taken from TH
281 + added copy-constructor
282 + upadted to allow regression
283
284 * Makefile, RanForestLinkDef.h:
285 - took out MRanForestCalc and MRanForestFill temporarily
286
287 * macros/optim/rfenergyest.C:
288 - added
289
290 * mhbase/MHMatrix.[h,cc]:
291 - added new constructor taking a TMatrix and a MDataArray as
292 argument
293
294
295
296 2005/11/12 Daniela Dorner
297
298 * datacenter/macros/buildsequenceentries.C:
299 - fixed typo (be careful: due to this typo the values for
300 L2TriggerTable in the DB and in the sequence files may be wrong)
301 - fixed bug introduced on 29th sept
302
303 * datacenter/scripts/rmlocks:
304 - fixed condition for removing lock-file
305
306 * datacenter/macros/filldotrun.C:
307 - added new arehucas version
308
309 * datacenter/macros/fillsignal.C,setupdb.C:
310 - added new variable (fPulsePosMean, fPulsePosRms)
311
312
313
314 2005/11/10 Thomas Bretz
315
316 * datacenter/macros/plotdb.C:
317 - added SignalInner/Outer
318 - set background color to White
319
320 * mhflux/MHEnergyEst.cc:
321 - added some comments
322
323 * mpointing/MSrcPosCorrect.[h,cc]:
324 - allow overwriting of dx,dy from resource file
325
326 * mreport/MReportTrigger.cc:
327 - fixed a typo of the indentation (two commands in one line)
328
329 * mjobs/MDataSet.cc:
330 - fixed reading the source catalog. Only as many chars
331 as the requested source name had were compared
332
333 * mjobs/MJCut.cc:
334 - print out the source coordinates in addition to its name
335
336 * mpointing/MPointingPos.[h,cc]:
337 - added Print function
338
339 * ganymed_onoff.rc:
340 - let the exponential fit fit all the background (decoupled
341 sclae and background-fit reagion)
342
343 * mhflux/MAlphaFitter.[h,cc]:
344 - changed the background fit in the case of a ThetaSq function
345 from a polynomial to a exponential
346
347
348
349 2005/10/11 Thomas Bretz
350
351 * mbase/MMath.cc:
352 - fixed a typo in SignificanceLiMaExc
353
354 * mhflux/MAlphaFitter.[h,cc]:
355 - added a comment
356 - increased ClassDef
357
358 * mhflux/MHAlpha.cc:
359 - correctly use SignificanceExc for bins instead of Significance
360
361
362
363 2005/10/11 Daniela Dorner
364
365 * datacenter/macros/setupdb.C:
366 - added column in Ganymed
367
368
369
370 2005/10/10 Thomas Bretz
371
372 * mbase/MMath.[h,cc]:
373 - added new function SignificanceLiMaExc
374
375 * mbase/MTime.[h,cc]:
376 - added new Setter SetAxisTime
377
378 * mcalib/MCalibCalcFromPast.cc:
379 - fixed some format in output
380
381 * mhcalib/MHCalibrationCam.cc:
382 - fixed a typo
383
384 * mhflux/MAlphaFitter.[h,cc]:
385 - added new data member fSiginificanceExc
386
387
388
389 2005/10/01 Thomas Bretz
390
391 * mjobs/MDataSet.[h,cc]:
392 - implemented two new options for constructor allowing to
393 change the default path to image data and sequence files
394 - fixed some typos
395
396 * mjobs/MSequence.[h,cc]:
397 - implemented new light condition "day" for completeness
398
399 * ganymed.cc:
400 - implemented two new options --ind and --ins
401
402 * datacenter/scripts/runganymed:
403 - added new option --ind= to ./ganymed
404
405
406
407 2005/10/01
408
409 * RELEASE 0.9.4.2
410
411
412
413 2005/09/30 Thomas Bretz
414
415 * callisto.rc, callisto_MarApr05.rc:
416 - replaced ScaleFactor by FileNameScale
417
418 * callisto_Dec04Jan05.rc:
419 - changed ScaleFactor from 0.919 to 0.852
420
421 * datacenter/macros/fillstar.C:
422 - new reference values for caluclating PSF
423
424 * mcalib/MCalibrateData.[h,cc]:
425 - added new option to read additional ScaleFactors from File
426
427 * mjobs/MJStar.cc:
428 - set maxima/minima for rms and currents plot
429 _ really display rms (former display was incorrectly Pedestal
430 instead of its rms
431
432 * mjobs/MJCalibration.cc:
433 - fixed a small bug in the display of unsuitable pixels.
434 (LoGainBlackout haven't been displayed, and previously excluded
435 pixels were wrong)
436
437 * mbadpixels/MBadPixelsCam.cc:
438 - small simplifications in GetPixelContent
439
440 * mmuon/MHMuonPar.cc:
441 - new reference line for 100%
442
443 * mpointing/MPointingDevCalc.cc:
444 - reset counter in PreProcess
445
446 * resources/calibration.rc:
447 - new file
448
449 * mbadpixels/MBadPixelsTreat.[h,cc]:
450 - implemented a new treatment of "no-signal". If a pixel
451 presumably contains no signal as detected by the arrival time
452 interpolation its interpolated signal is overwritten with
453 a gaus. The gaus mean and rms are taken from the corresponding
454 MPedPhotCams
455
456
457
458 2005/09/29 Daniela Dorner
459
460 * datacenter/macros/insertsequence.C:
461 - added (macro to insert manually changed sequences into the DB)
462
463 * datacenter/scripts/insertsequences:
464 - added (script to call insertsequence.C)
465
466 * datacenter/scripts/rmlock:
467 - added (script to remove lockfiles after 13 hours)
468
469
470
471 2005/09/27 Thomas Bretz
472
473 * mbase/MTime.[h,cc]:
474 - added function GetMoonPhase
475 - added function GetMoonPeriod
476 - added function GetMagicPeriod
477
478 * mcalib/MCalibrationRelTimeCalc.[h,cc]:
479 - fixed some wrong text alignment in output (therfor added
480 new member function)
481
482 * mmuon/MHMuonPar.[h,cc]:
483 - commented out old obsolete member function
484 - updated reference lines
485
486 * mmuon/MHSingleMuon.[h,cc]:
487 - if(abs(x-m)<x0) instead of if(x0<x-m && x0>x+m)
488 - changed the binning of the time histogram such that
489 there is a bin symmetric to 0
490 - reduced the start value sigma from 0.3 to 0.2
491 - added new member function CalcSize
492
493 * mmuon/MMuonSearchPar.[h,cc]:
494 - adapted some variable names to standard
495 - increased version number due to new variables in header
496 - added corresponding comment
497
498 * mmuon/MMuonCalibParCalc.cc:
499 - replaced wrong calculation of size via integral by
500 new member function CalcSize
501
502 * datacenter/macros/fillstar.C:
503 - updated reference values
504
505
506
507 2005/09/26 Markus Meyer
508
509 * mmuon/MMuonSearchPar.[cc,h]:
510 - Mean arrival time of core Pixels is calculated
511
512 * mmuon/MHSingleMuon.[cc,h]:
513 - new histogram fHistTime (TH1), which contents difference
514 of the arrival time between Mean arrival time of the core
515 pixels and every pixel in the margin around the circle.
516 The histogram is fitted by an gaussian distribution.
517 - fHistPhi is now a TProfile
518 - fHistPhi is only filled with pixels with an arrival time
519 of < 2 sigma difference to the fitted mean value
520
521 * mmuon/MMuonSetup.cc:
522 - fThresholdArcPhi is changed to 5 phe
523
524 * mmuon/MHMuonPar.cc:
525 - for the reference values to MC, the integral over the mean
526 values of the different radius bins is taken again
527
528
529
530 2005/09/22 Daniela Dorner
531
532 * datacenter/macros/fillsignal.C, setupdb.C:
533 - added new value (fMeanSignalInner/Outer)
534
535 * datacenter/macros/fillcalib.C, setupdb.C:
536 - changed precision of fArrTimeRmsInnser/Outer
537
538
539
540 2005/09/22 Thomas Bretz
541
542 * mbadpixels/MBadPixelsTreat.cc:
543 - implemented a new treatment for the time information developed
544 by S.Ruegamer, this should give much better response than the
545 old very primitive algorithm. This is especially important
546 for bad pixels due to bright stars as Ceta-Tauri
547
548 * mgeom/MGeomCam.[h,cc]:
549 - added new member function SeorNeighbors which sorts the neighboring
550 pixels clockwise
551 - call SortNeighbors in InitGeometry so that we always get a geometry
552 with clockwise sorted pixels.
553
554 * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
555 - new values for the spark-event-cut
556
557 * macros/optim/optimonoff.C:
558 - some typos fixed
559
560 * mjobs/MJSpectrum.cc:
561 - required missing MEnergyEst from ganymed.root... fixed.
562
563 * mreport/MReportStarguider.cc:
564 - made aware of new format 20050829-0
565
566 * msignal/MSignalCam.cc:
567 - added a check for unmapped pixels to case 6 and 7 in
568 GetPixelContent
569
570
571
572 2005/09/21 Thomas Bretz
573
574 * datacenter/macros/plotdb.C:
575 - changed some resolution values
576
577 * datacenter/macros/fillsignal.C:
578 - started support to fill mean interpolated signal into DB
579
580 * mfileio/MWriteRootFile.cc:
581 - added a FIXME comment
582
583 * mhvstime/MHSectorVsTime.h:
584 - added new function GetGraph
585 - increased version number (increase was forgotten some time ago)
586
587 * mimage/MImgCleanStd.cc:
588 - added some comments
589 - replaced IsPixelUsed/Core(int) by [int].IsPixelUsed/Core for
590 acceleration (some obsolete range checks are skipped)
591 - now the core status is explicily set in any case
592 - removed an obsolete range check in the ring cleaning
593 - the range checks became obsolete because with the new format
594 all pixels must exist.
595
596 * mjobs/MDataSet.cc:
597 - sort the sequence numbers instead of the file names (the file
598 name sort might be biased due to different paths)
599
600 * mjobs/MJob.[h,cc]:
601 - new static functions: SortArray
602
603 * mjobs/MSequence.cc:
604 - sort run-numbers as the sequences are sorted in MDataSet
605
606
607
608 2005/09/20 Daniela Dorner
609
610 * datacenter/scripts/runganymed:
611 - removed writing of summary file
612
613
614
615 2005/09/16 Thomas Bretz
616
617 * mbadpixels/MBadPixelsTreat.cc:
618 - removed obsolete artificial add of missing (zero supressed)
619 pixels
620 - removed obsolete MArrayD which stored the result of the
621 interpolation but was never used
622
623 * mcalib/MCalibrateData.cc :
624 - removed an obsolete calibConv=-1 in case the pixel is unsuitable
625 (UpdateConversionFactors)
626 - improved warning output in case the conv factor is out-of-range
627
628 * mcalib/MCalibrateRelTimes.cc:
629 - reordered the algorithm for the time calibration to make it faster
630 - replaced if(IsLoGainUsed()) by the new function GetArrivalTime in
631 MArrivalTimePix
632
633 * msignal/MArrivalTimePix.h:
634 - new getter function GetArrivalTime returning the arrival time
635 depending on the flag IsLoGainUsed()
636
637 * msignal/MSignalPix.h:
638 - removed '!' from fRing data member to allow the status unmapped
639 to be stored after the badpixel treatment
640 - increased version number
641 - removed some obsolete comments
642 - added Copy() member function
643
644 * mgeom/MGeomCam.[h,cc], mgeom/MGeomPix.h:
645 - new member function GetAngle
646
647 * mhvstime/MHSectorVsTime.[h,cc]:
648 - updated comments
649 - increased version number
650 - added new member function GetGraph
651
652 * msignal/MSignalPix.cc:
653 - updated comments
654 - updated Print()
655
656
657
658 2005/09/16 Daniela Dorner
659
660 * datacenter/macros/filldotrun.C:
661 - added new arehucas version
662
663
664
665 2005/09/12 Thomas Bretz
666
667 * callisto.cc:
668 - exchanged order of random and peak-search extracted pedestal in the
669 call of job4 (MJCalibrateSignal). It wasn't exchanged correctly when
670 the order of pedestal calculation was exchanged.
671
672 * mbadpixels/MBadPixelsCalc.cc:
673 - replaced return kFALSE in Processing by return kERROR to allow
674 the automatic analysis to detect this kind of fatal errors
675
676 * mbadpixels/MBadPixelsTreat.cc:
677 - fixed abug in the treatment of times. The indices of the neighbors
678 have never been requested but the index of the loop (0-5) instead.
679
680 * mbase/MStatusDisplay.[h,cc]:
681 - a simple improvement to the usage of DrawClonePad.
682
683 * mgui/MCamEvent.[h,cc]:
684 - new member function GetCameraMean
685
686 * mhflux/MHThreshold.h:
687 - fixed a typo in a comment
688
689 * mhvstime/MHSectorVsTime.cc:
690 - fixed a typo in the gsDefName
691
692 * mjobs/MDataSet.cc, mjobs/MSequence.cc:
693 - stop the loop evaluating sequence/run numbers is seqeunce in NaN
694
695 * mjobs/MJCut.cc:
696 - expand path-name to allow ~ in path name
697
698 * mpedestal/MPedPhotCam.cc, msignal/MSignalCam.cc:
699 - replaced sqrt(pixratio) by PixRatioSqrt
700
701 * msignal/MSignalCam.h:
702 - changed order of functions
703
704
705
706 2005/09/12 Daniela Dorner
707
708 * datacenter/scripts/copyscript:
709 - fixed small bug in change of 2005/08/29
710
711
712
713 2005/09/09 Thomas Bretz
714
715 * mgeom/MGeomPix.cc:
716 - fixed a problem with incorrectly set bits for outermost
717 pixels (introduced with the latest changes)
718
719 * mgeom/MGeomCam.[h,cc]:
720 - removed some obsolete comments
721
722
723
724 2005/09/09 Daniela Dorner
725
726 * datacenter/scripts/runcallisto:
727 - fixed problem in handling of filenames
728
729
730
731 2005/09/06 Thomas Bretz
732
733 * Makefile.conf.general:
734 - added libASImage
735
736 * mgeom/MGeomCam.[h,cc]:
737 - clone the whole container in any case not only if it is
738 different from MGeomCam
739 - unified the non-default and default constructor
740
741 * mgeom/MGeomPix.[h,cc]:
742 - initialize neighbors with empty values in constructor
743 - added some more default arguments
744
745 * mhist/MHCamera.[h,cc]:
746 - implemented new Draw-options "nopal", "abscontent"
747 - implemented more accurate handling of transparency
748 - new flags kNoScale and kNoUnused
749 - changed private stuff to protected
750
751 * mtools/Makefile, mtools/ToolsLinkDef.h:
752 - added new "tool" MagicJam
753
754 * mtools/MagicJam.[h,cc]:
755 - added
756
757 * mtools/jam/*.jam:
758 - games for Magic Jam
759
760
761
762 2005/08/29 Daniela Dorner
763
764 * datacenter/scripts/insertdatasets,
765 datacenter/macros/insertdataset.C:
766 - added handling of the new fiels fComment in the table DataSets
767
768 * datacenter/macros/setupdb.C:
769 - adapted to changes in the table DataSets
770
771 * datacenter/scripts/copyscript:
772 - added copying of the file to the directory
773 /magic/datacenter/totape
774
775 * datacenter/scripts/fillganymed:
776 - small bugfixes
777
778 * datacenter/macros/fillstar.C:
779 - fixed bug in change of 25.7.
780
781
782
783 2005/08/28 Daniela Dorner
784
785 * datacenter/scripts/dodatacheck:
786 - added 'find-todofile-algorithm' to this script to accelerate the
787 process of datacheck
788 - changed call of filldotraw.C
789
790 * datacenter/macros/getdolist.C:
791 - added fDataCheckDone for the option to get many todofiles to
792 accelerate the process of datacheck
793
794 * datacenter/macros/filldotrun.C:
795 - added check: if a run is a testrun, the flag for datacheck is
796 set to 'not to be done'
797
798 * datacenter/macros/filldotraw.C:
799 - removed database name from the queries
800
801 * datacenter/macros/setupdb.C:
802 - adapted to changes in the table MagicNumber
803 - adapted to changes concerning ganymed in the DB
804
805 * datacenter/macros/fillganymed.C:
806 - adapted to the new table Ganymed in the DB
807
808 * datacenter/scripts/fillganymed:
809 - added (script to fill the information of the ganymed*.root
810 files into the db)
811
812
813
814 2005/08/27 Daniela Dorner
815
816 * datacenter/scripts/dowebplots:
817 - excluded files from lapalma for this check, as there's a big
818 amount of files (this would cause problems with the array in
819 shell)
820
821 * datacenter/scripts/dodatacheck:
822 - fixed bug in finding rawfile and date of rawfile
823
824
825
826 2005/08/26 Daniela Dorner
827
828 * datacenter/scripts/dowebplots:
829 - added some logging
830 - improved algorithm
831
832
833
834 2005/08/25 Daniela Dorner
835
836 * datacenter/scripts/dowebplots:
837 - added (script to produce the plots for the websites out of the
838 rootfiles)
839
840
841
842 2005/08/24 Thomas Bretz
843
844 * macros/tutorials/threshold.C:
845 - added new example how to calculate the threshold
846
847 * mhflux/MHThreshold.cc:
848 - updated some comments
849
850
851
852 2005/08/22 Thomas Bretz
853
854 * mgeom/MGeomPix.h, mgeom/MGeomCam.[h,cc]:
855 - added new function GetDist returning the distance between two
856 pixels
857
858 * mhist/MHCamera.h:
859 - added new function (also to context menu) SetMinMax
860
861 * mhist/MHEvent.[h,cc]:
862 - added the possibility to set min and max values for the displayed
863 data
864 - added a new option to display the arrival time after cleaning
865
866 * mmain/MEventDisplay.cc:
867 - added the arrival time after cleaning to display
868 - set the min value in some displays to 0
869
870 * msignal/MSignalCam.cc:
871 - added the possibility to return the arrival time after cleaning
872
873
874
875 2005/08/18
876
877 * RELEASE 0.9.4.1
878
879
880
881 2005/08/17 Thomas Bretz
882
883 * mcalib/MCalibCalcFromPast.[h,cc]:
884 - reset the number of events fNumEvents in ReInit, because
885 the corresponding histograms get also reset. This prevents
886 the calibration from analysing partly filled histograms
887 - the number of cases in which the fChargeCalc->Finalize fails
888 are counted and written to the console
889 - In PostProcess all histograms and fChargeCalc are reset to
890 prevent the finalization of the histograms to fit partly filled
891 histograms and fail.
892
893 * mcalib/MCalibrationChargeCalc.h:
894 - added a member function ResetNumProcessed so that MCalibCalcFromPast
895 can 'switch off' the finalization in PostProcess
896
897 * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationChargeCam.cc,
898 mhcalib/MHCalibrationPulseTimeCam.cc:
899 - shortened some console output
900
901
902
903 2005/08/16 Thomas Bretz
904
905 * ganymed.cc:
906 - fixed a typo in Usage()
907
908 * mjobs/MDataSet.cc:
909 - fixed a typo in some output
910
911 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
912 - fixed some comments
913
914 * macros/dohtml.C:
915 - updated
916
917 * mhflux/MHDisp.cc:
918 - some small fixes to let the code not crash in on-only more
919 (still doesn't give reasonable results... maybe a fit to the
920 background would do it)
921
922 * mhflux/MHFalseSource.cc:
923 - removed some obsolete comment
924 - set initial marker color of stars in star display
925
926 * mjobs/MJCut.cc:
927 - added a small fix to get the correct parlist in on-only mode
928
929 * mpointing/MSrcPosCalc.[h,cc]:
930 - fixed source position handling in on-only mode
931
932
933
934 2005/08/11 Daniela Dorner
935
936 * datacenter/scripts/makecallistolinks:
937 - fixed path
938
939 * datacenter/scripts/runcallisto:
940 - improved locking
941
942 * datacenter/macros/getdolist.C:
943 - included removing of file for the case, that there's something
944 strange happening in the shell script
945
946
947
948 2005/08/08 Daniela Dorner
949
950 * datacenter/macros/buildsequenceentries.C:
951 - fixed some bugs
952 - added deleting of sequences
953
954 * datacenter/macros/resetallruns.C:
955 - fixed small bug
956
957 * datacenter/macros/fillstar.C:
958 - fixed bug
959
960 * datacenter/scripts/dodatacheck:
961 - fixed logging of sinope
962
963
964
965 2005/08/05
966
967 * RELEASE 0.9.4
968
969
970
971 2005/08/05 Daniela Dorner
972
973 * datacenter/macros/setupdb.C:
974 - exchanged in the table RunProcessStatus the column fFillDotRaw
975 by the column fDataCheckDone
976
977 * steps.rc:
978 - adapted to the needs of the new step fDataCheckDone in the table
979 RunProcessStatus
980
981 * datacenter/scripts/dodatacheck:
982 - added (script to do datacheck including filldotraw.C, sinope,
983 fillsinope.C, resetcolumn.C)
984
985 * datacenter/macros/filldotraw.C:
986 - adapted to the needs the new script dodatacheck
987
988 * datacenter/macros/fillsinope.C:
989 - adapted paths to the needs the new script dodatacheck
990 - removed test stuff
991
992 * datacenter/macros/getdolist.C:
993 - added if clause to reduce the number of runs for datacheck
994 (arrays in shell scripts are limited)
995 - added logging output
996
997 * datacenter/scripts/buildsequenceentries, fillcallisto,
998 checkfilesforsequenceavail, checkstardone, correcttime,
999 filesondisk, fillstar, insertdatasets, runganymed, runstar,
1000 doexclusions, writesequencefiles, runcallisto:
1001 - fixed typo and logging
1002
1003
1004
1005 2005/08/05 Thomas Bretz
1006
1007 * mpointing/MSrcPocCam.[h,cc]:
1008 - fixed a bug which caused problems if now source position was
1009 defined in the dataset.
1010
1011 * mastro/MAstroCatalog.[h,cc]:
1012 - added new base class TAttMarker
1013 - added new data mebers MAttLine for the two line types
1014 - some simplification to the atoi/atof stuff
1015 - added new helper class MAttLine
1016 - increased class version to 2
1017
1018
1019
1020 2005/08/04 Daniela Dorner
1021
1022 * datacenter/scripts/makecallistolinks:
1023 - added (script to make the links for the correct callisto.rc in
1024 case when callisto_Dec04Jan05.rc is needed)
1025
1026 * datacenter/macros/writesequencefile.C:
1027 - added writing of ZdMin and ZdMax to the sequencefile
1028
1029 * sinope.cc
1030 - added printing of Usage() in case of missing arguments
1031 - added option --outf to make it possible to give the filename
1032 (needed for automation of datacheck)
1033 - added output in txt-file in case of no events (needed for the
1034 evaluation of runs with no interlaced events)
1035 - small changes in output
1036
1037 * datacenter/macros/setupdb.C:
1038 - added new table (DataCheck)
1039
1040 * datacenter/macros/fillsinope.C:
1041 - added (macro to read in the sinope*.txt files and fill the
1042 information into the DB)
1043
1044 * datacenter/macros/filldotraw.C:
1045 - added (was before in the directory macros/sql/)
1046 - made some changes to include it into the automation
1047 added function make it possible to call the macro not only
1048 with the filename but also with the runnumber
1049
1050 * macros/sql/*:
1051 - removed (all macros are now in the datacenter directory)
1052
1053
1054
1055 2005/08/02 Thomas Bretz
1056
1057 * mjobs/MJStar.cc:
1058 - changed the muon cuts back after a discussion with Markus. I
1059 made a mistake interpreting the meaning of the cuts.
1060
1061
1062
1063 2005/08/03 Daniela Dorner
1064
1065 * datacenter/macros/getdolist.C:
1066 - added if-clause to distinguish between steps that need one todo
1067 file and steps that need one todo file per sequence/dataset (i.e.
1068 callisto, star, ganymed) and added writing of these files
1069
1070 * datacenter/scripts/runcallisto, runganymed, runstar:
1071 - adapted scripts to the changes in getdolist.C (removed lines to
1072 divide todo file, changed getting of todo file)
1073
1074 * datacenter/scripts/runcallisto:
1075 - added if-clause for the choosing of the correct callisto.rc
1076 (needed due to the new callist_MarApr05.rc which is applied
1077 between sequence 49736 and 53315
1078
1079
1080
1081 2005/08/02 Daniela Dorner
1082
1083 * datacenter/macros/buildsequenceentries.C:
1084 - fixed bug, added some logging output and comments
1085
1086
1087
1088 2005/08/02 Thomas Bretz
1089
1090 * callisto.rc, callisto_Dec04Jan05.rc:
1091 - new ScaleFactor (1% difference)
1092
1093 * callisto_MarApr05.rc:
1094 - new file, identical to callisto.rc but scale factor 5% different
1095
1096 * mhflux/MHPhi.[h,cc]:
1097 - some small improvements
1098 - commented code for further improvement
1099
1100 * mjobs/MJCut.cc:
1101 - implemented MHPhi for wobble mode
1102
1103 * mjobs/MJStar.cc:
1104 - repleced maximum deviation (45) in first muon cut by 35
1105 it is done anyhow in a later step and doesn't change in between
1106
1107 * datacenter/macros/fillstar.C:
1108 - now get muon data from MHMuonPar directly
1109
1110 * mmuon/MHMuonPar.[h,cc]:
1111 - implemented the function to get the reference values
1112 - updated psf reference line
1113 - implemented calib reference line
1114
1115
1116
1117 2005/08/01 Thomas Bretz
1118
1119 * mhflux/MHPhi.[h,cc]:
1120 - added
1121
1122 * mhflux/Makefile, mhflux/FluxLinkDef.h:
1123 - added MHPhi
1124
1125
1126
1127 2005/07/31 Daniela Dorner
1128
1129 * datacenter/macros/buildsequenceentries.C:
1130 - fixed bug in the new sequence-build algorithm (-> 2005/07/22):
1131 completely re-wrote the function CheckSequence() to make sure,
1132 that sequences which are not changed are not inserted once again
1133
1134
1135
1136 2005/07/30 Daniela Dorner
1137
1138 * datacenter/scripts/sourcefile:
1139 - added function to make a directory
1140
1141 * datacenter/scripts/buildsequenceentries, checkstardone, copyscript,
1142 checkfilesforsequenceavail, correcttime, doexclusions, filesondisk,
1143 fillcallisto, fillstar, insertdatasets, runcallisto, runganymed,
1144 runstar, writesequencefiles:
1145 - replaced making of directories by the function
1146
1147 * datacenter/macros/setupdb.C:
1148 - added column fTest in table Source to make building datasets
1149 easier
1150 - fixed small bug
1151
1152 * datacenter/macros/getdolist.C:
1153 - fixed small bug
1154
1155 * datacenter/macros/filldotrun.C:
1156 - inserted the two new arehucas version from July 2005
1157
1158
1159
1160 2005/07/29 Daniela Dorner
1161
1162 * datacenter/scripts/sourcefile:
1163 - added four more general paths to the sourcefile to make it
1164 easier to use the software for different users, paths and setups
1165
1166 * datacenter/scripts/buildsequenceentries, checkstardone,
1167 checkfilesforsequenceavail, correcttime, doexclusions, filesondisk,
1168 fillcallisto, fillstar, insertdatasets, runcallisto, runganymed,
1169 runstar, writesequencefiles:
1170 - adapted this scripts to the usage of the paths
1171
1172 * datacenter/macros/buildsequenceentries.C, findcacofiles.C,
1173 getdolist.C, writesequencefile.C:
1174 - adapted this macros to the usage of the paths
1175
1176 * datacenter/macros/buildsequenceentries.C, createdataset.C,
1177 resetcolumn.C:
1178 - fixed documentation of this macros
1179
1180
1181
1182 2005/07/27 Markus Meyer, Daniela Dorner
1183
1184 * datacenter/macros/fillstar.C:
1185 - implemented new algorithm and new values for the calculation
1186 of the muon parameter in the database
1187
1188
1189
1190 2005/07/28 Thomas Bretz
1191
1192 * mastro/MAstro.cc:
1193 - fixed a bug in Deg2Hms reported by Abelardo. It gave wrong
1194 results by 1./2pi
1195
1196
1197
1198 2005/07/27 Markus Meyer, Thomas Bretz
1199
1200 * mmuon/MHSingleMuon.[h,cc]:
1201 - added third (constant) parameter to arc width gaus fit
1202 - replaced nonsense GetMaximumBin as start value for fit
1203 by GetMaximum
1204 - replaced TH1F for fHistWidth by TProfile
1205
1206 * mmuon/MMuonSetup.cc:
1207 - set new threshold for arc width plot to 2
1208
1209 * star.rc:
1210 - replaced default for arc width threshold
1211
1212
1213
1214 2005/07/27 Thomas Bretz
1215
1216 * mhflux/MAlphaFitter.cc:
1217 - added a line at the cut value to PaintResults
1218
1219 * mhflux/MHDisp.cc:
1220 - replaced GetCosDelta/GetSinDelta by new GetNormAxis
1221
1222 * mhist/MHRate.cc:
1223 - replaced some warn by err
1224
1225 * mimage/MHillas.[h,cc]:
1226 - added new member function GetNormAxis
1227
1228
1229
1230 2005/07/26 Daniela Dorner
1231
1232 * datacenter/macros/fillsignal.C, setupdb.C:
1233 - changed format of variables fMeanPedRmsInner and fMeadPedRmsOuter
1234 from float(5,1) to float(6,2)
1235
1236
1237
1238 2005/07/26 Thomas Bretz
1239
1240 * mhflux/MHDisp.cc:
1241 - improved scaling for significance plot, so that significances
1242 similar to the ThetaSq plot come out
1243
1244 * mhvstime/MHSectorVsTime.[h,cc]:
1245 - implemented the possibility to set a minimum/maximum from outside
1246
1247 * mjobs/MJStar.cc:
1248 - added a plot of the pedestal rms vs time
1249 - set minimum and maximum for dc currents vs time
1250
1251 * mpedestal/MPedPhotCam.cc:
1252 - added a sanity in GetPixelContent for the index
1253
1254
1255
1256 2005/07/25 Daniela Dorner
1257
1258 * datacenter/macros/fillstar.C, setupdb.C:
1259 - changed format of variable fMeanNumberIsland from float(5,1) to
1260 float(6,2)
1261
1262
1263
1264 2005/07/25 Thomas Bretz
1265
1266 * mastro/MAstroSky2Local.[h,cc]:
1267 - allow setting a pointing deviation when calculating the rotation angle
1268
1269 * mhflux/MHDisp.[h,cc]:
1270 - added pot for a significance map
1271 - changed alignment range from 0.33/0.47 to 0.325/0.475
1272 - added fDeviation to calculation of Rotatio angle
1273 - removed some obsolete code
1274
1275 * mpointing/MPointingPos.[h,cc]:
1276 - added option to calculate Rotation angle using MPointingDev
1277
1278 * ganymed_onoff.rc, ganymed_wobble.rc:
1279 - added example for MPointingDevCalc
1280
1281 * mjobs/MDataSet.cc:
1282 - fixed an endless loop when a sequence is added twice
1283
1284 * mjobs/MSequence.cc:
1285 - fixed an endless loop when a run is added twice
1286
1287 * mjobs/MJPedestal.cc:
1288 - CheckEnv doesn't return kERROR, test for kFALSE instead
1289
1290 * mpointing/MPointingDev.h:
1291 - added fDevX
1292 - added fDevY
1293
1294 * mpointing/MPointingDevCalc.cc:
1295 - call SetDevXY instead of the starguider calibration in zd/az
1296
1297 * mpointing/MSrcPosCalc.cc:
1298 - added the DevXY to the source position if fDeviation!=NULL
1299
1300
1301
1302 2005/07/22 Daniela Dorner
1303
1304 * sinope.cc:
1305 - added option to select only data or only calibration events for
1306 the datacheck
1307
1308 * datacenter/scripts/runstar, runcallisto:
1309 - increased number of processes to ensure, that the runtime of a
1310 process doesn't exeed 12 hours
1311
1312 * datacenter/scripts/runganymed:
1313 - removed second execution of ganymed
1314
1315 * datacenter/scripts/:
1316 - small change in all scripts to make it easier to adapt scripts
1317 for a different user
1318
1319 * datacenter/macros/buildsequenceentries.C:
1320 - implemented new algorithm to build sequences: instead of
1321 checking the conditions of the runs after grouping them together
1322 the condition are taken into account for grouping the runs
1323 Attention: some sequences will change with this new algorithm!
1324
1325
1326
1327 2005/07/22 Thomas Bretz
1328
1329 * macros/tutorials/extendcam.C, macros/tutorials/hft.C:
1330 - some updates. Replaced MCerPhotEvt by MSignalCam
1331
1332 * mhflux/MHDisp.cc:
1333 - some more fixes to allow no-smearing
1334
1335 * mhft/MGeomCamMagicEnhance.cc:
1336 - replaced GetPixById by the id itself
1337
1338 * mimage/MImgCleanStd.cc:
1339 - do not check for the pedestal container if absolute cleaning
1340 has been chosen
1341
1342 * mjobs/MJCalibrateSignal.cc:
1343 - removed obsolete comments
1344
1345 * mreport/MReport.[h,cc]:
1346 - added some conversions for wrong version numbers
1347
1348 * mreport/MReportCamera.cc:
1349 - fixed a problem reading files with gkActiveLoadControlVersNum
1350 - added a fix for report files before 200407070
1351
1352 * mhvstime/MHSectorVsTime.[h,cc]:
1353 - added example to class reference
1354 - fixed possible crash in SetName and SetTitle
1355 - set default style to kFullDotMedium
1356 - removed seconds from default axis labels
1357 - changed default time labels size to 0.033
1358 - moved Draw code to Paint as in MHVsTime
1359 - fixed wrong return of kCONTINUE in Fill
1360
1361 * mhvstime/MHVsTime.cc:
1362 - removed seconds from default axis labels
1363
1364 * mjobs/MJStar.cc:
1365 - added Starguider info to output
1366 - added MHSectorVsTime to display mean DC current
1367 - allow skipping MHPointing for very old files without
1368 starguider reports
1369
1370 * mpointing/MHPointing.[h,cc]:
1371 - allow skipping MHPointing for very old files without
1372 starguider reports
1373 - removed displaying nominal Az
1374
1375 * mjobs/MJCut.cc:
1376 - implemented pointing correction by starguider
1377
1378 * mpointing/MPointingDevCalc.cc:
1379 - some minor updates
1380
1381 * mpointing/MSrcPosCalc.[h,cc]:
1382 - implemented usage of pointing deviation -- still in progress!
1383
1384 * mpointing/MSrcPosCorrect.[h,cc]:
1385 - inverted sign of pointing correction for anti-source
1386 - write telescope axis to parlist
1387
1388 * ganymed_wobble.rc:
1389 - added setup for polynom order 1
1390
1391
1392
1393 2005/07/21 Thomas Bretz
1394
1395 * mastro/MAstro.[h,cc]:
1396 - added new member function GetDevAbs
1397
1398 * mcamera/MCameraAUX.[h,cc]:
1399 - added new data members for counting house temperatures
1400 - increased class version number to 2
1401
1402 * mcamera/MCameraHV.[h,cc]:
1403 - added new data members for HV settings file name
1404 - increased class version number to 2
1405
1406 * mhflux/MHDisp.cc:
1407 - fixed handling of non-smearing
1408 - fixed calculation of number of entries for the two wobble
1409 histograms
1410
1411 * mjobs/MJStar.cc:
1412 - gave a new name to the task writing the Muon-tree
1413
1414 * mpointing/MHPointing.cc:
1415 - do not check the abs deviation but check both deviations
1416 independantly whether they make sense.
1417 - Plot only hour and minutes
1418
1419 * mpointing/MPointingPosCalc.h:
1420 - fixed wrong #ifndef
1421
1422 * mpointing/Makefile, mpointing/PointingLinkDef.h:
1423 - new class MPointingDev
1424 - new class MPointingDevCalc
1425
1426 * mpointing/PointingIncl.h:
1427 - removed TVector2
1428
1429 * mreport/MReportCamera.[h,cc]:
1430 - added interpretation CHTEMP and HVFIl valid since
1431 arehcas version 200507190 (incl)
1432
1433 * mreport/MReportDrive.cc:
1434 - moved code from GetErrorAbs to MAstro
1435
1436 * mreport/MReportStarguider.[h,cc]:
1437 - moved code from GetDevAbs to MAstro
1438 - added new getter returning a TVector2
1439
1440 * ganymed_onoff.rc, ganymed_wobble.rc:
1441 - added
1442
1443 * ganymed.rc:
1444 - updated
1445
1446
1447
1448 2005/07/19 Thomas Bretz
1449
1450 * mjobs/MJCut.cc:
1451 - write MSrcPosCam to output
1452 - write MSrcPosAnti to output
1453 - removed MEnergyEst from output
1454 - added MSrcPosCorrect to tasklist
1455
1456 * mjobs/MJSpectrum.cc:
1457 - removed MSrcPosCalc from tasklist for refilling
1458 - removed hillas calculation from tasklist for refilling
1459 (both need a better concept in MJCut: not writing to
1460 results file, but to summary file)
1461
1462 * mjobs/MJStar.cc:
1463 - removed MSrcPosCalc from tasklist (better this is always done
1464 correctly in MJCut)
1465 - added Starguider information to output
1466 - replaced Rate historams by new histogram MHRate
1467 - added new histogram MHPointing
1468
1469 * mpointing/MSrcPosCorrect.cc:
1470 - write new optical axis to parameter list
1471 - print a message if a correction is introduced for this run
1472
1473 * mreport/MReportStarguider.[h,cc]:
1474 - added GetDevAbs
1475
1476 * mhist/MHRate.[h,cc]:
1477 - added
1478
1479 * mhist/Makefile, mhist/HistLinkDef.h:
1480 - added MHRate
1481
1482 * mpointing/MHPointing.[h,cc]:
1483 - added
1484
1485 * mpointing/Makefile, mpointing/PointingLinkDef.h:
1486 - added MHPointing
1487
1488 * mcalib/MCalibrationCam.[h,cc]:
1489 - moved code of static function GetPulserColorStr into source file.
1490 Hopefully this 'repairs' a strange message some people got linking
1491 mars: `.gnu.linkonce.t._ZN15MCalibrationCam17GetPulserColorStrENS_13PulserColor_tE' referenced in section `.rodata' of mcalib/CalibCint.o: defined in discarded section `.gnu.linkonce.t._ZN15MCalibrationCam17GetPulserColorStrENS_13PulserColor_tE' of mcalib/CalibCint.o
1492 which was mainly annoying.
1493
1494 * mfbase/MF.cc:
1495 - changed order and handling in ReadEnv. This allows to overwrite
1496 already set resources in sponde (eg. MFMagicCuts.ThetaCut)
1497
1498 * mhbase/MH.cc:
1499 - first draft of a new palette introduced by Pepe (I got it from
1500 Hendrik)
1501
1502
1503
1504 2005/07/16 Thomas Bretz
1505
1506 * macros/dohtml.C:
1507 - some updates to the macro section
1508
1509 * mcalib/MCalibrationCam.h:
1510 - added new member function GetPulserColorStr to convert
1511 pulser color into string
1512
1513 * mcalib/MCalibrationPattern.h:
1514 - added new member function GetPulserColorStr to return
1515 pulser color a string
1516
1517 * mcalib/MCalibrationPatternDecode.cc:
1518 - fixed a typo in a comment
1519
1520 * mhflux/MHThetaSq.cc:
1521 - set default number of bins to 75
1522
1523 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]:
1524 - updated support for automatic weights. All cases should now
1525 be handled as accurate as possible.
1526
1527 * msignal/MC_calibration_weights_UV46.dat,
1528 msignal/MC_cosmics_weights46.dat:
1529 - new files
1530
1531
1532
1533 2005/07/14 Thomas Bretz
1534
1535 * mbadpixels/MBadPixelCam.[h,cc]:
1536 - added new function GetNumSuitable
1537
1538 * mcalib/MCalibrationChargeCalc.cc:
1539 - simplified FinalizeUnsuitablePixels()
1540
1541 * mcalib/MCalibCalcFromPast.cc:
1542 - when finalizing of unsuitable pixels fails return kERROR in
1543 Process
1544
1545 * mcalib/MCalibrationRelTimeCalc.cc:
1546 - simplified counting unreliable pixels
1547
1548 * mfilter/MFMagicCuts.[h,cc]:
1549 - replaced the m3long cut. m3long now is used to determin which
1550 origin might be the correct impact of the shower. This gives
1551 not so steep theta plots and the 2D plot can be done at the
1552 same time.
1553 - The sign of Disp stored in the paremeter list is now correctly
1554 aligned along the major axis of the shower. >0 for along major
1555 axis, <0 otherwise.
1556 - comment have been updated.
1557 - some old code had been removed
1558
1559 * mhflux/MHDisp.[h,cc]:
1560 - updated with a more appropriate calculation of a background model
1561
1562
1563
1564 2005/07/13 Abelardo Moralejo (2005/07/12)
1565
1566 * manalysis/MGeomApply.cc
1567 - Now, if the MGeomApply task has a serial number >0 (indicating
1568 most likely a specific telescope in a multi-telescope file), then
1569 apply the geometry only to objects with the same serial number.
1570 This is important for stereo setups in which the telescopes have
1571 cameras with different numbers of pixels. If the MGeomApply task
1572 has serial number 0 (default), it will apply the geometry to all
1573 found objects as it used to do.
1574
1575 * manalysis/MMcCalibrationUpdate.cc, mpedestal/MMcPedestalCopy.cc
1576 - Now the PreProcess adds the serial number also to MRawRunHeader
1577 and MMcRunHeader, since in stereo MC files produced with the
1578 current camera simulation at CVS there is one such container per
1579 telescope. There is no difference in behaviour for single
1580 telescope files. Old MC stereo files will no longer be readable.
1581
1582 * mimage/MNewImagePar.cc
1583 - Made calculation of "Inner size" valid also for camera geometries
1584 other than MAGIC standard one. The calculation of "inner leakage"
1585 is now made only for MAGIC standard geometry (there is no easy
1586 fix for that, but having fInnerSize and MHillas.fSize, the inner
1587 leakage is a completely unnecessary parameter). Added a comment on
1588 a possible fix for the calculation of fConc.
1589
1590 * mcalib/MMcCalibrationCalc.[h,cc]
1591 - Added member fMinSize and setter for it. It is the minimum
1592 (uncalibrated) size of events to be used in the calibration.
1593 Previously it was fixed at 1000 ADC counts, but the value depends
1594 on the extractor used, so it must be possible to change it.
1595 - Add the serial number to MRawRunHeader and MMcConfigRunHeader
1596 (now there is one per telescope in stereo files).
1597 - Moved the creation of histograms from the constructor to the
1598 PreProcess, otherwise the serial number is not added to the
1599 histogram name.
1600 - In PostProcess, set the average QE for area 0 (inner pixels) in
1601 MCalibrationQECam object, to be used later by MCalibrateData.
1602
1603 * macros/starmcstereo.C
1604 - Big update. Adapted to all changes above. Now not only relative, but
1605 also absolute calibration (=SIZE in phes) is made.
1606
1607 * mcalib/MCalibrateData.cc
1608 - In PreProcess, changed initialization of fRenormFactor. Formerly
1609 it was fixed to MCalibrationQEPix::gkDefaultAverageQE. Now we check
1610 first if there is a valid average QE for inner pixels in
1611 MCalibrationQECam, and if so, we inititalize fRenormFactor with it.
1612 Else, the default gkDefaultAverageQE is taken. fRenormFactor is
1613 used to convert back from photons to "equivalent inner pixel phes"
1614 in the (now default) case of calibrating in phes.
1615
1616
1617
1618 2005/07/13 Raquel de los Reyes (2005/07/12)
1619
1620 * merpp.cc
1621 - Added the container MCameraActiveLoad to the rootified central
1622 control files
1623
1624 * mreport/MReportCC.[h,cc]
1625 - Changes in the InterpreteBody to write the variable UPS status and
1626 the Time difference between GPS and rubidium clock.
1627
1628 * mreport/MReportCamera.cc
1629 - Changes in the InterpreteCamera and InterpreteBody functions to allow
1630 the data merpping from 2005_06_30.
1631
1632
1633
1634 2005/07/13 Abelardo Moralejo (2005/07/12)
1635
1636 * macros/starmcstereo.C
1637 - Fixed error which made some objects to be written twice in the
1638 _test_ output file.
1639
1640
1641
1642 2005/07/13 Patricia Liebing (2005/07/06)
1643
1644 * mhcalib/MHCalibrationChargeCam.cc:
1645 - include new flag (kLoGainBlackout) into the "uncalibrated"
1646 pixel classification (see docu from 28/06/2005 Markus Gaug)
1647
1648 * mbadpixels/MBadPixelsPix.[cc.h], mcalib/MCalibrationChargeCalc.cc
1649 - included flag kLoGainBlackout for unsuitable pixels w/
1650 corresponding docu/printout (see MHCalibrationChargeCam.cc)
1651
1652 * mhcalib/MHCalibrationPulseTimeCam.cc, MHCalibrationCam.cc
1653 - add Pixel ID to Debug printout statements
1654
1655 * mjobs/MJCalibration.cc
1656 - include new display for kLoGainBlackout unsuitable pixels
1657
1658
1659
1660 2005/07/13 Antonio Stamerra (2005/07/04)
1661
1662 * manalysis/MMcTriggerLvl2Calc.cc
1663 - the checks written on ReInit for MC have been moved to PreProcess()
1664 - kFALSE substituted with kSKIP in the check for the standard MAGIC
1665 geometry
1666
1667
1668
1669 2005/07/13 Abelardo Moralejo (2005/07/01)
1670
1671 * macros/starmc.C
1672 - Set two different cleaning tasks for the calibration loop and
1673 for the second (analysis) loop. Otherwise, some pixels were
1674 cleaned out in the first loop (we do not want this) if the
1675 absolute method was chosen.
1676
1677
1678
1679 2005/07/13 Abelardo Moralejo (2005/06/30)
1680
1681 * mmc/MTriggerDefine.h
1682 - Added TRIGGER_PIXELS_4, a provisional number of trigger pixels
1683 for the MGeomCamMagic1183 geometry.
1684
1685 * mgeom/MGeomCamMagic1183.[h,cc]
1686 - added. Possible design for a MAGIC-II camera. Preliminary
1687 version, not yet ready to use.
1688
1689
1690
1691 2005/07/13 Abelardo Moralejo (2005/06/29)
1692
1693 * mgeom/MGeomCamMagic1183.[h,cc]
1694 - added. Possible design for a MAGIC-II camera
1695
1696 * mgeom/Makefile, GeomLinkDef.h
1697 - added new class above.
1698
1699
1700
1701 2005/07/13 Markus Gaug (2005/06/28)
1702
1703 * mhcalib/MHCalibrationChargeCam.[h,cc]
1704 - set the fPickupLimit and fBlackoutLimit for the low-gain arrays
1705 to a 3.5 instead of the default used in MHCalibrationPix (5.0).
1706 - use a new criterium to exclude bad pixels: If the high-gain was
1707 saturated and the blackout-events in the low-gain exceed the
1708 fNumLoGainBlackoutLimit, the pixel is declared unsuitable.
1709 This excludes those pixels which have a saturating high-gain
1710 channel, but the low-gain switch does not switch often enough
1711 to make the distribution reliable.
1712
1713
1714
1715 2005/07/13 Markus Gaug (2005/06/23)
1716
1717 * mhcalib/MHCalibrationChargeCam.cc
1718 - fix a bug counting the number of saturated events. Up to now, the
1719 number of saturated slices was counted (which is one for a not too
1720 high number), but for some (pathological) pixels, many more slices
1721 saturated and produced wrong limits.
1722 - make the PickupLimit und BlackoutLimit for the low-gain explicitely
1723 smaller. The too large limits caused a failed fit for some channels
1724 which resulted in wrong calibration constants. (M. Gaug)
1725
1726
1727
1728 2005/07/13 Markus Gaug (2005/06/22)
1729
1730 * mjobs/MJPedestal.cc
1731 - change order of reading local environmnet variables in lines 1044
1732 to 1068. Reason: The lines:
1733 if (fExtractor==tenv.GetTask())
1734 return kTRUE;
1735 yielded sometimes a return before the rest of the env-variables
1736 could be read in. This affected ONLY the reading of the pedestal
1737 reference file and the bad pixels file name. (M. Gaug)
1738 - Added "decode" task (MTriggerPatternDecode) task to the list also
1739 for MC runs.
1740
1741 * mhcalib/MHCalibrationChargeCam.cc
1742 - fixed the setting of unreliability for saturated events where the
1743 high-gain signal was not stable over time. Now, saturation is
1744 asked for before (like in the high-gain fitted-case). (M. Gaug)
1745 - fixed a small bug in the precise setting of the histogram ranges.
1746 May have introduced a bias of typically 1 FADC cnt in the mean
1747 fitted signal (< 0.5%).
1748
1749 * mbadpixels/MBadPixelsPix.[h,cc]
1750 - took out the un-used bad pixels information in function:
1751 GetUnsuitableCalLevel().
1752 - debugged the class-documentation
1753
1754 * mcalib/MCalibrationIntensityChargeCam.cc
1755 - a very small fix in the axis title from N_phe to N_{phe}
1756 - fixed one bug in the draw-functions of this class. Not (yet) used by
1757 standard calibration.
1758 - +some undocumented changes
1759
1760 * mjobs/MJCalibration.cc
1761 - changed order in tasklist between MCalibColorSet and
1762 MPedCalcFromPedRun. Caused crashes in the intensity calibrations.
1763 Does not affect ordinary calibration since MPedCalcFromPedRun is
1764 then not in the tasklist anyhow.
1765 - changed order of MHCalibrationChargeCam and MCalibrationRelTimeCalc.
1766 This wrong order caused MCalibrationRelTimeCalc to print out
1767 unreliable pixels which were not set by the rel. time calibration.
1768 This caused some confusion in the reading of the output because of
1769 the un-logical order of flag settings and posterior output.
1770 - set the error of the hi-logain intercalibration constants
1771 as the real error on the mean instead of the sigma.
1772 - took out the those bad pixel-informations which are not used
1773 any more in the "Defect" - display. (M. Gaug)
1774
1775
1776
1777 2005/07/13 Markus Gaug (2005/06/21)
1778
1779 * mhcalib/MHCalibrationChargePix.h
1780 - take out one un-necessary 'virtual'-declaration for the Draw-
1781 function
1782
1783 * mhcalib/MHGausEvents.cc
1784 - fixed a small bug in the non-standard display with options.
1785
1786
1787
1788 2005/07/13 Markus Gaug (2005/06/19)
1789
1790 * msignal/MExtractTimeAndChargeSpline.cc
1791 - set fgOffsetLoGain from 1.7 to 1.39. This is the correct time
1792 shift between high-gain and low-gain. Affects only very detailed
1793 timing studies.
1794
1795 * msignal/MExtractTimeAndChargeDigitalFilter.cc
1796 - set fOffsetLoGain from 1.7 to 1.4 which corrects now exactly for
1797 the arrival time difference between low-gain and high-gain pulses.
1798 This wrong number could have had some effect on image cleanings
1799 using the time information. (M. Gaug)
1800
1801 * mcalib/MCalibrationBlindCam.[h,cc]
1802 - remove obsolete Copy-function
1803
1804 * mcalib/MCalibConstPix.h, mcalib/MCalibConstCam.h
1805 - introduce Copy-functions
1806 - set class index to 1 (was 0)
1807
1808 * mcalib/MCalibrationChargePix.[h,cc]
1809 - introduce Copy() function.
1810
1811
1812
1813 2005/07/13 Markus Gaug (2005/06/18)
1814
1815 * mpedestal/MPedestalCam.cc
1816 - modify Print() function to print out also the event-by-event
1817 averaged results.
1818
1819 * mpedestal/MExtractPedestal.[h,cc]
1820 - new flag fUseSpecialPixels (set to kFALSE per default)
1821 - new data member: fNameRawEvtData which can be set from outside
1822 (e.g. to "MRawEvtData2").
1823 - with these two changes, the special pixels can be extracted.
1824 Difference to previous version: if flag fUseSpecialPixels is set,
1825 * the area and sector averages are not calculated.
1826 * the MPedestalCam will get initialized to
1827 MRawRunHeader->GetNumSpecialPixels().
1828 - fix a bug in the calculation of the event-by-event averaged
1829 pedestal RMS (one total number of areas or sectors was not taken
1830 into account).
1831 - make local variables in the calculation of rms and mean doubles
1832 instead of floats.
1833
1834 * mpedestal/MPedCalcPedRun.cc
1835 - do not calculate the area and sector averages in case flag
1836 fUseSpecialPixels is set.
1837 - check for existence of pointer fRawEvt in PostProcess.
1838
1839 * mcalib/MCalibrationChargeCalc.[h,cc]
1840 - implement possibility to set reference number of photo-electrons from
1841 outside (stored in fExternalNumPhes).
1842
1843 * mcalib/MCalibrateData.[h,cc], mcalib/MCalibCalcFromPast.cc,
1844 mjobs/MJCalibrateSignal.cc:
1845 - write calibration constants now in separate
1846 MCalibrationIntensityConstCam. This is necessary since with the
1847 introduction of the averageing of mean photo-electrons, the
1848 MCalibrationIntensityChargeCam does not hold the correct conv.
1849 factors any more.
1850
1851 * mcalib/MCalibrateData.[h,cc]
1852 - get also pointers to the IntensityCams and use them if exist
1853 (previously, only the first calibration cam was used together
1854 with the updatecam.)
1855
1856
1857
1858 2005/07/13 Markus Gaug (2005/06/17)
1859
1860 * mcalib/MCalibrationIntensityCam.[h,cc]
1861 - take out some un-used or commented code (variables fOffsets and
1862 fSlopes). These data members were not in the streamter either.
1863 - put some of the most-used code from the .cc file into the .h file
1864 - add new function: SetCam().
1865
1866
1867
1868 2005/07/13 Markus Gaug (2005/06/15)
1869
1870 * mcalib/MCalibrationIntensityConstCam.[h,cc]
1871 - new class to store the actual applied conversion factors (now with
1872 averaged photo-electrons not in the MCalibrationIntensityChargeCam
1873 any more).
1874
1875 * mjobs/MJCalibration.cc
1876 - set the correct (statistical) error of the inter-calibraiton factor
1877 into MCalibrationChargePix::SetConversionHiLoErr() and the
1878 sigma of the distribution
1879 into MCalibrationChargePix::SetConversionHiLoSigma().
1880 - In MCalibrationChargePix, the mean conversion error is used for the
1881 statistical error of the conversion factor.
1882 - In CalibrateData, the sigma is used for the statistical error of the
1883 converted signal to equiv. high-gain charges.
1884
1885 * mcalib/MCalibCalcFromPast.[h,cc]
1886 - implement the mean photo-electron averageing for a desired number of
1887 calibration updates.
1888
1889 * mcalib/MCalibrateData.cc
1890 - use MCalibrationChargePix::GetConversionHiLoSigma() to calculate the
1891 error (was previously MCalibrationChargePix::GetConversionHiLoErr().
1892
1893 * callisto.cc
1894 - calculate first fixed window pedestal in MJPedestalY2,
1895 then sliding window pedestal in MJPedestalY3 (order reversed).
1896
1897
1898
1899 2005/07/13 Markus Gaug (2005/06/14)
1900
1901 * mcalib/MCalibrationHiLoPix.[h,cc]
1902 - store also results from profile fits.
1903 - increades class version
1904
1905 * mhcalib/MHCalibrationHiLoPix.[h,cc], mhcalib/MHCalibrationHiLoCam.[h,cc]
1906 - added TProfiles for every pixel filled with the high-gain signal
1907 vs. low-gain signal which can be fitted to extract gain and
1908 offset.
1909
1910 * mhcalib/Makefile, mhcalib/HCalibLinkDef.h
1911 - added MHCalibrationHiLoPix
1912
1913
1914
1915 2005/07/13 Markus Gaug (2005/06/10)
1916
1917 * mcalib/MCalibrationRelTimeCalc.cc
1918 - print out forgotten successfully calibrated pixels
1919 - small change in spacing of one output
1920
1921 * mhcalib/MHCalibrationCam.[h,cc]
1922 - introduce max. number of events, the rest gets skipped before the
1923 next ReInit() is called. Default: 4096
1924 Reason: The calibration causes too many un-reliable pixels if more
1925 than about 5000 events are treated (@500 Hz) because of the
1926 mode hopping of the VCSels. However, in the past, some
1927 calibration runs have been taken (erroneously) with more
1928 than 5000 events, especially the intensity scans where
1929 a good precision is needed.
1930 - increased version number
1931 - introduce a Getter for the fAverageAreaNum array.
1932 - re-normalize the area-averaged sigmas to the equivalent number per
1933 pixel also for the intensity calibration.
1934
1935 * mcalib/MCalibrationChargePix.[h,cc]
1936 - divide errors in stat. and syst. errors. Both can be retrieved
1937 now, depending on the study, one wants to make.
1938
1939 * mcalib/MCalibrationChargeCalc.[h,cc]
1940 - set a limit to the number of un-suitable and un-reliables pixels
1941 for the run to succeed: 0.1 unsuitables and 0.3 un-reliables
1942 - set UseExtractorRes to kTRUE, will raise the number of
1943 photo-electrons for the spline extractor by 1-2% (correctly).
1944 - re-normalize the pedestal RMS of the event-by-event averaged
1945 area events to the sqrt of the number of used pixels.
1946 - re-normalize the sigma of the event-by-event averaged area events
1947 by 1/F-Factor.
1948 - introduce switch to choose if un-reliables should be used for the
1949 calculation of mean number of phes (default: kTRUE).
1950 - print out the number of high-gain saturated pixels.
1951
1952
1953
1954 2005/07/13 Markus Gaug (2005/06/10)
1955
1956 * mjobs/MJCalibrateSignal.[h,cc]
1957 - skip also the PIN Diode events from the data calibration.
1958
1959
1960
1961 2005/07/13 Markus Gaug (2005/06/06)
1962
1963 * mhcalib/MHGausEvents.[h,cc]
1964 - put small functions into header file to speed up calculations a bit.
1965
1966 * mcalib/MCalibrationRelTimeCalc.cc
1967 - introduce flags to steer the setting of unreliability like done
1968 in MCalibrationChargeCalc. Can be steered from the conf-file.
1969
1970 * mbadpixels/MBadPixelsIntensityCam.[h,cc]
1971 - implement two Get and Draw-functions to display bad pixels over
1972 time like in the mcalib/MCalibrationIntensityChargeCam
1973
1974
1975
1976 2005/07/13 Markus Gaug (2005/06/03)
1977
1978 * mhcalib/MHCalibrationPulseTimeCam.cc
1979 - fill arrays only if IsOscillations() was asked. This is a speed
1980 bug and could cause important memory leaks. It does not affect the
1981 outcome of an analysis, however.
1982
1983
1984
1985 2005/07/13 Thomas Bretz
1986
1987 * mbase/MTaskInteractive.[h,cc]:
1988 - fixed a bug with calling ReInit... PostProcess was called instead.
1989 - added the missing initialisation of fReInit in constructor
1990
1991 * sinope.cc:
1992 - removed plotting the tasklist statistics twice
1993 - replaced DrawClone by DrawCopy (DrawClone gave problems)
1994
1995 * mhflux/MAlphaFitter.[h,cc]:
1996 - fixed the ThetaSq function. It was wrongly defined as
1997 exp(-((x-c)/s)^2) instead of exp(-1/2*((x-c)/s))
1998 - Set start value for corresponding fit back to same value
1999 as for a standard gauss-fit.
2000
2001
2002
2003 2005/07/12 Daniela Dorner
2004
2005 * datacenter/macros/buildsequenceentries.C:
2006 - fixed bug, that was caused by changes in TExMap in root_v4.04.02
2007
2008
2009
2010 2005/07/12 Daniela Dorner
2011
2012 * automatic-exclusions.rc:
2013 - added two automatic exclusions
2014
2015 * datacenter/macros/findcacofiles.C:
2016 - adapted query to ensure, that only existing caco-files are
2017 searched
2018
2019 * datacenter/macros/getdolist.C:
2020 - changed query to make sure, that new data is processed first
2021
2022 * datacenter/macros/resetallruns.C:
2023 - changed query to allow manual interaction in RunProcessStatus
2024
2025 * datacenter/scripts/runganymed:
2026 - fixed bug in choice of rc-file
2027
2028
2029
2030 2005/07/12 Thomas Bretz
2031
2032 * mhist/MHEvent.[h,cc]:
2033 - added MTime to output
2034
2035 * mastro/MAstroCatalog.cc:
2036 - added a fix which avoided reproducing the gui elements after
2037 reading from file
2038
2039 * mbase/BaseIncl.h:
2040 - added TVector3
2041
2042 * mbase/MMath.[h,cc]:
2043 - added Sgn function
2044 - moved include of TVector3 to source file
2045
2046 * mimage/MHillasExt.cc:
2047 - included TVector2
2048
2049 * mjobs/MJCut.cc:
2050 - write Disp to output
2051 - write MTime to output
2052 - changed handling of source position (MSrcPosCalc)
2053
2054 * mpointing/MSrcPosCalc.[h,cc]:
2055 - allow to switch off source pos calculation
2056
2057
2058
2059 2005/07/11 Thomas Bretz
2060
2061 * callisto.cc, ganymed.cc, mars.cc, showlog.cc,
2062 showplot.cc, sponde.cc, mimage/MImgCleanStd.cc:
2063 - fixed some typos
2064
2065 * mastro/MAstro.[h,cc]:
2066 - added new member function GetStringDeg and GetStringHor
2067
2068 * mastro/MAstroCatalog.cc:
2069 - don't display empty ": " in tooltip for sources without name
2070
2071 * mbase/MParContainer.cc, mbase/MTask.cc:
2072 - fixed usage of a ?:-operator
2073
2074 * mbase/MString.h:
2075 - added two new constructors
2076
2077 * mjobs/MDataSet.cc:
2078 - made sure that all files read later are sorted correctly.
2079 This is necessary to ensure correct reading of subsystem
2080 data.
2081 - skipped adding a sequence twice
2082
2083 - print effective on time only in debug mode
2084
2085 * mjobs/MSequence.cc:
2086 - skipped adding a run twice
2087
2088 * mpointing/MSrcPosCalc.cc:
2089 - reformatted the comments
2090 - add MTime and MPointingPos to branch list
2091 - fTime and fObservatory are now presearched in PreProcess
2092 to allow usage in macros having no RunHeaders (if they are
2093 not found no warning is printed!)
2094 - added sanity checks for these pointers in Process
2095
2096
2097
2098 2005/07/08 Thomas Bretz
2099
2100 * showplot.cc:
2101 - implemented the possibility to open a root interpreter
2102
2103 * mbase/MMath.cc:
2104 - added sanity checks in GaussProb
2105
2106 * mimage/MHillasExt.[h,cc]:
2107 - fixed some units
2108 - added Paint
2109
2110 * mimage/MNewImagePar.cc:
2111 - fixed Print output
2112
2113 * mmain/MEventDisplay.cc:
2114 - print a separator between two events
2115 - Draw MHillasExt, too
2116
2117 * mmuon/MMuonCalibPar.cc, mmuon/MMuonSearchPar.cc:
2118 - fixed Print output
2119
2120 * mimage/MHillas.cc:
2121 - implemented plotting a estimate of disp
2122 - fixed some units in output
2123 - fixed the special case in which the shower is symmetric to
2124 the axis
2125
2126 * mimage/MHillasCalc.cc:
2127 - skipped printing the removed case 4 from MHillas::Calc
2128
2129 * mbase/MStatusDisplay.cc:
2130 - fixed wrong "save as" in "open" dialog
2131
2132 * mbase/MTaskInteractive.[h,cc]:
2133 - added ReInit
2134
2135 * mhflux/MAlphaFitter.cc:
2136 - fixed the standard polynom order (0 instead of 1) for
2137 difference histogram
2138 - changed default start velue for gauss sigma in case of kThetaSq
2139
2140 * mhflux/MHAlpha.cc, mhflux/MHCollectionArea.cc,
2141 mhflux/MHEffectiveOnTime.cc, mhflux/MHThetaSq.cc,
2142 mjobs/MJCut.cc:
2143 - enhanced zenith angle range
2144
2145 * mhflux/MHFalseSource.h:
2146 - made GetCatalog protected
2147 - made SetOffData virtual
2148
2149 * mhflux/MHThreshold.cc:
2150 - enabled Sumw2
2151
2152 * mjobs/MJCut.cc:
2153 - removed BinningEnergyEst
2154
2155 * mpointing/MPointingPos.h:
2156 - added copy constructor
2157
2158 * mpointing/MSrcPosCorrect.cc:
2159 - added a comment
2160
2161 * mranforest/MRFEnergyEst.[h,cc]:
2162 - now stores the mean energy of the bins in the forest
2163 - implemented several interpolation methods
2164
2165
2166
2167 2005/06/28 Thomas Bretz
2168
2169 * mfilter/MFMagicCuts.[h,cc]:
2170 - first full implementation... updates to come.
2171
2172 * mhbase/MH.[h,cc]:
2173 - added new member function to set several palettes
2174
2175 * mhflux/MHDisp.[h,cc]:
2176 - fixed z-axis dscription
2177 - rotate filling off data by 180 deg.
2178 - implemented subtracting off-data from on-data
2179 - set different palettes
2180
2181 * mhflux/MMcSpectrumWeight.[h,cc]:
2182 - implemented additional weight for zenith-angle- and size-bins
2183
2184
2185
2186 2005/06/27 Thomas Bretz
2187
2188 * macros/optim/optimenergy.C:
2189 - changed algorithm from Simplex to Migrad
2190 - fixed a typo (RunDisp)
2191
2192 * mhflux/FluxLinkDef.h, mhflux/Makefile:
2193 - added new class for threshold calculation
2194
2195 * mhflux/MHCollectionArea.cc:
2196 - replaced BinningEnergy by BinningEnergyEst
2197
2198 * mimage/MHHillasSrc.cc:
2199 - set minimum of fAlpha, fCosDA and fDCADelta to 0
2200
2201 * mjobs/MDataSet.cc:
2202 - improved reading source position
2203
2204 * mranforest/MRanForest.[h,cc]:
2205 - implemented a value describing the forest (eg. corresponding
2206 energy)
2207 - increased ClassVersion
2208
2209 * mtrigger/MFTriggerPattern.cc, mtrigger/MTriggerPattern.cc,
2210 mtrigger/MTriggerPatternDecode.cc
2211 - improved dox (thx to Nicola)
2212
2213 * mjobs/MJStar.cc:
2214 - implemented a new write task which only writes the effective
2215 on time. This is necessary otherwise for example the image
2216 cleaning could skip effective on-time events.
2217
2218
2219
2220 2005/06/17 Thomas Bretz
2221
2222 * mbase/MArgs.[h,cc]:
2223 - handle possible char \015 in arguments
2224
2225 * mdata/MDataArray.h:
2226 - added Print function to //*MENU*
2227
2228 * mhflux/MAlphaFitter.[h,cc]:
2229 - added new Option for Scale: Fixed
2230 - fixed typo in IsEnvDefined for Signalfunction
2231
2232 * mhist/MHCamera.cc:
2233 - plot profile in deg instead of mm
2234
2235 * mjobs/MDataSet.[h,cc]
2236 - changed error handling when reading source catalog
2237
2238 * mjobs/MJCut.cc:
2239 - added MImagePar to output
2240 - take new error handling into account when reading source catalog
2241
2242 * mjobs/MJSpectrum.cc:
2243 - print energy estimator
2244 - removed the double minus displaying the fitted spectrum
2245
2246 * mjoptim/MJOptimizeDisp.cc, mjoptim/MJOptimizeEnergy.cc:
2247 - print rule when optimization has finished
2248
2249 * mmain/MBrowser.cc:
2250 - replaced old path with new path to datacenter
2251
2252 * mranforest/MRFEnergyEst.[h,cc]:
2253 - store binning in new data member fBinning to avoid many calles
2254 to atof
2255
2256
2257
2258 2005/06/15 Daniela Dorner
2259
2260 * datacenter/macros/createdataset.C:
2261 - added function to read in input from txt-file
2262
2263 * datacenter/macros/insertdataset.C:
2264 - fixed bug -> no new sourcenames can be inserted by this macro
2265
2266 * datacenter/macros/writesequencefile.C:
2267 - fixed small bug in logging-output
2268
2269
2270
2271 2005/06/13 Daniela Dorner
2272
2273 * datacenter/macros/createdataset.C:
2274 - added (macro to write simple datasetfile)
2275
2276 * datacenter/macros/buildsequenceentries.C:
2277 - fixed bug introduced 12.5.2005
2278
2279 * datacenter/scripts/copyscript:
2280 - fixed bug
2281
2282
2283
2284 2005/06/13 Thomas Bretz
2285
2286 * mcalib/MCalibrationHiLoCam.h:
2287 - added Print to //*MENU*
2288
2289 * mhflux/MHThetaSq.[h,cc]:
2290 - added resources for fNumBinsSignal and fNumBinsTotal
2291
2292 * mjobs/MJSpectrum.[h,cc]:
2293 - implemented weighting in theta, so we get better statistics
2294 - improved output
2295 - added plotting other spectras
2296
2297 * Makefile:
2298 - added new directory mjoptim
2299
2300 * manalysis/MEnergyEstimate.[h,cc]:
2301 - derives now from a new more genral class MParameterCalc
2302
2303 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
2304 - added new class MParamterCalc
2305
2306 * manalysis/MParameterCalc.[h,cc]:
2307 - added new class MParamterCalc
2308
2309 * mbase/MLog.cc:
2310 - do not display 'underline' if fIsNull output
2311
2312 * mhbase/MBinning.cc:
2313 - removed some obsolete comments fixed old stylish SetBinningCos
2314
2315 * mhflux/MAlphaFitter.[h,cc]:
2316 - background fit can now be switched off
2317 - removed some obsolete comments
2318 - adapted Print output
2319 - added new option to change signal function type
2320 - adde new Strategy option: kGaussSigma
2321
2322 * mhflux/MHAlpha.[h,cc]:
2323 - output the gauss sigma to the parameter list
2324
2325 * mhflux/MHThetaSq.h:
2326 - mase InitMapping public (used in MJOptimizeDisp)
2327
2328 * mjobs/JobsLinkDef.h, mjobs/Makefile:
2329 - removed MJOptimize*
2330
2331 * mjobs/MJOptimize.[h,cc]:
2332 - allow minimization of something else than MinimizationValue
2333
2334 * mjobs/MJOptimizeEnergy.[h,cc]:
2335 - added class description with example
2336 - added weighting task to RunEnergy (untested)
2337
2338 * mtools/MChisqEval.[h,cc]:
2339 - added comments
2340 - print result in Postprocess
2341 - allow to give a different name to the result
2342
2343 * mjobs/MJOptimize*:
2344 - finally moved to new dir mjoptim
2345 - new class MJOptimizeDisp
2346
2347
2348
2349 2005/06/10 Daniela Dorner
2350
2351 * datacenter/scripts/copyscript:
2352 - adapt script to new machine
2353
2354
2355
2356 2005/06/10 Thomas Bretz
2357
2358 * datacenter/macros/plotdb.C:
2359 - set minimum and maximum also for ZA graph
2360
2361 * mdata/MDataChain.cc:
2362 - fixed a possible crash to to NULL-acess in GetDataMember
2363
2364 * mhbase/MBinning.[h,cc]:
2365 - added a new binning type "asin" which is used for the
2366 ZA binning
2367
2368 * mhflux/MAlphaFitter.cc:
2369 - allow polynom order 1
2370 - improved result line in PaintResult
2371
2372 * mhflux/MHAlpha.cc:
2373 - call PaintResult also in DrawAll
2374
2375 * mhflux/MHCollectionArea.cc:
2376 - removede nonsense A_{eff} from plot
2377
2378 * mhflux/MHDisp.cc:
2379 - fixed a possible crash if fSrcPos==NULL
2380
2381 * mhflux/MHAlpha.cc, mhflux/MHCollectionArea.cc,
2382 mhflux/MHEffectiveOnTime.cc, mhflux/MHEnergyEst.cc,
2383 mjobs/MJCut.cc:
2384 - replaced SetEdgesCos by new SetEdgesASin (set the correct binning)
2385 the old binning was not well aligned with the MC binning
2386
2387 * mhflux/MMcSpectrumWeight.[h,cc]:
2388 - added the possibility to set ZA-weights
2389 (Could be improved calculating correst sine-weights)
2390
2391 * mimage/MHVsSize.cc:
2392 - fixed. Conc1 was incorrectly scaled
2393
2394 * mjobs/MDataSet.h:
2395 - added getter for TLists
2396
2397 * mjobs/MJCut.cc:
2398 - in non-wobble mode the hcalc2 had been wrrornously added
2399 to the tasklist -> removed
2400
2401 * mjobs/MJOptimize.h:
2402 - added a comment for EnableTestTrain
2403
2404 * mpointing/MSrcPosCam.[h,cc]:
2405 - implemented Add member function
2406
2407 * mranforest/MRFEnergyEst.[h,cc]:
2408 - fixed a problem with the removal of the last columns
2409 - implemented debug-mode
2410 - interpolate energy in logarithmic grid
2411 - removed Test function completely
2412 - added ReadEnv
2413
2414 * mranforest/MRanTree.[h,cc]:
2415 - replaced some TMatrixFRow by TMatrixFRow_const
2416
2417 * mpointing/MSrcPosCorrect.[h,cc]:
2418 - added
2419
2420 * mpointing/Makefile, mpointing/PointingLinkDef.h:
2421 - added MSrcPosCorrect
2422
2423 * mhflux/MHDisp.cc:
2424 - fixed the scaling of the abs-limit of m3l above which
2425 we assume that the 3rd moment is a good measurement for the
2426 correct disp point
2427
2428
2429
2430 2005/06/08 Daniela Dorner
2431
2432 * datacenter/scripts/checkstardone:
2433 - fixed bug
2434 - added check
2435
2436 * datacenter/scripts/runstar, runcallisto, runganymed:
2437 - added -v4 to commandlines
2438
2439
2440
2441 2005/06/07 Daniela Dorner
2442
2443 * datacenter/scripts/runstar, runcallisto:
2444 - fixed bug in filenumber calculation
2445
2446
2447
2448 2005/06/06 Daniela Dorner
2449
2450 * datacenter/scripts/runganymed:
2451 - fixed bug in second commandline
2452
2453
2454
2455 2005/06/03 Thomas Bretz
2456
2457 * ganymed.cc:
2458 - fixed the wrong printout of ganymed
2459
2460 * mars.cc:
2461 - allow to open a file via commandline
2462
2463 * mars.rc:
2464 - added some more comments
2465
2466 * mcalib/MCalibrateRelTimes.cc:
2467 - removed obsolete comments
2468
2469 * mmain/MEventDisplay.cc:
2470 - implemented muon analysis
2471 - fixed a crash caused by the DF
2472
2473 * mmain/Makefile:
2474 - added -I../mmuon
2475
2476 * mmuon/MMuonCalibPar.cc:
2477 - updated Print output
2478
2479 * mmuon/MMuonSearchPar.[h,cc]:
2480 - updated print output
2481 - added Paint function
2482
2483 * mranforest/MRFEnergyEst.h:
2484 - fixed thw wrong data types in setters
2485
2486 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
2487 - don't try to find automatic weights without template file name
2488
2489 * mjobs/MJStar.cc:
2490 - set bit MFillH::kDoNotDisplay for fillmuon
2491
2492 * mmuon/MHSingleMuon.[h,cc]:
2493 - store function in hist
2494 - added Paint member function
2495
2496
2497
2498 2005/06/03
2499
2500 * RELEASE 0.9.3
2501
2502
2503
2504 2005/06/03 Thomas Bretz
2505
2506 * mjobs/hilocalib_sp1.root, mjobs/hilocalib_sp1_mc.root:
2507 - updated
2508
2509 * callisto.rc:
2510 - MJPedestalY2.MaxEvents: 2000 replaced by 5000 as in
2511 callisto_Dec04Jan05.txt
2512
2513 * manalysis/MMultiDimDistCalc.h:
2514 - changes to layout
2515
2516 * mbadpixels/MBadPixelsCalc.cc:
2517 - improved sanity checks
2518
2519 * mbase/MEvtLoop.cc:
2520 - fixed a bug which could cause Eventloop to crahs if
2521 parlist was not initialized
2522
2523 * mdata/MDataArray.[h,cc]:
2524 - added copy constructor
2525
2526 * mhbase/MFillH.cc:
2527 - made sure that no constructor can crash due to NULL pointers
2528
2529 * mhbase/MHMatrix.[h,cc]:
2530 - first check in AddColumn if the column is available. Afterwards
2531 check whether it can be added
2532 - added new interfaced to single rows
2533
2534 * mhflux/MMcSpectrumWeight.cc:
2535 - slight change to screen output
2536
2537 * mjobs/MJPedestal.cc:
2538 - slight change to screen output
2539
2540 * mpedestal/MPedCalcPedRun.cc:
2541 - fixed a bug which caused MC files not to work treat them now
2542 as pedestal files (always)
2543
2544 * mranforest/MRFEnergyEst.[h,cc]:
2545 - improved the code and the interface
2546
2547 * mranforest/MRanForestGrow.[h,cc]:
2548 - derives now from MRead to be able to use the bar in the
2549 display
2550
2551 * mtools/MTFillMatrix.[h,cc]:
2552 - allow to fill a single matrix with all events
2553
2554 * datacenter/macros/plotdb.C:
2555 - display values versus Mean of ZdMin and ZdMax instead of ZdMin
2556
2557
2558
2559 2005/06/02 Markus Gaug (2005/06/01)
2560
2561 * mcalib/MCalibrationChargeCalc.cc
2562 - lower fgPheErrLowerLimit from 9.0 to 6.0. This is necessary to
2563 exclude 2 very ringing pixels in September which - when kept -
2564 destroy the image cleaning around them.
2565
2566
2567
2568 2005/06/02 Markus Gaug (2005/05/31)
2569
2570 * mjobs/MJCalibration.cc
2571 - The MFTriggerPattern filters out all events taken with the
2572 CT1-pulser and data format version greater than 4.
2573 Demand now that the filter is put into the task list only if the
2574 calibration colour is not kCT1.
2575
2576
2577
2578 2005/06/02 Markus Gaug (2005/05/26)
2579
2580 * mpedestal/MPedCalcPedRun.cc
2581 - fixed bug in recognition of pedestal bit - affects only intensity
2582 calibration.
2583
2584 * mhcalib/MHCalibrationChargeCam.cc,
2585 mhcalib/MHCalibrationRelTimeCam.cc:
2586 - do not draw to status display if histogram is empty. This
2587 caused some error messages from root.
2588
2589
2590
2591 2005/06/02 Thomas Bretz
2592
2593 * callisto.cc:
2594 - made "-raw" the default
2595 - switched bad pixel check on for MJPedestalC2
2596
2597 * callisto_Dec04Jan05.rc:
2598 - reduced MJPedestalY2.ExtractWinRight from 4.0 to 2.0
2599
2600 * mhflux/MHThetaSq.[h,cc]:
2601 - added missing InitMapping
2602
2603 * mjobs/MJCalib.cc:
2604 - set default for fDataFlag to kIsUseRawData
2605
2606 * mjobs/MJOptimizeCuts.cc:
2607 - added some sanity checks if CreateHistNew couldn't create
2608 the histogram
2609
2610 * mjobs/MJPedestal.[h,cc]:
2611 - implemented a possible deadpixel check
2612
2613 * star.rc:
2614 - added a missing template line
2615
2616 * mbadpixels/MBadPixelsCalc.[h,cc]:
2617 - changed to allow different upper and lower cuts in pedestal
2618 variance
2619
2620 * mfilter/MFCosmics.cc:
2621 - allpix were not increased correctly if a saturated pixel
2622 was skipped
2623
2624 * mjobs/MJCalibrateSignal.cc:
2625 - changed name of "Interp'd" to something more accurate
2626
2627 * msignal/MExtractFixedWindow.cc:;
2628 - removed case 12 for logain resolution as it is in bcn cvs
2629 but nowhere documented
2630
2631 * callisto.rc:
2632 - added new template line for dead pixel check
2633 - added correction factor determined from Muon analysis
2634
2635 * callisto_Dec04Jan05.rc
2636 - added correction factor determined from Muon analysis
2637
2638 * mhflux/MMcSpectrumWeight.cc:
2639 - small change to output
2640
2641
2642
2643 2005/06/01 Thomas Bretz
2644
2645 * mjobs/MJOptimize.[h,cc]:
2646 - moved code for cut optimization to MJOptimizeCuts
2647 - moved code for energy optimization to MJOptimizeEnergy
2648
2649 * mjobs/MJOptimizeCuts.[h,cc], mjobs/MJOptimizeEnergy.[h,cc]:
2650 - added
2651
2652 * mjobs/Makefile, mjobs/JobsLinkDef.h:
2653 - added MJOptimizeCuts
2654 - added MJOptimizeEnergy
2655
2656 * showplot.cc:
2657 - set window name to input file name
2658
2659 * mcalib/MCalibColorSet.cc:
2660 - changed order of checks so that an explicit color is
2661 prior to any automatic detection.
2662
2663 * mcalib/MCalibrateData.[h,cc]:
2664 - implemented setting a possible additional scale factor
2665 (for MC it is always reset to 1)
2666
2667 * mfilter/MFCosmics.cc:
2668 - don't count saturated hi-gain pixels at all. It should
2669 not be necessary, because such pixels should have a value
2670 high enough in the high-gains but it seems sometimes they don't
2671
2672 * mhflux/MHAlpha.[h,cc]:
2673 - changed some orders in header
2674 - made some private data members protected
2675 - Call GetVal() if fMap[0]<0. This is necessary if the fill
2676 value is calculated on-the-fly (like ThetaSq)
2677 - made InitMapping virtual
2678
2679 * mhflux/MHDisp.cc:
2680 - removed 'Get-Entries' workarund
2681 - changed the function integartion for the significance
2682
2683 * mhflux/MHThetaSq.[h,cc]:
2684 - overwrite InitMapping because ThetaSq should be read from
2685 the parlist always
2686
2687 * mimage/MHHillas.cc:
2688 - set histogram minimum of Delta to 0
2689
2690 * mpedestal/MPedPhotCam.cc:
2691 - check for unsuitable pixels when calculating the means not
2692 only for the UnsuitableRun ones
2693
2694 * msignal/MExtractor.cc:
2695 - replaced wrong %2d by %2f
2696
2697
2698
2699 2005/06/01 Daniela Dorner
2700
2701 * datacenter/scripts/runcallisto:
2702 - added writing html-logs
2703 - added --auto-time-stop for merpping(ccupdate)
2704
2705 * datacenter/scripts/runganymed:
2706 - added writing html-logs
2707 - added second execution of ganymed
2708 - adapted to correct usage of config-files
2709 - fixed bug
2710
2711 * datacenter/scripts/runstar:
2712 - added writing html-logs
2713 - minor change in logpath
2714
2715
2716
2717 2005/05/31 Daniela Dorner
2718
2719 * datacenter/macros/fillstar.C, plotdb.C:
2720 - added two new parameters
2721
2722 * datacenter/macros/setupdb.C:
2723 - adapted to changes in DB (added two columns)
2724
2725
2726
2727 2005/05/31 Thomas Bretz
2728
2729 * mfileio/MReadReports.[h,cc]:
2730 - changed such that it can force prereading of the first event of
2731 a sequence after PreProcess
2732
2733 * mfileio/MReadTree.h:
2734 - added some comment about the new bits used in MReadReports
2735
2736 * mhflux/MHDisp.cc:
2737 - changed fit limit from 1.1 to 1.0
2738 - fixed access to wrong axis
2739
2740 * mhflux/MHEffectiveOnTime.cc:
2741 - fixed a bug which caused the first bin of the histograms
2742 vs time to disapear in PostProcess, which gave wrong results
2743 on the screen. The output and all following programs not
2744 directly accessing the histograms haven't been affected
2745
2746 * mjobs/MJCalib.cc:
2747 - HasEnv for boolean type resources is obsolete and has been
2748 removed
2749
2750 * mjobs/MJCalibrateSignal.cc:
2751 - removed MPointingPosInterpolate
2752 - adapted usage of MReadReports to changes
2753
2754 * mjobs/MJCut.cc, mjobs/MJStar.cc:
2755 - adapted usage of MReadReports to changes
2756 - made Drive-tree a 'required' tree
2757
2758 * mjobs/MJStar.cc:
2759 - removed "Events" from setting up rate and effective on time
2760 tasks to tlist2. It is obsolete because calibration events
2761 don't enter star at all.
2762
2763 * mpointing/MPointingPosCalc.[h,cc]:
2764 - assume that the run-type is real-data if Process is called before
2765 ReInit
2766
2767 * merpp.cc:
2768 - new options: --auto-time-start --auto-time-stop
2769
2770 * mbadpixels/MBadPixelsTreat.cc:
2771 - removed the checks in the algorithm whether the current pixel
2772 is NULL. MSignalCam doesn't support zero supression anymore.
2773 GetPixById has been replaced by the []-operator
2774
2775
2776
2777 2005/05/30 Thomas Bretz
2778
2779 * msql/MSQLServer.cc:
2780 - added possibility to setup SelectDatabase from resource file
2781
2782 * mbadpixels/MBadPixelsCalc.[h,cc]:
2783 - implemented the possibility to use the check routine
2784 from outside
2785 - check now returns kFALSE if more than 50% of all
2786 pixels are marked as unsuitable
2787
2788 * mhflux/FluxLinkDef.h, mhflux/Makefile:
2789 - added MHDisp
2790 - added MMcSpectrumWeight
2791
2792 * mhflux/MHFalseSource.[h,cc]:
2793 - allow finding of Off-plot for derived classes - like in MHAlpha
2794 - get source position from MSourcePos if existing
2795 - changed some data members from private to protected
2796
2797 * mhflux/MHDisp.[h,cc]:
2798 - added
2799
2800 * mjobs/MJCut.[h,cc]:
2801 - implemented new option (HistNameFS) to allow using a different
2802 False Source Plot
2803
2804 * mpedestal/MPedPhotCam.[h,cc]:
2805 - added a copy constructor to allow conversion from MPedestalCam
2806
2807 * mpointing/MSrcPosCam.[h,cc]:
2808 - added copy constructor
2809
2810
2811
2812 2005/05/30 Daniela Dorner
2813
2814 * datacenter/scripts/buildsequenceentries, checkstardone, correcttime,
2815 doexclusions, fillcallisto, insertdatasets, runganymed,
2816 checkfilesforsequenceavail, copyscript, filesondisk, fillstar
2817 runcallisto, runstar, writesequencefiles:
2818 - moved two variables from the scripts to the sourcefile
2819
2820 * datacenter/scripts/runganymed:
2821 - changed # of processes
2822
2823 * datacenter/macros/buildsequenceentries.C, filldotrbk.C, fillstar.C,
2824 insertcacofile.C, plotdb.C, setstatus.C, checkfileavail.C,
2825 doexclusions.C, filldotrun.C, findcacofiles.C, insertdataset.C,
2826 resetallruns.C, setupdb.C, checkstardone., fillcalib.C,
2827 fillsignal.C, getdolist.C, insertdate.C, resetcolumn.C,
2828 writesequencefile.C:
2829 - adapted the macros to the changes in msql/MSQLServer.cc
2830
2831 * datacenter/macros/fillstar.C:
2832 - adapted the functions for the myon parameter after the bugfixes
2833 in the calibration
2834
2835
2836
2837 2005/05/27 Daniela Dorner
2838
2839 * datacenter/macros/plotdb.C:
2840 - changed binning of fConvFactorInner
2841 - added plot vs ZdMin
2842
2843 * datacenter/macros/resetcolumn.C:
2844 - added (macro to reset value in the DB)
2845
2846 * datacenter/scripts/runganymed:
2847 - removed command line option for ganymed, which is default now
2848
2849
2850
2851 2005/05/27 Javier Rico (2005/05/26)
2852
2853 * mbadpixels/MBadPixelsCam.cc
2854 - fixed small bug in the Print() function (one line was printed out
2855 at a wrong place). (M. Gaug)
2856
2857
2858
2859 2005/05/27 Javier Rico (2005/05/24)
2860
2861 * mhcalib/MHCalibrationHiLoCam.cc
2862 - do not write Arrays if flag kOscillations is not set.
2863 (this was actually a bug since it caused a huge usage for large
2864 amounts of data). (M. Gaug)
2865
2866 * mcalib/MCalibColorSet.cc
2867 - set colour already in the ReInit(), needed by the digital filter
2868 later. (M. Gaug)
2869
2870 * mjobs/MJCalibration.cc
2871 - forgot to merge hi-lo calibration factors for intensity calibration.
2872 (M. Gaug)
2873
2874 * mhcalib/MHCalibrationCam.[h,cc]
2875 - do not Finalize histograms if a flag kReset is set. Caused wrong
2876 result in last run of intensity calibration. (M. Gaug)
2877
2878 * msignal/MC_calibration_weights_UV.dat
2879 - Removed. It was confusing to have this file since it was just a
2880 copy of calibration_weights_UV.dat. For MC calibration you can
2881 just use the same weights files as for real data. (A. Moralejo)
2882
2883 * msignal/calibration_weights_blue46.dat
2884 - added missing weights file (M. Gaug)
2885
2886
2887
2888 2005/05/27 Markus Gaug (2005/05/21)
2889
2890 * mcalib/MCalibrationChargePix.[h,cc]
2891 - allow setting of extractor resolution in CalcReducedSigma()
2892
2893 * mcalib/MCalibrationChargeCalc.[h,cc]
2894 - implement usage of extractor resolution (only if UseExtractorRes
2895 is set).
2896
2897
2898
2899 2005/05/27 Thomas Bretz
2900
2901 * Makefile:
2902 - removed mmontecarlo directory
2903
2904 * mmontecarlo/MMcEnergyEst.[h,cc],
2905 mmontecarlo/MMcTimeGenerate.[h,cc],
2906 mmontecarlo/MMcWeightEnergySpecCalc.[h,cc]:
2907 - removed
2908
2909 * sponde.rc:
2910 - added new line for weighted spectral index
2911
2912 * mbadpixels/MBadPixelsCalc.[h,cc]:
2913 - added an option to perform the checks also in PostProcess
2914
2915 * mhbase/MFillH.h:
2916 - added default argument to SetWeight
2917
2918 * mhbase/MH3.h:
2919 - added Sumw2() member function
2920
2921 * mhflux/MHCollectionArea.[h,cc]:
2922 - added TLatex output to plots
2923 - added some Getter
2924
2925 * mjobs/MJSpectrum.[h,cc]:
2926 - implemented the possibility to weight the monte carlo spectrum
2927 to a new index or function. More details can be found
2928 in MMcSpectrumWeight
2929 - slightly changed the plot comparing the size distributions
2930 - scale the comparsison plots by the resulting spectrum
2931
2932 * mjobs/MJob.[h,cc]:
2933 - added a member function to check ReadEnv of a single
2934 container
2935
2936 * mjobs/Makefile:
2937 - added -I../mmc
2938
2939 * mmc/MMcEvt.[hxx,cxx], mmc/McEvtBasic.[hxx,cxx]:
2940 - changed the inheritance: MMcEvt now derives from MMcEvtBasic
2941 so that both classes are interchangable
2942 - increased both class versions
2943 - chaged the default partictle in MMcEvtBasic from
2944 kGAMMA to kUNDEFINED
2945 - added new particle type: kUNDEFINED
2946
2947 * mhflux/MMcSpectrumWeight.[h,cc]:
2948 - added
2949
2950 * callisto_Dec04Jan05.rc:
2951 - commented MJPedestalC1.ExtractSignal.FallTimeHiGain
2952 because it is the dfeault now
2953
2954 * msignal/MExtractTimeAndChargeSpline.cc:
2955 - changed default of fgFallTimeHiGain to 0.5
2956
2957 * mimage/MHillasSrc.h:
2958 - added copy constructor and Copy function
2959
2960 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]:
2961 - implemented reading of automatic weights file following an
2962 idea of Markus G.
2963
2964 * mjobs/MJPedestal.cc:
2965 - fixed the reading of the resource file fopr the extractor
2966 (reading the extractor from file can overwrite the seetings)
2967
2968 * msignal/MC_weights46.dat:
2969 - updated from BCN cvs
2970
2971 * msignal/Makefile:
2972 - added -I../mcalib
2973
2974 * callisto.rc:
2975 - updated comments
2976
2977 * mcalib/MCalibrateData.[h,cc]:
2978 - same small changes to layout
2979 - mainly unrolled Form-statements
2980
2981 * msignal/MExtractFixedWindow.cc:
2982 - added case 12 and a default for logain setting the
2983 extractor resolution (partly taken from bcn cvs)
2984
2985
2986
2987 2005/05/25 Thomas Bretz
2988
2989 * callisto.cc, ganymed.cc, mars.cc, merpp.cc, readdaq.cc,
2990 readraw.cc, sponde.cc, star.cc:
2991 - made the output about the root version clearer
2992
2993 * mbase/MEvtLoop.cc:
2994 - call CallProcess instead of Process for the mail tasklist
2995 (this makes sure that all counters are correct) This should
2996 NOT be done for Pre/PostProcess
2997
2998 * mbase/MStatusDisplay.cc:
2999 - fixed a possible crash if padsave==NULL
3000 - fixed the missing first tab in postscript files
3001
3002 * mbase/MTask.cc:
3003 - initialize fNumExec0 with 0 (this was the reason why the
3004 missing CallProcess in MEvtLoop didn't seem to have any effect
3005 on the possible printing of the statistics
3006
3007 * mhflux/MAlphaFitter.cc:
3008 - improved output
3009
3010 * mhflux/MHEffectiveOnTime.cc:
3011 - added some eMail from Wolfgang about treating the calibration
3012 events to the class description
3013 - removed some debug output in Paint()
3014
3015 * mhflux/MHThetaSq.cc:
3016 - replaced \\theta by \\vartheta
3017
3018 * mhvstime/MHPixVsTime.cc:
3019 - fixed a bug found by marcos: the error bars weren't retrieved
3020 correctly (instead of fTypeErr fType was requested)
3021
3022 * mjobs/MJStar.cc:
3023 - do not use calibration events for rate and effective-on-time
3024 calculation
3025
3026 * mjobs/MJob.cc:
3027 - added some debug output to ExpandPath
3028
3029 * msignal/MExtractTime.h, msignal/MExtractTimeAndCharge.h,
3030 msignal/MExtractor.h:
3031 - added Print() to //*MENU*
3032
3033
3034
3035 2005/05/25 Daniela Dorner
3036
3037 * datacenter/macros/fillcalib.C, setupdb.C:
3038 - changed presicion of parameter
3039
3040 * datacenter/macros/plotdb.C:
3041 - added (macro to plot quality paramter from the DB)
3042
3043
3044
3045 2005/05/24 Daniela Dorner
3046
3047 * datacenter/macros/fillstar.C:
3048 - added new parameters
3049
3050 * datacenter/macros/setupdb.C:
3051 - added variables for the new parameters
3052
3053
3054
3055 2005/05/23 Daniela Dorner
3056
3057 * datacenter/scripts/fillstar:
3058 - fixed bug in path
3059
3060 * datacenter/macros/fillstar.C, fillcalib.C, fillsignal.C:
3061 - added check
3062
3063 * datacenter/macros/fillcalib.C, setupdb.C:
3064 - adapted variables for the conversion factor
3065
3066
3067
3068 2005/05/20 Thomas Bretz
3069
3070 * RELEASE 0.9.2
3071
3072
3073
3074 2005/05/20 Daniela Dorner
3075
3076 * datacenter/scripts/insertdatasets,checkstardone:
3077 - adapted paths for release
3078
3079 * datacenter/macros/fillstar.C:
3080 - adapted functions to calculate psf and the ratio
3081
3082 * datacenter/scripts/runganymed:
3083 - adapted ganymed command
3084
3085
3086
3087 2005/05/20 Thomas Bretz
3088
3089 * msignal/MExtractTimeAndChargeSlidingWindow.cc
3090 - increased log-gain window from 6 to 8 according to an
3091 UNDOCUMENTED change in the bcn cvs
3092
3093 * mhcalib/MHCalibrationChargePINDiode.cc:
3094 - removed a check in fill according to an UDOCUMENTED change
3095 in the bcn cvs
3096
3097 * mhcalib/MHCalibrationChargePINDiode.cc:
3098 - use a dynamic_cast for the Fill-argument
3099
3100 * mjobs/MJCalibration.cc:
3101 - shortened output line telling file name of hi-/lo-gain
3102 calibration
3103
3104 * mjobs/MJPedestal.[h,cc]:
3105 - moved code for PulsePosCheck into own function
3106 - put also code for pixel check into this function
3107 - added a sanity check for fExtractor at some places
3108
3109 * msignal/MExtractor.cc:
3110 - added output of pedestal container - if available - in Print()
3111 - improved format of Print() output
3112
3113 * mbase/MEvtLoop.[h,cc]:
3114 - removed the obsolete (it was never been used) argument from
3115 PreProcess
3116 - replaced the second obsolete argument in Eventloop by a flag
3117 whether statistics should be printer or not: default=kTRUE
3118 - Print statistics automatically in Eventloop if tasklists
3119 Process has ever been touched.
3120
3121 * mjobs/MJCalibTest.cc, mjobs/MJCalibration.cc, MJCalibrateSignal.cc,
3122 mjobs/MJCut.cc, mjobs/MJOptimize.cc, mjobs/MJPedestal.cc,
3123 mjobs/MJSpectrum.cc, mjobs/MJStar.cc:
3124 - removed call to PrintStatistics - no done automatically in
3125 MEvtLoop
3126
3127 * mpedestal/MExtractPedestal.cc:
3128 - removed InitArrays after ReInit of fExtractor. It is done there
3129 automatically
3130
3131 * mjobs/MJCalibrateSignal.cc:
3132 - don't add pinext and bldext to tasklist if not necessary
3133 (UNDOCUMENTED change from bcn cvs)
3134
3135 * callisto.rc, callisto_Dec04Jan05.rc:
3136 - replaced wrong MaxHiGainVar by MaxSignalVar (was nowehere
3137 really used)
3138
3139 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc:
3140 - some simplifications to the access of histograms after the loop
3141 has finished. There is no need to search for them in the parameter
3142 list.
3143
3144 * mjobs/MJCut.cc:
3145 - fixed the file-path when writing the status display and an
3146 output path was given.
3147
3148 * mjobs/hilocalib_sp1.root:
3149 - new intercalibration constants due to the latest bug-fixes
3150
3151 * manalysis/MCameraData.[h,cc]:
3152 - removed all stuff depending on MSigmabar
3153
3154 * manalysis/MSigmabar*
3155 - removed
3156
3157
3158
3159 2005/05/20 Markus Gaug (2005/05/19)
3160
3161 * mjobs/MJPedestal.cc:
3162 - fixed an important bug in the setting of the incoming pedestal
3163 pointer to the signal extractor. This bug caused the pedestals not
3164 to be subtracted correctly in the calibration afterwards. The
3165 effect was about 10% too high conversion factors for the digital
3166 filter and the spline and more than 40% for the sliding window.
3167 The bug existed since end of February! (Markus G.)
3168
3169
3170
3171 2005/05/20 Markus Gaug (2005/05/18)
3172
3173 * mcalib/MCalibrationChargeCalc.cc
3174 - issue a warning if no colour has been set until the PostProcess.
3175 (happens to old MC files).
3176
3177
3178
3179 2005/05/19 Markus Meyer
3180
3181 * mmuon/MHMuonPar.cc:
3182 - add a second integral in the function paint, which is
3183 plotted in the MStatusDisplay
3184
3185
3186
3187 2005/05/19 Daniela Dorner
3188
3189 * datacenter/macros/fillstar.C:
3190 - add new parameter
3191
3192 * datacenter/macros/setupdb.C:
3193 - adapted to new column in db
3194
3195 * callisto_Dec04Jan05.rc:
3196 - set value for MJPedestalY2.MaxEvents from 2000 to 5000 to get
3197 better statistics for the calculation of the mean pulse time
3198 of the cosmisc
3199
3200 * datacenter/scripts/runganymed:
3201 - fixed bug in path
3202
3203
3204
3205 2005/05/19 Thomas Bretz
3206
3207 * msignal/MExtractTimeAndCharge.cc:
3208 - simplified a really cryptical use of the ?:-operator when
3209 the fLoGainFirst is calculated
3210 - fixed a bug introduced in the calculation of the derivatives
3211
3212 * mmain/MEventDisplay.cc:
3213 - removed MC trigger display
3214
3215 * mbase/MTaskList.[h,cc]:
3216 - member function to use MTaskList in a TIter
3217
3218 * mhflux/MAlphaFitter.[h,cc]:
3219 - improved the output line plotted into the histogram
3220 - implemented getter for fSigInt
3221 - start integration in first bin not in underflow bin
3222 - added 'background' option for scaling
3223
3224 * mhflux/MHAlpha.[h,cc]:
3225 - added some comments
3226 - improved DistancetoPrimitive
3227
3228 * mhflux/MHThetaSq.[h,cc]:
3229 - derives the binning now from the cut value or the MAlphaFitter
3230
3231 * mjobs/MJStar.cc:
3232 - moved weather data histogram back to the end - otherwise
3233 MEventRate is not initialized before
3234
3235
3236
3237 2005/05/18 Thomas Bretz
3238
3239 * mcalib/MCalibCalcFromPast.cc:
3240 - added missing fIntensQE to list of initialization in
3241 constructor
3242
3243 * mcalib/MCalibrateData.cc:
3244 - fixed a bug which caused kNo to be ignored
3245 - removed a second check for the size of the badpixelcam
3246
3247 * mjobs/MJCalibrateSignal.cc:
3248 - removed the obsolete second adding of filhil and filpul to
3249 the tasklist
3250
3251 * mjobs/MJCalibration.cc:
3252 - do not display result or statistics if no execution has taken
3253 place
3254
3255 * mjobs/MJStar.cc:
3256 - moved processing of CC-branch to the beginning of the tasklist
3257
3258 * msignal/MExtractTimeAndChargeSpline.[h,cc]:
3259 - introduced some small changes to the validity range of
3260 some variables
3261 - determin the higher bound above which no search is done
3262 analog to the lower bound using the fall-time
3263 - CalcIntegral[Hi,Lo]Gain now returns sum. No need for a reference
3264 - fixed calling Integral[HI,Lo]Gain in cases we are at the edge of
3265 the valid range -- at a lot of position in the code random memory
3266 above or below the arrays have been accessed.
3267 - improved the numercila stability of CalcIntegral[Hi,Lo]Gain
3268 more by calculating the number of steps from the rise and fall time.
3269 this should at least give consistent results on the same machine!
3270
3271 * mbase/MContinue.cc:
3272 - fixed a namimg problem of the filter when it is added to
3273 the tasklist and has the same name as MContinue
3274
3275 * mcalib/MCalibrationChargeCalc.cc:
3276 - for some sceen output the manipulator (inf) was missing
3277
3278 * msignal/MExtractPINDiode.cc, mcalib/MCalibrationChargeCalc.cc,
3279 mcalib/MCalibrationChargeCam.cc:
3280 - fixed a problem with the fit (it always tried to display
3281 the fit-function somewhere)
3282
3283
3284
3285 2005/05/17 Thomas Bretz
3286
3287 * callisto.rc, callisto_Dec04Jan05.rc:
3288 - added new comments diescribing setup of MFCosmics
3289
3290 * mfilter/MFCosmics.[h,cc]:
3291 - skip bad pixels using MBadPixelsCam
3292 - implemented a check in PostProcess about the fraction
3293 of events which survived or were rejected
3294 - added ReadEnv for setup
3295
3296 * mfilter/Makefile:
3297 - added mbadpixels
3298 - removed mmain and manalysis
3299
3300 * mhcalib/MHCalibrationChargeCam.h:
3301 - removed numbers from data member descrition -- too much
3302 to maintain
3303
3304 * mhcalib/MHCalibrationChargePINDiode.h:
3305 - incremented version number (undocumented from bcn)
3306
3307 * mjobs/MJCalibration.cc:
3308 - reorganized some TText output (undocumented from bcn)
3309 - overwrite the default of MaxNumberEmptyPixels by 0.05
3310 (undocumented from bcn)
3311 - print tasklist statistics also if eventloop returned
3312 KFALSE
3313
3314 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
3315 - changed fgLoGainStartShift from -2.8 to -1.8
3316 (undocumented from bcn)
3317
3318 * msignal/MExtractTimeAndChargeSlidingWindow.h:
3319 - increased version number from 0 to 1 (undocumented from bcn)
3320
3321
3322
3323 2005/05/17 Markus Gaug (2005/05/16)
3324
3325 * msignal/MExtractor.[h,cc]
3326 - introduce two new variables: fResolutionPerPheHiGain and
3327 fResolutionPerPheLoGain, to be set by deriving extractors.
3328 - set version number one higher.
3329
3330 * msignal/MExtractFixedWindow.[h,cc]
3331 * msignal/MExtractTimeAndChargeSlidingWindow.[h,cc]
3332 * msignal/MExtractTimeAndChargeSpline.[h,cc]
3333 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
3334 - set the variables fResolutionPerPheHiGain and
3335 fResolutionPerPheLoGain
3336
3337 * msignal/MExtractPINDiode.[h,cc]
3338 - adapt to current PIN Diode signal, fit signal with Gaussian
3339 - set version number up by one.
3340
3341 * msignal/MExtractedSignalPINDiode.[h,cc]
3342 - set new data member fExtractedChi2
3343 - set version number up by one.
3344
3345 * mhcalib/MHCalibrationChargePINDiode.cc
3346 - adapt one function to newly used names.
3347 - adapt signal tests.
3348
3349 * mjobs/MJPedestal.[h,cc]
3350 - read MBadPixelsCam together with extractor, if exisiting
3351 (necessary for bad pixels exclusion in pulse position search).
3352
3353 * mjobs/MJCalibration.[h,cc]
3354 - use MFCosmics in any case (not only for CT1-pulses) and apply
3355 a quality criteria depending on number of rejected events:
3356 MaxExcludedEvents (default: 50%).
3357
3358
3359
3360 2005/05/17 Daniela Dorner
3361
3362 * datacenter/macros/setupdb.C
3363 - adapted to new column in datasetstatus-table
3364
3365 * datacenter/macros/checkstardone.C
3366 - added (macro to check if star has been done for a sequence)
3367
3368 * datacenter/scripts/checkstardone
3369 - added (script that executes checkstardone.C for all datasets
3370
3371 * datacenter/scripts/checkfilesforsequenceavail, fillcallisto,
3372 fillstar
3373 - fixed bug
3374
3375 * datacenter/scripts/buildsequenceentries, doexclusions,
3376 writesequencefiles
3377 - adapted paths
3378
3379 * datacenter/scripts/insertdataset
3380 - added logging
3381
3382 * datacenter/scripts/runganymed
3383 - added (script to run ganymed automatically for datasets)
3384
3385 * datacenter/scripts/runcallisto
3386 - adapted paths
3387 - fixed bug
3388
3389 * datacenter/scripts/runstar
3390 - adapted paths
3391 - fixed bug
3392
3393 * steps.rc
3394 - adapted resource file to needs of the new table in db
3395
3396
3397
3398 2005/05/13 Daniela Dorner
3399
3400 * datacenter/macros/insertdataset.C
3401 - added (macro, that inserts dataset into db)
3402
3403 * datacenter/macros/setupdb.C
3404 - adapted to new table in db
3405
3406 * datacenter/scripts/insertdatasets
3407 - added (script, that inserts datasets into db)
3408
3409 * datacenter/scripts/sourcefile
3410 - added (file with commands and variables, that are needed by all
3411 scripts)
3412
3413 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail
3414 copyscript, correcttime, doexclusions,
3415 filesondisk, fillcallisto, fillstar, runcallisto
3416 runstar, writesequencefiles
3417 - adapted scripts to the usage of the sourcefile
3418
3419 * datacenter/macros/fillcalib.C:
3420 - changed name of histogram according to change of Markus
3421 - removed debugoutput
3422
3423
3424
3425 2005/05/13 Thomas Bretz
3426
3427 * mreport/MReportCC.cc:
3428 - fixed reading of rep-files for versions newer than V200404070
3429
3430 * mpointing/MSrcPosCalc.cc
3431 - took a bugfix from Wolfgang to Loc0LocToCam and implemented it
3432 Wolfgang: the results are changed only minimally
3433
3434 * msignal/MExtractTimeAndChargeSpline.cc
3435 - integration ranges were shifted by 0.2 FADC slices to the right.
3436 Fixed in the new algorithm according to Markus' change.
3437
3438 * mcalib/MCalibrationChargeCalc.h:
3439 - Incremented ClassVersion number by 1
3440
3441 * mhcalib/MHCalibrationPulseTimeCam.cc:
3442 - removed a commented debug output
3443
3444 * mjobs/MJCalibration.cc
3445 - new undocumented adjust of "Unsuitable"- and "Unreliable"-displays
3446 for new exclusion criteria taken from bcn
3447
3448 * manalysis/MEventRateCalc.cc:
3449 - some fixes. In some cases the event rate wasn't calculated
3450 anymore
3451
3452 * mbadpixels/MBadPixelsCalc.cc:
3453 - fixed a bug when checking whether the check should be done
3454 or not (>0 was missing)
3455
3456 * mhist/Makefile:
3457 - added MHWeather
3458
3459 * mhvstime/MHVsTime.[h,cc]:
3460 - implemented new function the set minimum
3461
3462 * mjobs/MJStar.cc:
3463 - read weather data (CC tree)
3464 - set minimum of rate-display to 0
3465 - display weather data for non-MC files
3466
3467 * mmuon/MHSingleMuon.cc:
3468 - slight change to a comment
3469
3470 * callisto.rc:
3471 - added new possible setup
3472
3473 * callisto_Dec04Jan05.rc
3474 - added new possible setup
3475 - use default for MJCalibration.ExtractSignal.LoGainSwitch
3476
3477 * mbadpixels/MBadPixelsCalc.cc:
3478 - exclude unsuitable pixels from mean/rms calculation
3479 - changed the lower bound for the second mean loop from
3480 0.5 to 0.66
3481
3482 * mbadpixels/MBadPixelsCam.cc:
3483 - added case 102 returning the global unsuitable status
3484 of an event
3485
3486 * mhist/MHCamEvent.h:
3487 - added default 0 to SetThreshold
3488
3489 * mjobs/MJCalibrateSignal.cc:
3490 - use new case 102 for unsuitable display
3491 - enable counting (to get the correct display also with
3492 profile option switched on)
3493
3494 * mraw/MRawRunHeader.cc:
3495 - after displaying millions of hex numbers switch back to dec
3496
3497
3498
3499 2005/05/13 Markus Gaug (2005/05/12)
3500
3501 * msignal/MExtractTimeAndChargeDigitalFilter.cc
3502 - set default extraction range in the high gain to 4.
3503 - set default weights file to cosmics_weights46.dat
3504
3505 * mhcalib/MHCalibrationHiLoCam.cc
3506 - set Oscillations to kFALSE
3507
3508 * mhcalib/MHCalibrationChargeCam.cc
3509 - set default for fNumHiGainSaturationLimit to 0.15
3510
3511 * mjobs/MJCalibrateSignal.[h,cc]
3512 - put MHCalibrationHiLoCam and MHCalibrationPulseTimeCam directly
3513 into tasklist if needed. Otherwise, it does not read the
3514 resources from the config. file.
3515
3516
3517 2005/05/11 Markus Gaug (2005/05/11)
3518
3519 * mjobs/MJPedestal.cc
3520 - adjust the fit ranges for the histogramming with moon data slightly.
3521
3522 * mcalib/MCalibrationChargeCam.cc, mcalib/MCalibrationChargeCalc.cc
3523 - make a distinction between newly excluded pixels (by calibration)
3524 and previously excluded pixels in the displays and print-functions
3525
3526 * mcalib/MCalibrationChargeCalc.cc
3527 - introduce the check for fluctuating arrival times.
3528 - set charge limit to from 2.5 to 4.5
3529 - introduce asymmetric exclusion due to "deviating number of phes":
3530 Default: -9.0 +4.5
3531 - make deviating number of phes unsuitable (see David's findings).
3532
3533 * mbadpixels/MBadPixelsPix.h
3534 - add kDeviatingNumPhes to function GetUnsuitableCalLevel()
3535
3536
3537
3538 2005/05/13 Daniela Dorner
3539
3540 * datacenter/scripts/runstar
3541 - fixed bug in the calculation of the number of to-do-files
3542
3543 * datacenter/scripts/runcallisto
3544 - fixed bug in the calculation of the number of to-do-files
3545
3546
3547
3548 2005/05/12 Daniela Dorner
3549
3550 * datacenter/macros/fillcalib.C:
3551 - removed debugoutput
3552
3553 * datacenter/macros/fillstar.C:
3554 - added (macro to read parameters from the star*.root files and
3555 fill them into the db)
3556
3557 * datacenter/macros/setupdb.C:
3558 - added new table 'Star'
3559
3560 * datacenter/macros/buildsequenceentries.C:
3561 - added delete-query for new table 'Star' in the delete function
3562
3563 * datacenter/scripts/runstar
3564 - changed number of processes
3565
3566 * datacenter/scripts/runcallisto
3567 - changed number of processes
3568
3569 * datacenter/scripts/fillstar
3570 - added (script to run macro fillstar.C automatically)
3571
3572
3573
3574 2005/05/12 Thomas Bretz
3575
3576 * mcalib/MCalibrationChargeCam.cc:
3577 - fixed a bug in FinalizeArrivalTime which caused Form() to hang
3578
3579 * mmuon/MHMounPar.[h,cc]
3580 - added a line showing a reference shape
3581
3582 * star.rc:
3583 - added setup strings for software trigger
3584
3585 * mbase/MContinue.cc:
3586 - allow setup of already set filters in ReadEnv. They must not
3587 necessarily be already in the tasklist
3588
3589 * mcalib/MCalibrationChargeCalc.cc:
3590 - shortened a lot of Form() calls to reduce the risk of
3591 memory corruption
3592
3593 * mjobs/MJCalibration.cc:
3594 - some cosmetics to text in pad
3595
3596 * mraw/MRawRunHeader.[h,cc]:
3597 - a fix to MRawRunHeader because the definition of the
3598 raw-data format has changed. fProjectName and fSourceName
3599 has no trailig \0 anymore by default
3600 - incremented ClassVersion by 1
3601
3602
3603
3604 2005/05/12 Markus Meyer
3605
3606 * mmuon/MHMounPar.[h,cc]
3607 - added function Paint. This function integrates the TProfile
3608 ArcWidth/Radius Vs. Radius between certain values and shows
3609 the result in the Status Display
3610
3611 * mmjobs/MJStar.cc
3612 - changed the default values for the final muon cuts
3613
3614 * star.rc
3615 - changed the default values for the final muon cuts
3616
3617
3618
3619 2005/05/11 Thomas Bretz
3620
3621 * mbase/MStatusDisplay.cc:
3622 - fixed year of copyright
3623
3624 * mcalib/MCalibCalcFromPast.cc:
3625 - undocumented change from BCN: a new resource has been implemented
3626 in ReadEnv (NumEventsDump)
3627
3628 * mjobs/MJob.[h,cc]:
3629 - added new static member function which can be used
3630 to overwrite relative paths with a default
3631
3632
3633
3634 2005/05/11 Abelardo Moralejo (2005/05/11)
3635
3636 * mjobs/MJPedestal.cc
3637 - Fixed use of MFTriggerPattern: first, added it to the tasklist
3638 (was missing); second, added to tasklist MTriggerPatternDecode
3639 before MFTriggerPattern. This was the reason for the problems
3640 reported by T. Coarasa on May 9. I do not know why the behaviour
3641 of the previous version depended on compiler, but this seemed to
3642 be the case...
3643
3644
3645
3646 2005/05/11 Markus Gaug (2005/05/11)
3647
3648 * mjobs/MJCalibration.cc
3649 - display in Tab "Conv" in the 3rd column the conversion to equiv.
3650 phes instead of Cherenkov photons.
3651
3652 * mjobs/calibrationref.rc, mjobs/calibrationref_Nov04.rc,
3653 mjobs/calibrationref_Dec04.rc:
3654 - add reference lines for the conv. to equiv. phes.
3655
3656 * mcalib/MCalibrationChargeCam.cc, mcalib/MCalibrationChargeCalc.cc:
3657 - make a distinction between newly excluded pixels (by calibration)
3658 and previously excluded pixels in the displays and print-functions
3659
3660 * mcalib/MCalibrationChargeCalc.cc
3661 - introduce the check for fluctuating arrival times.
3662 - set charge limit to from 2.5 to 4.5
3663
3664
3665
3666 2005/05/10 Markus Gaug (2005/05/10)
3667
3668 * mhcalib/MHCalibrationHiLoCam.cc
3669 - ask for averageing and do not fill the arrays per pixel any more.
3670 This caused too much memory usage for the calculation of the
3671 high-gain low-gain inter-calibration constants.
3672
3673 * mcalib/MCalibrationChargePix.[h,cc]
3674 - store number of saturated events in the results container.
3675 - set version number by one higher (due to new data member).
3676
3677 * mhcalib/MHCalibrationChargeCam.cc
3678 - store number of saturated events in the results container.
3679 - allow reading of NumHiGainSaturationLimit and
3680 NumLoGainSaturationLimit in ReadEnv
3681 - set saturation limit from 5% to 8.5%
3682
3683 * mbadpixels/MBadPixelsPix.h
3684 - introduce new bits: kDeadPedestalRms, kPreviouslyExcluded,
3685 kFluctuatingArrivalTimes
3686
3687 * mbadpixels/MBadPixelsCam.cc
3688 - set bit kPreviouslyExcluded in the AsciiRead-Function
3689 - include three new bits in the Print() function
3690
3691 * mjobs/MJCalibration.cc
3692 - display excluded pixels from DeadPedestalRms in Defect-Tab.
3693 - display correct error of the RMS/Mean charge diagramm.
3694
3695 * mcalib/MCalibrationChargeCam.cc
3696 - calculate the error of RMS/Mean values in GetPixelContent Nr.33
3697
3698
3699
3700 2005/05/11 Hendrik Bartko (2005/05/09)
3701
3702 * msignal/MC_weights46.dat
3703 - updated weights file for digital filter with dedicated MC weights
3704 with 4 slices for the high gain and 6 slices for the low gain
3705
3706
3707
3708 2005/05/10 Daniela Dorner
3709
3710 * datacenter/macros/fillcalib.C:
3711 - added some parameters (reading from calib*.root and inserting
3712 into db)
3713
3714 * datacenter/macros/setupdb.C:
3715 - adapted macro to the new columns in the calibration db
3716
3717 * datacenter/macros/fillsignal.C:
3718 - fixed typo
3719
3720
3721
3722 2005/05/10 Markus Meyer
3723
3724 * mmuon/*:
3725 - update of the class documentation
3726
3727 * mmuon/*:
3728 - commented out the ArcLength and Estimpact (will be not
3729 calculated for the moment)
3730
3731
3732
3733 2005/05/10 Thomas Bretz
3734
3735 * mreport/MReportStarguider.cc:
3736 - introduced the correct version which marked the fix of the
3737 units of the nominal position
3738
3739 * callisto.rc:
3740 - introduced a new line for new option in MCalibColorFromPast
3741
3742 * ganymed.cc:
3743 - removed option "--full-display" -> now default
3744
3745 * manalysis/MEnergyEstimate.cc:
3746 - print the rule a bit earlier in PreProcess
3747
3748 * mfilter/MFDeltaT.cc:
3749 - fixed a typo in the output
3750
3751 * mhflux/MAlphaFitter.cc:
3752 - some improvements to output
3753
3754 * mjobs/MJCut.cc:
3755 - added ThetaSquared to output
3756
3757 * mjobs/MJStar.cc:
3758 - fixed bug in copying of OriginalMC tree
3759
3760 * mmuon/MMuonCalibParCalc.cc:
3761 - removed obsolete setting of ReadyToSave
3762
3763 * mjobs/MJSpectrum.cc:
3764 - made sure the correct type of MHAlpha is used
3765
3766
3767
3768 2005/05/10 Markus Gaug (2005/05/09)
3769
3770 * mjobs/hilocalib_sp1.root
3771 * mjobs/hilocalib_sp1_mc.root
3772 - new hi-lo intercalibration files with the fixed spline extractor.
3773
3774 * mjobs/hilocalib_df46_mc.root
3775 - new hi-lo intercalibration files from MC with the left out -O5
3776 option. (The real data files had already the correct executable).
3777
3778
3779
3780 2005/05/10 Hendrik Bartko (2005/05/09)
3781
3782 * msignal/MC_weights46.dat
3783 - NEW weights file for digital filter with dedicated MC weights
3784 with 4 slices for the high gain and 6 slices for the low gain
3785
3786
3787
3788 2005/05/10 Markus Gaug (2005/05/08)
3789
3790 * mhcalib/MHCalibrationCam.[h,cc]
3791 - introduce parameters fLowerFitLimit and fHigherFitLimit to
3792 tell explicitly from outside to fit functions in a certain
3793 range. If both are 0. (default), the histogram limits define
3794 the fit limits (as before).
3795
3796
3797
3798 2005/05/10 Abelardo Moralejo (2005/05/07)
3799
3800 * mcalib/MMcCalibrationCalc.cc
3801 - in Process, fixed wrong estimate of true number of "equivalent
3802 photoelectrons" (correctedphotel). This worked roughly OK as long
3803 as the file used for calibration was a (noiselesss) gamma file,
3804 because most light is contained in the inner camera and the
3805 problem was related to the light going into the outer pixels. So
3806 results are not much affected, unless one uses for calibration
3807 a file with events having a lot of light in the outer camera.
3808 Thomas Hengstebeck noticed this problem when he used a file of MC
3809 calibration pulses in mccalibrate.C
3810
3811 * manalysis/MMcCalibrationUpdate.[h,cc]
3812 - Added possibility to set the hi to lo gain conversion factor.
3813 Until now the factor was simply the ratio of pulse areas as read
3814 from MMcFadcHeader. This of course is not the factor to be applied
3815 to the extracted signals unless the extractor integrates the full
3816 pulse in both high and low gain. The factor depends then on the
3817 extractor, and the user has to find out what its value is.
3818 Set as default calibration type kPhe.
3819
3820 * macros/mccalibrate.C, starmc.C
3821 - Added the setting of the hi to lo gain conversion factor (see
3822 above). For now it has to be calculated by the user. However, it
3823 is strongly recommended from now on to use always callisto for the
3824 calibration of real data, and not these macros. These are kept
3825 just for checking purposes, mostly by "experts".
3826
3827
3828
3829 2005/05/10 Robert Wagner (2005/05/06)
3830
3831 * mreport/MReportStarguider.[h,cc]:
3832 - Bugfix: Sequence of extracting fDevZd and fDevAz (switched)
3833
3834
3835
3836 2005/05/10 Markus Gaug (2005/05/05)
3837
3838 * mcalib/MCalibCalcFromPast.[h,cc]
3839 - introduce flag "fUpdateWithFFactorMethod" which allows to use the
3840 entire results obtained with the F-Factor method (including a new
3841 number of mean photo-electrons). This possibility is switched on
3842 (only) if somewhere in the callisto.rc file the following line is
3843 written:
3844 MJCalibrateSignal.MCalibCalcFromPast.UpdateWithFFactorMethod: yes
3845 (Default is still the old way of adjusting the relative extracted
3846 charges w.r.t. the mean charge over the inner camera).
3847
3848
3849
3850 2005/05/10 Markus Gaug (2005/05/02)
3851
3852 * mcalib/MCalibrationChargeCam.[h,cc]
3853 - added new function MergeHiLoConversionFactors
3854
3855 * mcalib/MCalibColorSteer.[h,cc]
3856 - introduce copying of hi-lo calibration factors from one cam to
3857 the next in intensity calibration.
3858 - added storage of averageing histograms of flag fHistStorage is
3859 set
3860
3861 * mcalib/MCalibrationIntensityCam.[h,cc]
3862 - introduce place for storage of averageing histograms (if wanted).
3863
3864
3865
3866 2005/05/09 Markus Meyer
3867
3868 * mmuon/MHSingleMuon.cc
3869 - changed the default value for the binning of fHistPhi
3870 - changed the start parameter for the gaussian fit for the
3871 calculation of ArcWidth
3872
3873
3874
3875 2005/05/09 Thomas Bretz
3876
3877 * callisto.cc, ganymed.cc, mars.cc, merpp.cc, readdaq.cc,
3878 readraw.cc, showplot.cc, sinope.cc, sponde.cc, star.cc:
3879 - changed order of initialization such that a real NULL
3880 output is possible
3881 - changed TApplication name from upper to lower case
3882 - in some applications replaced manual setup of gLog with
3883 gLog.Setup
3884
3885 * showlog.cc:
3886 - improved alorithm
3887
3888 * showplot.cc:
3889 - implemented Print options
3890
3891 * mbase/MLog.[h,cc]:
3892 - fixed a bug which caused output in NULL output
3893 - added Getter IsNullOutput
3894
3895 * mbase/MStatusDisplay.[h,cc]:
3896 - implemented PDF and SVG printing
3897 - moved "Save As Something" to new submenu
3898 - fixed and improved printing
3899 - implemented PrintDialog for printing
3900 - implemented printing of log (untested)
3901 - allow saving by extension (line Print() in root): SaveAs
3902
3903 * mfileio/MWriteRootFile.h:
3904 - replaced BIT(17) by BIT(23) to improve compatibility with
3905 root 4.04/00 and upcomming versions
3906
3907 * mhflux/Makefile, mjobs/MJCut.cc:
3908 - replaced MTheta by MThetaSq to get rid of a problem
3909 with the automatic naming of the binning (BinningTheta)
3910
3911 * mhist/MHCamera.[h,cc]:
3912 - fixed a workaround (it has been fixed in root 4.04/00)
3913 - allow setting the palette through the Draw-option. This allows
3914 storage of the palette
3915 - removed fColor. The palette is now diretly set though gStyle in
3916 Paint
3917
3918 * mjobs/MJOptimize.cc:
3919 - restore null output correctly after eventloop
3920
3921 * mjobs/MJSpectrum.cc:
3922 - renamed Hist and HistOff to HistE and HistEOff
3923 - added binnings M3Long and Conc1
3924
3925
3926
3927 2005/05/06 Thomas Bretz
3928
3929 * mbase/MStatusDisplay.cc:
3930 - fixed constructor to work with newer root versions
3931 (gClient!=NULL)
3932
3933 * mfileio/MWriteRootFile.h:
3934 - added a comment about BITs used by root
3935
3936 * mhflux/MHEffectiveOnTime.cc:
3937 - use 1e-10 instead of 0 in TPad::Divide
3938
3939
3940
3941 2005/05/06 Daniela Dorner
3942
3943 * datacenter/scripts/copyscript:
3944 - added command to ensure the correct permissions of the files
3945 on disk
3946
3947
3948
3949 2005/05/04 Markus Meyer
3950
3951 * mjobs/MJStar.cc:
3952 - added cut in ArcWidth (final cuts for muons)
3953
3954 * star.rc:
3955 - added cut in ArcWidth
3956
3957 * mmuon/MHSingleMuon.h
3958 - added a Getter for fHistWidth
3959
3960
3961
3962 2005/05/04 Thomas Bretz
3963
3964 * mfileio/MWriteRootFile.cc:
3965 - fixed a possible infinite loop when compiling the new
3966 file name as suggested by Abelardo
3967
3968 * mhflux/MHAlpha.cc:
3969 - search for fName+"Off" instead of ClassName()+"Off"
3970
3971 * mjobs/MJSpectrum.cc:
3972 - scale the displayed zd-plots by their maximum as the
3973 histograms are scaled before
3974
3975 * mjobs/MJStar.cc:
3976 - implemented writing of the muon parameters. This takes another
3977 5% of the time (in total 15-20% for muon analysis). It enlarges
3978 the file size by roughly 15% (a test file was enlarged from
3979 5.1M to 5.9M)
3980
3981 * mmuon/MMuonCalibPar.cc:
3982 - set default of ArcPhi to an invalid value = -1
3983
3984 * mreport/MReportDrive.cc:
3985 - fixed a typo in the comments
3986
3987
3988
3989 2005/05/03 Thomas Bretz
3990
3991 * mjobs/MJCut.cc:
3992 - added histogram <Fake->'OnTime' for MC
3993
3994 * mpointing/MSrcPosCalc.cc:
3995 - removed dependancy on MTime for MC
3996
3997 * star.cc:
3998 - addde possibility to switch off muon analysis
3999
4000 * star.rc:
4001 - added parameters for muon analysis
4002
4003 * mbadpixels/MBadPixelsCam.cc:
4004 - fixed a typo in a comment
4005
4006 * mjobs/MJStar.[h,cc]:
4007 - added possibility to switch off muon analysis
4008
4009 * mjobs/Makefile:
4010 - added -I../mmuon
4011
4012 * mjobs/MJCut.cc, mjobs/MJSpectrum.cc:
4013 - renamed MHAlpha to Hist (to have a common naming for all options)
4014 - renamed MHAlphaOff to HistOff
4015
4016
4017
4018 2005/05/02 Thomas Bretz
4019
4020 * ganymed.rc:
4021 - updated to the latest changes
4022
4023 * mhflux/MHAlpha.[h,cc]:
4024 - made a base class with the necessary interface to derived classes
4025 to support other variables like dca or theta
4026
4027 * mjobs/MJCut.[h,cc]:
4028 - added support for MHAlpha derived classes
4029 - made MHTheta the default
4030
4031 * mhflux/MHTheta.[h,cc]:
4032 - added
4033
4034 * mhflux/Makefile, mhflux/FluxLinkDef.h:
4035 - added MHTheta
4036
4037
4038
4039 2005/04/29 Thomas Bretz
4040
4041 * manalysis/MEventRateCalc.cc:
4042 - fixed jumps when a new run is initiated
4043 - set as time a time which represents the starting point
4044 of the calculation interval in all cases
4045
4046 * star.rc, mmuon/MMuonCalibParCalc.cc, mmuon/MMuonSetup.[h,cc]:
4047 - fixed wrong units of thresholds for muon analysis
4048
4049 * mmuon/MHSingleMuon.cc:
4050 - removed obsolete conversion factor in error calculation
4051 - FindeCreateObj called for MMuonSetup
4052 - get NDF from fit
4053 - optimized FindRangeAboveThreshold
4054 - handle special case when arcphi is 360deg
4055
4056 * star.cc:
4057 - replaced ProcessFile by Process
4058
4059 * mjobs/MJSpectrum.cc:
4060 - renamed second MHAlpha tab to MHAlphaOn to be able to
4061 access each tab uniquely
4062 - fixed a bug calling SetStats which could cause crashes
4063
4064 * mjobs/MJStar.[h,cc]:
4065 - preliminary implementation of the muon analysis
4066 - reanamed ProcessFile to Process
4067
4068
4069
4070 2005/04/28 Thomas Bretz
4071
4072 * manalysis/MMultiDimDistCalc.[h,cc]:
4073 - replaced MHadronness by MParameterD
4074
4075 * mhflux/MHEnergyEst.cc:
4076 - removed obsolete include of MEnergyEst
4077
4078 * mmuon/MHMuonPar.cc:
4079 - fixed a type in an axis label
4080
4081
4082
4083 2005/04/27 Thomas Bretz
4084
4085 * Makefile:
4086 - added mmuon
4087 - remobed mstarcam
4088
4089 * callisto.cc, ganymed.cc, star.cc:
4090 - renamed ProcessFile to Process
4091
4092 * star.rc:
4093 - added some muon parameters
4094
4095 * mastro/MAstroCamera.[h,cc]:
4096 - temporarily removed interface to MStarPos
4097
4098 * mbase/MStatusArray.h:
4099 - added default constructor
4100
4101 * mcalib/MCalibColorSet.cc:
4102 - added runs 39942, 39944, 44834, 39941, 39943 and 44833
4103 (undocumented change from the BCN cvs)
4104
4105 * mjobs/MJCalib.[h,cc], mjobs/MJCalibTest.[h,cc],
4106 mjobs/MJCalibrateSignal.[h,cc], mjobs/MJCalibration.[h,cc],
4107 mjobs/MJCut.[h,cc], mjobs/MJPedestal.[h,cc]:
4108 - removed support for MRunIter (use the setter of MSequence
4109 instead) -- this makes the code a lot easier to maintain
4110 - removed support for autodetection if the output already exists --
4111 this makes the code a lot easier to maintain
4112 - renamed ProcessFile to Process - which was missleading
4113
4114 * mmuon/MHMuonPar.[h,cc]:
4115 - changes to axis labels etc.
4116
4117 * mmuon/MMuonCalibPar.[h,cc]:
4118 - removed the histograms and all obsolete variables
4119 - removed obsolete SetUseUnmap (this cannot happen
4120 by definition of Unmap)
4121
4122 * mmuon/MMuonCalibParCalc.[h,cc]:
4123 - moved the code for calculation the parameters to new class
4124 MHSingleMuon
4125
4126 * mmuon/MMuonSearchPar.[h,cc]:
4127 - replaced arbitrary fir by minuit (faster and more accurate)
4128 - removed precalculation of muon center - makes fit worse
4129
4130 * mmuon/MMuonSearchParCalc.[h,cc]:
4131 - fixes to comments
4132 - fixes to includes
4133
4134 * mmuon/MMuonSetup.[h,cc]:
4135 - binnings removed (replaces by MBinning)
4136
4137 * mmuon/Makefile, mmuon/MuonLinkDef.h:
4138 - added MHSingleMuon
4139
4140 * msignal/MExtractTimeAndchargeSpline.cc:
4141 - fixed a bug found by Abelardo which could cause different
4142 results with different compiler optimiztaion options due
4143 to rounding errors.
4144
4145
4146
4147 2005/04/25 Thomas Bretz
4148
4149 * ganymed.cc:
4150 - changed policy of writing the resulting events to the result file
4151
4152 * sponde.cc:
4153 - added commandline option to use all monte carlos
4154 - added command line option to read the MCs more accurate
4155
4156 * sponde.rc:
4157 - added
4158
4159 * mbase/MStatusDisplay.[h,cc]:
4160 - added some code to get Tab by name
4161 - fixed a typo in a status line output
4162
4163 * mhbase/MH.[h,cc], mhbase/MH3.[h,cc], mhflux/MHFalseSource.h,
4164 mhist/MHCamEvent.[h,cc], mhist/MHCamEventRot.h,
4165 mhist/MHEvent.h, mhist/MHStarMap.h, mhist/MHTriggerLvl0.[h,cc],
4166 mhistmc/MHMcTriggerLvl2.[h,cc], mhvstime/MHPixVsTime.[h,cc],
4167 mhvstime/MHSectorVsTime.[h,cc], mimage/MHHillas.[h,cc],
4168 mimage/MHHillasExt.[h,cc], mimage/MHHillasSrc.[h,cc],
4169 mimage/MHImagePar.[h,cc], mimage/MHNewImagePar.[h,cc]:
4170 - changed GetHistByName to be const-qualified to be compatible
4171 with FindObject
4172 - added some FindObject function to call GetHistByName
4173
4174 * mhflux/MHAlpha.[h,cc]:
4175 - changed such, that it can be forced to display the excess
4176 events versus size
4177
4178 * mjobs/MJCut.[h,cc]:
4179 - display number of excess events versus Size per default
4180 - removed energy estimator
4181
4182 * mjobs/MJOptimize.cc:
4183 - display number of excess events verss size after optimization
4184
4185 * mjobs/MJSpectrum.[h,cc]:
4186 - implemented setting up energy estimator
4187 - replaced some gLog by fLog
4188 - display comparison of image parameters
4189
4190
4191
4192 2005/04/22 Thomas Bretz
4193
4194 * mbase/MStatusArray.[h,cc]:
4195 - switch off adding histograms to gDirectory in newly
4196 overwritten Read-function
4197
4198 * mhflux/MHCollectionArea.[h,cc]:
4199 - implemented member function GetHistSel
4200 - don't display full statistics
4201 - fixed a possible crash in Paint
4202
4203
4204
4205 2005/04/22 Markus Meyer
4206
4207 * mmuon/MMuonSetup[.h.cc]:
4208 - new container class for muon parameters
4209 which are not changing from event to event
4210 (setup parameters for the analysis). These
4211 parameters were stored in MMuonCalibPar before
4212
4213 * mmuon/MMuonCalibPar[.h.cc]:
4214 - changed MCerPhotEvt and MCerphotPix to MSignalCam
4215 and MSignalPix to read the new format
4216 - removed the setup parameters (stored now in
4217 MMuonSetup)
4218 - removed all the sanity checks
4219 - removed pre-cuts
4220 - cuts in process, to save only muon-like events
4221
4222 * mmuon/MMuonCalibParCalc[.h.cc]:
4223 - changed MCerPhotEvt and MCerphotPix to MSignalCam
4224 and MSignalPix to read the new format
4225 - removed pre-cuts
4226
4227 * mmuon/MMuonSearchPar[.h.cc]:
4228 - changed MCerPhotEvt and MCerphotPix to MSignalCam
4229 and MSignalPix to read the new format
4230 -
4231
4232 * mmuon/MMuonSearchParCalc[.h.cc]:
4233 - changed MCerPhotEvt and MCerphotPix to MSignalCam
4234 and MSignalPix to read the new format
4235
4236 * mmuon/MHMuonPar[.h.cc]:
4237 - new histgram class, plots different muon
4238 parameters
4239
4240
4241
4242 2005/04/21 Daniela Dorner
4243
4244 * datacenter/scripts/runcallisto:
4245 - fixed choice of todofile
4246
4247 * datacenter/scripts/copyscript:
4248 - adapted some paths
4249
4250 * datacenter/macros/filldotrun.C:
4251 - added 6 new arehucas versions
4252
4253 * datacenter/scripts/writesequencefile:
4254 - added make path for sequencefiles
4255
4256
4257
4258 2005/04/21 Thomas Bretz
4259
4260 * mhcalib/MHCalibrationRelTimeCam.cc:
4261 - fixed usage of a uninitialized pointer
4262
4263 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc:
4264 - fixed usage of MFTriggerPattern
4265
4266 * mtrigger/MFTriggerPattern.[h,cc]:
4267 - allow to set default from outside in case no pattern
4268 could be decoded
4269
4270
4271
4272 2005/04/20 Thomas Bretz
4273
4274 * callisto.cc:
4275 - added a comment which shows how to correctly skip job2 if
4276 extractor doesn't inherit from MExtractTimeAndCharge, but...
4277 // This could skip job2 if extractor doesn't inherit from
4278 // MExtractTimeand Charge... but this is not necessary.
4279 // We only get the same pedestal twice (which we want to have
4280 // anyhow. A switch when using the result of job2 later is also
4281 // not necessary, because without running job2 it is identical
4282 // with job1
4283
4284 * mjobs/MSequence.cc:
4285 - use the sequence number'd directories in case of calibrated data
4286 and image files instead of the date.
4287
4288 * mhflux/MAlphaFitter.cc:
4289 - copy also results in Copy()
4290
4291 * mjobs/MJOptimize.cc:
4292 - print result of optimization in case MAlphaFitter is used
4293 - store results back in initial MAlphaFitter
4294
4295 * mjobs/MJSpectrum.[h,cc]:
4296 - implemented a faster simple mode weighting the read spectrum
4297 with the theta-probability
4298
4299
4300
4301 2005/04/20 Daniel Mazin (2005/04/18)
4302
4303 * mreport/MReportCamera.[h,cc]
4304 - added necessary changes to include Active Load and Central Pixel
4305 info from Camera reports
4306
4307 * mcamera/MCameraActiveLoad.[h,cc]
4308 - added to store Active Load info from the Camera reports
4309
4310 * mcamera/MCameraCentralPix.[h,cc]
4311 - added to store Central Pixel info from the Camera reports
4312
4313 * mcamera/Makefile
4314 * mcamera/CameraLinkDef.h
4315 - added MCameraActiveLoad and MCameraCentralPix classes
4316
4317
4318
4319 2005/04/20 Markus Gaug (2005/04/15)
4320
4321 * mcalib/MCalibrationChargeCam.[h,cc]
4322 - added new function CopyHiLoConversionFactors
4323
4324
4325
4326 2005/04/20 Markus Gaug (2005/04/14)
4327
4328 * mcalib/MCalibColorSteer.[h,cc]
4329 - fixed a bug in the recognition of the calibration bit pattern.
4330 Concerns only intensity calibration.
4331
4332 * mcalib/MCalibrationRelTimeCalc.cc
4333 - return kTRUE instaed of kFALSE in case that the Process() has
4334 never been executed.
4335
4336 * mjobs/MJCalibration.cc
4337 - add a filter against PIN Diode events since some of the recent
4338 calibration runs have been taken with Pin Diode.
4339
4340
4341
4342 2005/04/12 Markus Gaug
4343
4344 * mcalib/MCalibrationCam.[h,cc]
4345 - added a storage place for the run number
4346
4347 * mcalib/MCalibCalcFromCalc.[h,cc]
4348 - store the run number in the individual MCalibrationCams
4349
4350
4351
4352 2005/04/19 Thomas Bretz
4353
4354 * mjobs/MJCut.cc:
4355 - fixed a problem when not enabling "--res"
4356
4357 * mimage/MHVsSize.[h,cc]:
4358 - added more displayed variables
4359
4360 * mjobs/MJSpectrum.[h,cc]:
4361 - added
4362
4363 * mjobs/Makefile, mjobs/JobsLinkDef.h:
4364 - added MJSpectrum
4365
4366 * Makefile:
4367 - added sponde.cc
4368
4369 * sponde.cc:
4370 - added
4371
4372 * mhbase/MBinning.h:
4373 - added Print() to //*MENU*
4374
4375 * mhflux/MAlphaFitter.cc:
4376 - do not set inf-flag in Print()
4377
4378 * mhflux/MHAlpha.[h,cc]:
4379 - set all-flag for printing MAlphaFitter("result")
4380 - added Getter for excess histogram
4381
4382 * mjobs/MDataSet.[h,cc]:
4383 - allow to initialize a TChain from this dataset
4384
4385 * mjobs/MJCut.cc:
4386 - moved energy estimator back before Cut0 otherwise the
4387 EnergyEst container is missing in summary file
4388
4389 * mhflux/MHCollectionArea.cc:
4390 - draw efficiency into third pad
4391
4392
4393
4394 2005/04/18 Thomas Bretz
4395
4396 * manalysis/MCompProbCalc.cc, mbadpixels/MBadPixelsCalc.cc,
4397 mbadpixels/MBadPixelsTreat.cc:
4398 - some fixes to documentation (THtml complained about missing
4399 classes)
4400
4401 * mbase/MStatusArray.[h,cc]:
4402 - implemented some functions to print contents of StatusArray
4403 and/or tab/canvas.
4404
4405 * mhbase/MFillH.cc:
4406 - remove fH from ListOfPrimitives before adding Clone in
4407 PostProcess
4408
4409 * mhbase/MH.[h,cc]:
4410 - implemented new member function RemoveFromPad (necessary
4411 if a class should support same-option)
4412
4413 * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
4414 mimage/MHImagePar.cc, mimage/MHNewImagePar.cc, mimage/MHVsSize.cc:
4415 - fixed naming in case of same-option in Draw
4416 - remove previous histograms from pad in case of same-option
4417
4418 * mjobs/MJCut.[h,cc]:
4419 - write all binnings in WriteResult
4420 - write MHillasExt to output
4421 - BinningWidth, BinningLength and BinningDist added
4422
4423 * mjobs/MJOptimize.[h,cc]:
4424 - fixed a typo in output
4425 - allow to exchange Test-/Train-Sample
4426
4427 * ganymed.cc:
4428 - implemented "-mc" option to allow cutting MC samples
4429
4430 * showlog.cc:
4431 - implemented real treatment of debug-levels
4432 - return 1 instead of 0 in cae of normal finish
4433
4434 * manalysis/MEnergyEstimate.h, mbase/MContinue.h,
4435 mhflux/MAlphaFitter.h:
4436 - added Print() to context //*MENU*
4437
4438 * manalysis/MMatrixLoop.cc:
4439 - fixed returning of number of entries if using split mode
4440
4441 * mbase/MContinue.cc:
4442 - implemented Print() function
4443
4444 * mbase/MParContainer.[h,cc]:
4445 - in Read set name of object to argument name if argument!=NULL
4446 - reordered some checks for Method calls
4447
4448 * mdata/MDataFormula.cc:
4449 - fixed a problem with the replacement if using [?] for
4450 fits
4451
4452 * mfbase/MFEventSelector2.cc:
4453 - replaced some +=1 and -=1 by ++ and --
4454
4455 * mfileio/MReadMarsFile.cc:
4456 - fixed a bug which caused Preprocess to crahs if instatiated
4457 with default constructor
4458
4459 * mhbase/MH.cc, mhflux/MHEffectiveOnTime.cc:
4460 - use dynamic_cast if getting "stats"
4461
4462 * mhflux/MAlphaFitter.cc:
4463 - small updates to output
4464
4465 * mhflux/MHEnergyEst.cc:
4466 - fixed all axis lables
4467 - implemented fit of resolution
4468 - initialize fBias=0 in SetupFill
4469 - enhances Print() output
4470
4471 * mjobs/MJCalibrateSignal.cc:
4472 - moved all tasks for interleaved calibration events to
4473 a third tasklist
4474
4475 * mjobs/MJCut.[h,cc]:
4476 - implemented correct treatment of MC files
4477 - write resulting events to result file if no filename set
4478 - moved energy estimator behind cuts
4479
4480 * mjobs/MJOptimize.cc:
4481 - changed RunEnergy such, that it can correctly treat
4482 MC files written by ganymed using wobble-mode
4483
4484 * mbase/MStatusDisplay.cc:
4485 - fixed a possible crash in GetFullPad
4486
4487 * mhbase/MBinning.[h,cc]:
4488 - implemented Copy Constructor
4489
4490 * mhflux/MHCollectionArea.h:
4491 - call CalcEfficiency in Finalize
4492
4493 * mhflux/MHEnergyEst.[h,cc]:
4494 - implemented GetWeights
4495
4496 * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
4497 mimage/MHImagePar.cc, mimage/MHNewImagePar.cc, mimage/MHVsSize.cc:
4498 - remove histograms from global directory if name was changed
4499 in Draw
4500
4501 * mimage/MHVsSize.cc:
4502 - exhanged the arguments of TMath::Sign
4503
4504
4505
4506 2005/04/14 Thomas Bretz
4507
4508 * Release 0.9.1
4509
4510
4511
4512 2005/04/14 Thomas Bretz
4513
4514 * mjobs/MJCut.cc:
4515 - added MPointingPos to output
4516
4517
4518
4519 2005/04/13 Thomas Bretz
4520
4521 * mbase/MStatusDisplay.[h,cc]:
4522 - implemented new Image types which can be written
4523
4524 * mhbase/MBinning.[h,cc]:
4525 - added some more constructors which can set the binning directly
4526
4527 * mhflux/MHEnergyEst.h:
4528 - added getter for fHEnergy
4529
4530 * mhflux/FluxLinkDef.h, mhflux/Makefile:
4531 - added MHCollectionArea
4532
4533 * mhflux/MHCollectionArea.[h,cc]:
4534 - added
4535
4536
4537
4538 2005/04/13 Daniela Dorner
4539
4540 * datacenter/macros/fillcalib.C:
4541 - added update
4542
4543 * datacenter/scripts/copyscript
4544 - fixed bug / changed path
4545
4546 * datacenter/macros/setupdb.C
4547 - added table
4548
4549
4550
4551 2005/04/12 Daniela Dorner
4552
4553 * datacenter/macros, datacenter/scripts:
4554 - added
4555
4556 * datacenter/macros/buildsequenceentries.C,
4557 datacenter/macros/checkfileavail.C,
4558 datacenter/macros/doexclusions.C,
4559 datacenter/macros/fillcalib.C,
4560 datacenter/macros/filldotrbk.C,
4561 datacenter/macros/filldotrun.C,
4562 datacenter/macros/fillsignal.C,
4563 datacenter/macros/findcacofiles.C,
4564 datacenter/macros/getdolist.C,
4565 datacenter/macros/insertcacofile.C,
4566 datacenter/macros/insertdate.C,
4567 datacenter/macros/resetallruns.C,
4568 datacenter/macros/setstatus.C,
4569 datacenter/macros/setupdb.C,
4570 datacenter/macros/writesequencefile.C,
4571 datacenter/scripts/buildsequenceentries
4572 - added macros to do the automatic procedures in the datacenter
4573
4574 * datacenter/scripts/checkfilesforsequenceavail,
4575 datacenter/scripts/copyscript,
4576 datacenter/scripts/correcttime,
4577 datacenter/scripts/doexclusions,
4578 datacenter/scripts/filesondisk,
4579 datacenter/scripts/fillcallisto,
4580 datacenter/scripts/runcallisto,
4581 datacenter/scripts/runstar,
4582 datacenter/scripts/writesequencefiles
4583 - added scripts to do the automatic procedures in the datacenter
4584
4585 * automatic-exclusions.rc, steps.rc
4586 - added rc files for the automatic procedures
4587
4588
4589
4590 2005/04/12 Thomas Bretz
4591
4592 * Makefile:
4593 - for the moment remove mhistmc from compilation
4594
4595 * ganymed.cc:
4596 - return 2 when detecting wrong commandline argument
4597
4598 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
4599 - removed MEnergyEst (replaced by a simple MParameterD)
4600
4601 * manalysis/MEnergyEstimate.[h,cc]:
4602 - replaced MEnergyEst by MParameterD
4603 - implemented Print() function
4604 - updated ClassVersion from 0 to 1 to allow storage of
4605 energy estimator
4606
4607 * mbase/MStatusArray.[h,cc]:
4608 - overloaded DisplayIn to allow displaying a single tab
4609 - added some output if ObjectInCanvas not found
4610
4611 * mbase/MStatusDisplay.[h,cc]:
4612 - enhanced Read() and Display() with the possibility to only
4613 read or display a single tab
4614
4615 * mcalib/MCalibrateData.cc:
4616 - enhancements to logging output
4617
4618 * mcalib/MCalibrationRelTimeCalc.cc:
4619 - some fixes to format of logging output
4620
4621 * mfbase/MF.[h,cc]:
4622 - changed kAllowEmpty from a bit to the new datamember fAllowEmpty.
4623 This was necessary to allow storage of MF into files
4624 - changed ClassVersion from 0 to 1
4625
4626 * mhbase/MBinning.cc:
4627 - fixed SetEdgesRaw (lin, log, etc was ignored)
4628
4629 * mhflux/MHAlpha.[h,cc]:
4630 - replaced MEnergyEst by MParameterD
4631 - renamed Theta to ExcessTheta
4632 - renamed Energy to ExcessEnergy
4633 - renamed Size to ExcessSize
4634 - renamed Time to ExcessTime
4635
4636 * mhflux/MHEnergyEst.[h,cc]:
4637 - replaced MEnergyEst by MParameterD
4638 - implemented Print() function
4639 - some fixes to displaying the histograms. This makes sure,
4640 that no crashes happen, but unluckily it works correctly only
4641 with root 4.02/00
4642
4643 * mjobs/MJOptimize.[h,cc]:
4644 - implemented a AddPreCut taking a MFilter as argument
4645 - SetBit(kCanDelete) for all internal PreCuts
4646 - Print the result of the energy estimation after it was done
4647
4648 * mranforest/MRFEnergyEst.[h,cc]:
4649 - replaced MEnergyEst by MParameterD
4650
4651 * mfileio/MReadTree.cc:
4652 - shortened the output a bit when siwtching to the next file
4653
4654
4655
4656 2005/04/11 Thomas Bretz
4657
4658 * manalysis/MMatrixLoop.[h,cc]:
4659 - implement option to divide matrix into two samples
4660
4661 * mhflux/MHEnergyEst.cc:
4662 - changed to display projection of enegry resolution
4663 - fixed to use correct minimization value
4664
4665 * mjobs/MJOptimize.[h,cc]:
4666 - implemented option to divide sample into test/train
4667
4668 * mcalib/MCalibCalcFromPast.cc, mcalib/MCalibColorSteer.cc,
4669 mcalib/MCalibrationChargeCalc.cc, mhcalib/MHCalibrationCam.cc:
4670 - small updates to log-output
4671
4672 * mhflux/MAlphaFitter.cc:
4673 - output scale-factor
4674
4675 * mhist/MHCamera.cc:
4676 - as a workaround for a severe problem in gStyle->SetPalette
4677 when using the deep blue sea I have switched off this
4678 Platte for the moment
4679
4680
4681
4682 2005/04/08 Markus Gaug (2005/04/07)
4683
4684 * mhcalib/MHCalibrationChargeCam.cc:
4685 - UNDOCUMENTED CHANGE: Do not call histlo.CreateFourierSpectrum()
4686 if IsOscillations()
4687
4688 * mjobs/MJCalibrateSignal.cc:
4689 - UNDOCUMENTED CHANGE: Set SetOscillations(kFALSE) for
4690 hchacam, hbndcam, hrelcam
4691
4692 * mhcalib/MHCalibrationRelTimeCam.cc:
4693 - fill array only if IsOscillations() is true. This is the case in
4694 all classes deriving from MHCalibrationCam, except for this one!
4695 The effect was that the interlaced calib. events occupied more
4696 and more memory becoming slower and slower because the option:
4697 SetOscillations(kFALSE) was not treated correctly.
4698
4699 * mjobs/pedestalref_Dec04.rc
4700 - update the reference lines in the display according to the spline
4701 extractor.
4702
4703 * mjobs/MJCalibration.cc
4704 - clarify a mis-leading histogram title
4705
4706 * callisto_Dec04Jan05.rc:
4707 - UNDOCUMENTED CHANGE: use the pedestref_Dec04.rc as reference
4708 file.
4709
4710
4711
4712 2005/04/08 Thomas Bretz
4713
4714 * mhbase/MH3.cc:
4715 - replaced all Float-histograms by double histograms. This
4716 is backward compatible with I/O and has the advantage, that
4717 we are compatible with most other double histograms used in
4718 Mars
4719
4720 * mhflux/MHEnergyEst.cc:
4721 - made the energy binning the same than in all other classes
4722
4723 * mreport/MReportStarguider.[h,cc]:
4724 - implemented new values from new starguider report as defined
4725 in TDAS00-07 V7.1
4726 - Fixed the formerly wrong unit of fDevAz and fDevZd (unit now
4727 is arcmin)
4728
4729 * mjobs/MJCalibrateSignal.cc:
4730 - first replaced contmc by a new filter Markus G. used, but
4731 after a discussion with Abelardo it turned out, that the
4732 original filter does a better job, becuase it takes both
4733 (level 1 trigger and minimum number of phes) conditions
4734 used in the MC into account.
4735
4736 * mjobs/MJCut.cc:
4737 - added a plot: Effective-On-Time versus Theta used to produce
4738 a spectrum
4739
4740 * mjobs/MJCalibrateSignal.cc:
4741 - removed condition IsUseBlindPixel() and IsUsePINDiode from
4742 setting filter and applied it to the corresponding task
4743
4744 * mjobs/MDataSet.cc:
4745 - fixed a bug using the default paths
4746
4747
4748
4749 2005/04/07 Thomas Bretz
4750
4751 * mpointing/MSrcPosCalc.cc:
4752 - also skip Process if fSourcePos==NULL, this happens in real
4753 data, too, if no pointing correction is done.
4754
4755 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
4756 - removed MParameterI, MParameterD, MParameterDerr
4757
4758 * mbase/BaseLinkDef.h, mbase/Makefile:
4759 - added MParameterI, MParameterD, MParameterDerr
4760
4761 * mbase/MParList.cc:
4762 - if a container is rejected due to wrong inheritance its
4763 inheritance is mentioned in the error message
4764
4765 * mhbase/HBaseLinkDef.h, mhbase/Makefile:
4766 - removed MWeight
4767
4768 * mhbase/MWeight.[h,cc]:
4769 - removed, replaced by MParameterD
4770
4771 * mhbase/MFillH.[h,cc], mmontecarlo/MMcWeightEnergySpecCalc.[h,cc]:
4772 - replaced MWeight by MParameterD
4773
4774 * mjobs/MJStar.cc:
4775 - fixed the wrong axis title in the histogram showing the rate
4776
4777 * manalysis/MParameters.[h,cc]:
4778 - moved to mbase
4779
4780 * mbase/MParameters.[h,cc]:
4781 - inherit MParameterDerr from MParameterD
4782 - changed class version of MParameterDerr from 1 to 2
4783
4784 * mfbase/MFEventSelector2.cc:
4785 - fixed that in SelectProb the wrong bin was chosen
4786
4787
4788
4789 2005/04/07 Markus Gaug (2005/04/06)
4790
4791 * mjobs/calibrationref_Dec04.rc
4792 * callisto_Dec04Jan05.rc
4793 - update the reference lines in the display according to the spline
4794 extractor.
4795
4796 * msignal/MExtractTimeAndChargeSpline.cc
4797 - move fgHiGainFirst from 2 to 0. This is important for the Dec. und
4798 January data where the calib. pulse position changes much.
4799
4800 * mjobs/MJCalib.cc
4801 * mjobs/MJCalibration.cc
4802 - move fDevice and functions IsUseBlindPixel() and
4803 IsUsePINDiode() into the base class.
4804
4805 * mjobs/MJCalibrateSignal.cc
4806 - do not apply the modified extraction window to the interlaced
4807 calibration events. This is a bugfix especially for the
4808 December and January data.
4809 - extract and fit blind pixel and pin diode only if flag
4810 IsUseBlindPixel() or IsUsePINDiode() is set.
4811
4812
4813
4814 2005/04/07 Markus Gaug (2005/04/03)
4815
4816 * mcalib/MCalibrateData.cc
4817 - made one warning more understandable.
4818
4819 * msignal/MExtractTimeAndChargeDigitalFilter.cc
4820 - moved fgOffsetFromLogain from -1.8 to -2.8. This corrects only an
4821 defective extraction of the MC at low-gain signals lower than 90
4822 phes.
4823
4824
4825
4826 2005/04/07 Markus Gaug (2005/04/01)
4827
4828 * mpedestal/MExtractPedestal.[h,cc]
4829 - use the standard way to define the default for fNumEventsDump
4830 - added missing "NumDump" in ReadEnv
4831
4832 * callisto_*.rc
4833 - correct the default of the number of events used in
4834 pedestal calculation (NumEventsDump).
4835 - added missing lines for setting of parameters for the
4836 MJCalibrateSignal.PedCalcFromExtractRndm.*
4837 (CORRECTED SOME BUGS IN THIS LINES)
4838 - Replaced NumEventsDump by NumDump
4839
4840
4841
4842 2005/04/05 Thomas Bretz
4843
4844 * mjobs/MSequence.cc:
4845 - fixed a bug in SetupDatRuns. P was setup instead of D
4846
4847 * star.cc, mjobs/MJStar.cc:
4848 - fixed wrong setup of data-files
4849
4850 * mjobs/pedestalref_Feb05.rc, mjobs/hilocalib_sp1.root,
4851 mjobs/hilocalib_sp1_mc.root:
4852 - added
4853
4854 * mimage/MHillasCalc.[h,cc]:
4855 - implemented missing ReadEnv - DON'T KNOW WHERE IT WAS! argh...
4856
4857 * mmc/MMcCorsikaRunHeader.h:
4858 - added Getter for fWobbleMode
4859
4860 * mpointing/MSrcPosCalc.[h,cc]:
4861 - added detection of MC files and setting of source position
4862 according to wobble mode flag in MMcCorsikaRunHeader
4863 - fixed a bug in ReadEnv (wrong return statement) found
4864 by Abelardo. Correct handling of floating point numbers
4865 in the source position (12.5) was affected.
4866
4867
4868
4869 2005/04/04 Thomas Bretz
4870
4871 * callisto.cc, sinope.cc, mjobs/MDataSet.[h,cc], mjobs/MJCalibTest.cc,
4872 mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
4873 mjobs/MSequence.[h,cc]
4874 - changed setup procedure for paths to allow using standard
4875 paths everywhere
4876 - fixed to use new correct datacenter standard paths
4877 - made sure, that the sequences in a dataset are sorted by
4878 their number to ensure the correct synchronization
4879
4880 * mhflux/MHAlpha.cc:
4881 - display correct error (excess/significance)
4882
4883 * mjobs/MJCalibrateSignal.cc, mjobs/MJPedestal.cc:
4884 - removed MPointingPosCalc from Tasklist
4885
4886 * mjobs/MJStar.cc:
4887 - added MPointingPosCalc to tasklist for "Events" in case of MC
4888
4889 * ganymed.cc, mjobs/MJCut.[h,cc]:
4890 - implemented an option to enhance the display
4891 - do not display FS plot in wobble mode
4892 - made sure files are not written when they should not be written
4893
4894 * mhflux/MHAlpha.[h,cc]:
4895 - let FitEnergyBins return the mean of the significance of
4896 all Energy Bins
4897
4898 * mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
4899 mimage/MHImagePar.cc, mimage/MHNewImagePar.cc:
4900 - implemented or fixed implementation of "same" Draw-option
4901 - slightly modified binning for Dist in MHHillasSrc
4902
4903 * mjobs/MJCalibrateSignal.cc:
4904 - do not plot pulse time twice
4905
4906 * mjobs/MJOptimize.cc:
4907 - print all parameters in minuit after they have been
4908 setup
4909
4910
4911
4912 2005/04/01 Thomas Bretz
4913
4914 * mbadpixels/MBadPixelsCalc.cc:
4915 - switched on bad pixel detection for a pedestal level
4916 which is more than 5 times the variance
4917
4918 * mfbase/MF.cc:
4919 - when fixing the "Inverted" bit in ReadEnv don't print a
4920 message on the screen
4921
4922 * mhflux/MHAlpha.cc:
4923 - plot correct errors
4924 - do not plot the point if its significance is not greater 1
4925
4926
4927
4928 2005/03/29 Markus Gaug
4929
4930 * mcalib/MCalibColorSet.cc:
4931 - added runs 34814, 34815, 45493, 45502, 45525, 45537 and 45548
4932
4933
4934
4935 2005/03/29 Thomas Bretz
4936
4937 * ganymed.cc:
4938 - implemented cmdline option for wobble and no-wobble to overwrite
4939 dataset
4940 - added cmdline option to print dataset
4941
4942 * mbase/MEvtLoop.[h,cc]:
4943 - added some memory leak analysis to eventloop
4944
4945 * mbase/MStatusDisplay.[h,cc]:
4946 - added third part to status bar which displays the current
4947 memory usage
4948 - added some more sizes to menu bar
4949 - replaced SetStatusLine1/2 by calling a common SetStatusLine
4950 - added a delete to CloseWindow() to be able to close a
4951 static window. REMARK: This gives a hell of warnings in
4952 valgrind but it is currently the only option to get this working
4953 which is really annoying
4954
4955 * mhbase/MH.cc:
4956 - small simplification
4957
4958 * mhbase/MHMatrix.cc:
4959 - replaced IsValid() by a check for the number of Rows, this
4960 was necessary because in root 4.02/00 all matrices seems
4961 to be valid
4962
4963 * mhflux/MHAlpha.cc:
4964 - changed the number of default bins in energy
4965 - make sure that the Alpha plot for off-data is displayed with
4966 a minimum at 0
4967 - fixed TPad::Divide for root 4.02/00
4968
4969 * mhflux/MHEnergyEst.cc:
4970 - use the mean abs of the resolution as fit value
4971 - some fixed to graphics
4972 - fixed the TPad::Divide for root 4.02/00
4973 - for the moment removed the pad added to the list of cleanups
4974 to get rid of the crashes
4975
4976 * mhflux/MHFalseSource.cc:
4977 - fixed for root 4.02/00 which seaqrches in the current pad
4978 for the histogram when calling Project3D
4979 - fixed the TPad::Divide for root 4.02/00
4980
4981 * mhist/MHHadronness.[h,cc]:
4982 - use MParameterD instead of MHadronness
4983
4984 * mimage/ImageLinkDef.h, mimage/Makefile:
4985 - added MHVsSize
4986
4987 * mimage/MHHillas.cc:
4988 - implemented 'same' for Center-histogram
4989
4990 * mhflux/FluxLinkDef.h, mhflux/Makefile:
4991 - added MHEnergyEst
4992
4993 * mhflux/MAlphaFitter.[h,cc]:
4994 - added significancetimes log10(excess) as fit option
4995
4996 * mjobs/MDataSet.[h,cc]:
4997 - added wobble-mode option
4998
4999 * mjobs/MJCut.cc:
5000 - changed default binning for energy
5001 - added MHillasSrcAnti optionally to the output
5002 - added MHVsSize to the tabs which are shown
5003
5004 * mjobs/MJOptimize.[h,cc]:
5005 - added dummy parameters to FixParameter for compatibility
5006 with SetParemeter
5007 - replaced MFSupercuts by MFMagicCuts
5008 - use Energy in MHAlpha instead of size
5009
5010 * mbase/MFilter.[h,cc]:
5011 - implemented ReadEnv to treat "Inverted"
5012
5013 * mfbase/MF.[h,cc], mfilter/MFSupercuts.cc:
5014 - treat "inverted" with MFilter::ReadEnv
5015
5016 * manalysis/MCompProbCalc.[h,cc], mranforest/MRanForestCalc.[h,cc]:
5017 - replaced MHadronness by MParameterD
5018
5019 * mdata/MDataFormula.[h,cc]:
5020 - removed comments from SetVariables
5021 - replaced GetExpFormula by GetTitle
5022
5023 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
5024 - MHadronness removed
5025
5026 * mfilter/MFMagicCuts.[h,cc]:
5027 - added
5028
5029 * mfilter/FilterLinkDef.h, mfilter/Makefile:
5030 - added MFMagicCuts
5031
5032 * mjobs/Makefile, mjobs/JobsLinkDef.h:
5033 - removed MJExtractSignal
5034
5035 * mfbase/MF.cc:
5036 - fixed a problem with double-inversion in ReadEnv
5037
5038 * mpointing/MSrcPosCalc.cc:
5039 - removed an output line which showed only an empty container
5040
5041
5042
5043 2005/03/24 Thomas Bretz
5044
5045 * callisto.cc, ganymed.cc, mars.cc, merpp.cc, readdaq.cc,
5046 readraw.cc, showlog.cc, showplot.cc, sinope.cc, star.cc:
5047 - replaced all returns of -1 by return 2
5048
5049 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
5050 - added MEnergyEst (container)
5051
5052 * mhflux/MAlphaFitter.[h,cc]:
5053 - implemented new fit result options
5054
5055
5056
5057 2005/03/23 Markus Gaug
5058
5059 * msignal/MExtractTimeAndChargeDigitalFilter.cc
5060 - fix a bug in the time fine adjustment
5061
5062 * mjobs/hilocalib_*_mc.root
5063 - high-gain low-gain intercalibration constants for the MC.
5064
5065 * mjobs/MJCalibration.cc
5066 - use the MC- intercalibration files for MC.
5067
5068
5069
5070 2005/03/23 Thomas Bretz
5071
5072 * mhcalib/MHCalibrationChargeCam.cc:
5073 - fixed a possible crash in DrawDataCheckPixel() if
5074 pix.GetGraphEvents() returns NULL
5075
5076
5077
5078 2005/03/23 Thomas Bretz
5079
5080 * Release 0.9
5081
5082
5083
5084 2005/03/23 Thomas Bretz
5085
5086 * ganymed.cc:
5087 - implemented wobble-mode option
5088
5089 * mhflux/MAlphaFitter.[h,cc]:
5090 - fixed a problem in wobble mode (number of on- minus number
5091 of off-entries where calculated as 0)
5092 - added some additional resource options for scaling
5093 - added some missing const-qualifiers
5094
5095 * mhflux/MHAlpha.cc:
5096 - some cosmetic change to output
5097
5098 * mjobs/MDataSet.[h,cc]:
5099 - added the possibility to add a source name for wobble mode
5100 (preliminary)
5101 - added reading from *.edb catalog
5102
5103 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
5104 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc:
5105 - replaced iter.Print("all") by iter.Print()
5106
5107 * mjobs/MJCut.[h,cc]:
5108 - implemented wobble mode
5109 - implemented getting source position
5110
5111 * mjobs/MJStar.cc:
5112 - switched off calculation of MConcentration
5113 - implemented the new debug option for files (was still missing
5114 in MJStar)
5115
5116 * mpointing/MSrcPosCalc.[h,cc]:
5117 - always writa the anti-source position into the parameter list, too
5118 - implemented wobble mode (exchange source and anti-source position)
5119
5120 * mjobs/Makefile, mjobs/JobsLinkDef.h:
5121 - added MJOptimize
5122
5123 * mfilter/MFSupercuts.[h,cc]:
5124 - added
5125
5126 * mfilter/Makefile, mfilter/FilterLinkDef.h:
5127 - added MFSupercuts
5128 - removed MFAlpha
5129
5130 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
5131 - removed MEnergyEst
5132 - removed MEnergyEstParam
5133 - removed MEnergyEstParamDanielMkn421
5134 - removed MSupercuts
5135 - removed MSupercutsCalc
5136 - removed MFindSupercuts
5137 - removed MMinuitInterface
5138 - removed MFiltercutsCalc
5139
5140 * mhist/Makefile, mhist/HistLinkDef.h:
5141 - removed MHEnergyTime
5142 - removed MHEnergyTheta
5143 - removed MHAlphaEnergyTime
5144 - removed MHAlphaEnergyTheta
5145 - removed MHThetabarTime
5146 - removed MHThetabarTheta
5147 - removed MHGamma
5148 - removed MHSigmaPixel
5149 - removed MHSigmabarTheta
5150 - removed MHOnSubtraction
5151 - removed MHFindSignificance
5152 - removed MHCT1Supercuts
5153
5154 * mhflux/Makefile, mhflux/HistLinkDef.h:
5155 - added MHEnergyEst
5156
5157
5158
5159 2005/03/22 Thomas Bretz
5160
5161 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
5162 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc:
5163 - added a possibility to print the files which are
5164 searched/found if the files doesn't match the sequence
5165
5166 * mjobs/MJPedestal.cc:
5167 - undocumented(!) change, changed fgExtractWinLeft
5168 from 3.5 to 2.5
5169
5170 * mimage/MHillas.cc:
5171 - fixed a bug which took unused pixels into account
5172 introduced errornously with the last change to MSignalCam
5173
5174
5175
5176 2005/03/21 Thomas Bretz
5177
5178 * mfbase/MFDataChain.cc:
5179 - fixed a bug in GetDataMember if fData is not valid
5180
5181 * mhbase/MH3.cc:
5182 - moved drawing histograms back to Draw. This fixes a
5183 problem with root 4.02/00. Reading/Writing should be
5184 no problem if the names of the profiles are well known.
5185 - with this fix 'same' is currently NOT supported
5186
5187 * mimage/ImageLinkDef.h, mimage/Makefile:
5188 - added MNewImagepar2
5189 - added MHCewImagePar2
5190
5191 * mimage/MNewImagePar2.[h,cc], mimage/MHNewImagePar2.[h,cc]:
5192 - added new classes calculating and displaying the length
5193 of the border line of a shower
5194
5195 * mimage/MHImagePar.cc:
5196 - fixed a problem with root 4.02/00 when setting the margin
5197 in Divide to 0 by setting it to 1e-10
5198
5199 * mimage/MHNewImagePar.[h,cc]:
5200 - fixed to display Areas in deg^2
5201
5202 * mimage/MHillas.cc, mimage/MHillasExt.cc, mimage/MHillasSrc.cc,
5203 mimage/MImagePar.cc, mimage/MNewImagePar.cc
5204 - a small fix to Print()
5205
5206 * mimage/MHillasCalc.[h,cc]:
5207 - added MNewImagePar2 to supported image parameters
5208
5209 * mjobs/MJStar.cc:
5210 - replaced MCerPhotEvt by MSignalCam
5211
5212 * msignal/cosmics_weights46.dat, msignal/calibration_weightsUV46.dat,
5213 mjobs/hilocalib_df46.root:
5214 - added new intercalibration file for digital filter 4sl higain
5215 and 6sl logian
5216
5217 * mbase/MLogHtml.cc:
5218 - fixed a bug in Underline which cause a crash if fOut==NULL
5219 - output a message if file cannot be opened
5220
5221 * mhcalib/MHCalibrationPulseTimeCam.cc:
5222 - for some output there was a replacement of pix.GetPixId()
5223 by hist.GetName() <undocumented>
5224
5225 * mimage/MHillas.[h,cc]:
5226 - added new member function GetBorderLine returning the border
5227 line correspondig to an ellipse with axis lnegth and width
5228 - added new member function GetArea returning the area
5229 correspondig to an ellipse with axis lnegth and width
5230
5231
5232
5233 2005/03/19 Markus Gaug
5234
5235 * mjobs/hilocalib_df46.root
5236 - added new intercalibration file for digital filter 4sl higain
5237 and 6 slices logain
5238
5239 * mjobs/MJCalibration.cc
5240 - exchanged intercalibration file from hilocalib_df_4.root to
5241 hilocalib_df46.root
5242 - do not apply hi-gain lo-gain intercalibration for MC files.
5243
5244 * mjobs/MJPedestal.cc
5245 - exchanged two (Int_t)'s by TMath::Nint().
5246 - undocumented(!) change to the calculation of the extraction
5247 range (PulsePosCheck)
5248
5249 * callisto.rc
5250 - exchanged default weights file for Digital filter from
5251 cosmics_weights4.dat to cosmics_weights46.dat and from
5252 calibration_weights_UV4.dat to calibration_weights_UV46.dat!
5253 This change is absolutely necessary, given the new results from
5254 Nuria about the signal resolution in the low gain which gets worse
5255 than the intrinsic Poisson jitter above 350 phes. Also the time
5256 resolution is too bad. This was not known before we had the
5257 correct low-gain MC pulse.
5258
5259
5260
5261 2005/03/18 Thomas Bretz
5262
5263 * Makefile:
5264 - removed mone from list of compiled programs
5265
5266 * mars.cc:
5267 - replaced the MARS display by the Camera Display directly
5268
5269 * manalysis/MCameraData.[h,cc], mcalib/MCalibrateData.[h,cc],
5270 mbadpixels/MBadPixelsTreat.[h,cc], mcalib/MCalibrateRelTimes.[h,cc],
5271 mimage/MCameraSmooth.[h,cc], mimage/MConcentration.[h,cc],
5272 mimage/MHillas.[h,cc], mimage/MHillasExt.[h,cc],
5273 mimage/MImgCleanStd.[h,cc], mimage/MNewImagePar.[h,cc],
5274 mimage/MImagePar.[h,cc], MNewImagePar.[h,cc],
5275 mjobs/MJCalibTest.cc, mhcalib/MHCalibrationTestCam.[h,cc],
5276 mpedestal/MPedPhotCalc.[h,cc], mjobs/MJCalibrateSignal.cc:
5277 - removed dependancy on MArrivalTime, information now
5278 found in MSignalCam
5279 - replaced MCerPhotEvt by MSignalCam
5280 - it was renamed because it will be completely incompatible
5281 anyhow
5282
5283 * mjobs/MJCalibrateSignal.cc:
5284 - use new MSignalCam type to display pulse position of cosmics
5285
5286 * mcalib/MCalibrateData.cc:
5287 - calculate number of saturated pixels
5288
5289 * manalysis/MCerPhotEvt.[h,cc]:
5290 - removed possibility for zero-supression. Now the index
5291 is identical with the position in the array
5292 - renamed and moved to msignal/MSignalCam.[h,cc]
5293
5294 * manalysis/MCerPhotPix.cc:
5295 - removed obsolete values
5296 - added arrival time
5297 - renamed and moved to msignal/MSignalPix.[h,cc]
5298
5299 * mcalib/MCalibrationChargeCalc.cc:
5300 - some cosmetic changes and small fixed from the Munich cvs
5301 (undocumented)
5302
5303 * mfileio/MWriteRootFile.cc:
5304 - fixed bug in RecursiveRemove which caused crashed with real
5305 data
5306
5307 * mhft/MGeomCamMagicEnhance.cc, mhft/MHexagonalFTCalc.cc:
5308 - updated, but untested
5309
5310 * mhist/MHCamEvent.[h,cc]:
5311 - some fixes in Draw to get a correct display in root 4.02/00
5312 (at least on 64-bit systems)
5313 - removed kSqrtVariance it is included in kProfile now
5314
5315 * mhist/MHCamera.[h,cc]:
5316 - removed sqrtvariance option which is included in profile now
5317 - the profile now uses the new array fBinEntries to display
5318 a more accurate profile
5319
5320 * mhist/MHEvent.cc:
5321 - set to type 6 for arrival times
5322
5323 * mimage/MHillasCalc.cc:
5324 - updated text for error=1
5325
5326 * mimage/MImagePar.cc:
5327 - copy number of saturated pixels from MSignalCam
5328
5329 * mjobs/MJStar.cc:
5330 - enhanced title of some histogram
5331
5332 * mjobs/MSequence.cc:
5333 - updated path to fit data center (D.Dorner)
5334
5335 * mmain/MEventDisplay.cc:
5336 - display Arrival Time from MSignalCam now
5337
5338 * msignal/MArrivalTimeCam.cc:
5339 - implemented a new case 6 which is identical with the
5340 default case AND arrival time from MSignalCam
5341
5342 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
5343 manalysis/:
5344 - removed MCerPhotEvt
5345 - removed MCerPHotPix
5346 - removed MCerPhotAnal
5347 - removed MCerPhotAnal2
5348 - removed MCerPhotCalc
5349
5350 * mimage/Makefile, manalysis/ImageLinkDef.h:
5351 - removed MHillasSrcCalc
5352
5353 * manalysis/MSupercutsCalc.cc:
5354 - removed an obsolete include
5355
5356 * mhist/Makefile, mhist/HistLinkDef.h:
5357 - removed MHSigmaTheta
5358
5359 * mmain/Makefile, mmain/HistLinkDef.h:
5360 - removed MDataCheck
5361 - removed Mars
5362 - removed MAnalysis
5363 - removed MMonteCarlo
5364 - removed MGDisplayAdc
5365 - removed MOnlineDisplay
5366 - removed MOnlineDump
5367
5368 * msignal/Makefile, msignal/HistLinkDef.h, msignal/:
5369 - added MSignalCam
5370 - added MSignalPix
5371 - added MSignalCalc
5372
5373 * msql/Makefile, msql/SqlLinkDef.h:
5374 - removed MSqlInsertRun
5375
5376 * mfilter/Makefile, mfilter/FilterLinkDef.h:
5377 - removed MFSelBasic
5378 - removed MFSelStandard
5379 - removed MFSelFinal
5380
5381
5382
5383 2005/03/17 Thomas Bretz
5384
5385 * callisto.cc:
5386 - added new option moon
5387 - use light condition from MSequence to determin light condition
5388 automatically
5389
5390 * mjobs/MJPedestal.h:
5391 - allow setting SetUseHists also to kFALSE
5392
5393 * mjobs/MSequence.[h,cc]:
5394 - added fLightCondition
5395
5396 * mcalib/MCalibrateData.cc:
5397 - undocumented change from Markus Gaug
5398
5399 * mfilter/MFCT1SelBasic.[h,cc], mfilter/MFCT1SelStandard.[h,cc],
5400 mfilter/MFCT1SelFinal.[h,cc]:
5401 - moved to manalysisct1
5402
5403 * mfilter/Makefile, mfilter/FilterLinkDef.h:
5404 - removed MFCT1SelBasic
5405 - removed MFCT1SelStandard
5406 - removed MFCT1SelFinal
5407
5408 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
5409 - removed MPad
5410 - removed MMakePadHistograms
5411 - removed MSigmabar
5412 - removed MSigmabarParam
5413 - removed MSigmabarCalc
5414
5415 * mimage/Makefile, mimage/ImageLinkDef.h:
5416 - removed MImgCleanTGB
5417
5418 * mmontecarlo/Makefile, mmontecarlo/MonteCarloLinkDef.h
5419 - removed MMcEnergyEst
5420 - removed MMcTimeGenerate
5421
5422 * msignal/Makefile, msignal/SignalLinkDef.h:
5423 - removed MArrivalTime
5424 - removed MArrivalTimeCalc
5425 - removed MArrivalTimeCalc2
5426
5427 * mjobs/MJCalibration.cc:
5428 - followed some undocumented changes from the other cvs
5429
5430
5431
5432 2005/03/16 Thomas Bretz
5433
5434 * callisto.cc:
5435 - set changed extractor in MJCalibrateSignal from MJPedestal
5436 - don't process 'range finding' for MonteCarlo data
5437
5438 * callisto.rc:
5439 - removed obsolete Modified* option
5440
5441 * mjobs/MJCalibrateSignal.[h,cc]:
5442 - removed obsolete flag for ModifiedExtractWin
5443 - allow also NULL for SetExtractor
5444 - rearanged the too MWriteRootFile instantiations otherwise
5445 callisto crashes in MWriteRootFile::ChangeFile
5446 - removed some obsolete comments about an old MC workaround
5447
5448 * mdata/MDataChain.cc:
5449 - fixe to allow sign after e (eg. 1e-3, 1e+5 instead of 1e3, 1e5)
5450
5451 * mcalib/MCalibColorSet.cc, mcalib/MCalibrationChargeCalc.cc,
5452 mhcalib/MHCalibrationCam.cc:
5453 - undocummented change
5454
5455
5456
5457 2005/03/16 Markus Gaug
5458
5459 * msignal/MExtractTimeAndChargeSlidingWindow.cc
5460 - fixed a bug in the reading of the resource file (reading of the
5461 MExtractTimeAndCharge resources was skipped).
5462
5463 * mcalib/MCalibrateData.cc
5464 - for the case that the high-gain saturates, but the low-gain signal
5465 could not be extracted successfully, take the high-gain signal,
5466 multiplied by 1.5 (before, 0 was taken erroneously).
5467
5468 * msignal/MExtractTimeAndCharge.cc
5469 - catch one potential case for memory leaks in the low-gain
5470 calculation. Extract low-gain only if the remaining extraction
5471 window is not smaller than the number of slices needed by the
5472 signal extractor.
5473 - set the default fgLoGainStartShift to -3.5
5474
5475 * msignal/MExtractTimeAndChargeSpline.[h,cc]
5476 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
5477 - adjust fLoGainStartShift by one slice, after findings from MC.
5478
5479
5480
5481 2005/03/15 Markus Gaug
5482
5483 * msignal/MExtractTimeAndChargeSpline.h
5484 - take fRandomIter out of the streamer.
5485 - take fRiseTimeLoGain and fFallTimeLoGain into the streamer.
5486 - raise version number to 4
5487
5488 * mjobs/MJCalibration.cc
5489 - set default to kFALSE for PIN Diode or Blind Pixel calibration
5490 (was kTRUE by error).
5491
5492
5493
5494 2005/03/15 Thomas Bretz
5495
5496 * mjobs/MJCalibrateSignal.[h,cc]:
5497 - added the fExtractor data member
5498 - added a destructor deleting it
5499 - only read extractor from file if not set by user
5500 - user fExtractor as extractor1
5501 - do not delete extractor1 if set by user
5502 - added member function to set extractor
5503
5504 * mjobs/MJPedestal.cc:
5505 - removed MFEventSelector workaround again
5506 - do not write pedy file anymore
5507
5508 * callisto.cc:
5509 - MJCalibrateSignal now takes the signal extractor directly
5510 instead of taking the long way round a new file
5511
5512 * mpedestal/MExtractPedestal.cc:
5513 - ReInit extractor correctly. Now the workaround should be
5514 really obsolete
5515
5516 * mbase/MGMenu.[h,cc]:
5517 - make fix fix also compile root 3.10.02
5518
5519
5520
5521 2005/03/14 Thomas Bretz
5522
5523 * mbase/MGMenu.h:
5524 - added a fix for root 4.02.00
5525
5526
5527
5528 2005/03/14 Markus Gaug
5529
5530 * mcalib/MCalibrateData.cc
5531 - catch the case that now high-gain low-gian intercalibration const.
5532 is available.
5533
5534 * mjobs/MJPedestal.cc
5535 - modify option for pedy*.root: from UPDATE to RECREATE
5536
5537
5538
5539 2005/03/11 Markus Gaug
5540
5541 * callisto.rc
5542 - changed default weights for DF to cosmics_weights4.dat. (This has
5543 turned out to be the most stable set of weights).
5544
5545 * mjobs/MJCalibration.cc
5546 - some cosmetic changes in the output
5547 - in case of WriteHists(), do not overwrite existing signal*.root
5548 file, but append histograms (bugfix!)
5549
5550
5551
5552 2005/03/10 Toni Coarasa (With Nadia's and Alessandro's inside)
5553
5554 * mjobs/MJCut.cc
5555 - inclusion of (TString) to avoid compiler error under 2.95.3
5556
5557 * sinope.cc
5558 - inclusion of <errno.h> to avoid compiler error under 2.95.3
5559
5560
5561
5562 2005/03/10 Markus Gaug
5563
5564 * msignal/MExtractTimeAndCharge.cc
5565 - set fgLoGainStartShift to -4.0
5566 - put a check to avoid a dynamic low-gain range < 0 (should not
5567 occur with current extractors, but one never knows...)
5568
5569 * msignal/MExtractor.[h,cc]
5570 - introduced Clear()-function, used in SetRange()
5571
5572 * mjobs/MJCalibrateSignal.cc
5573 - changed order of initialization of the 2 MWriteRootFiles whereupon
5574 the crash goes away. Have to revise the /dev/null work-around
5575 in MWriteRootFile!
5576
5577
5578
5579 2005/03/09 Markus Gaug
5580
5581 * msignal/MExtractTimeAndCharge.cc
5582 - catch a (very unprobable) case in which the low-gain range could
5583 be negative
5584
5585 * mjobs/MJCalibrateSignal.cc
5586 - modify writing of MCalibrationPulseTimeCam to disk in order to
5587 avoid program crash in the destructor of MJCalibrateSignal
5588
5589 * mhcalib/MHGausEvents.h
5590 - take fGraphEvents, fGraphPowerSpectrum, fHPowerProbability and
5591 fPowerSpectrum out of the streamer.
5592 - intialize fFlags to 0
5593
5594
5595
5596 2005/03/09 Thomas Hengstebeck
5597
5598 * mranforest/MRFEnergyEst.cc
5599 - changed call of min, max functions to TMath::Min() and
5600 TMath::Max() to avoid compilation problems with some gcc
5601 versions
5602 - changed check of energy rule (last col of MHMatrix) so, that
5603 any rule containing "fEnergy" is accepted.
5604
5605
5606
5607 2005/03/08 Markus Gaug
5608
5609 * mhcalib/MHPedestalCam.[h,cc]
5610 - introduce new parameter "fFitStart" to decide from outside where
5611 to start fitting the pedestals.
5612
5613
5614
5615 2005/03/07 Markus Gaug
5616
5617 * mjobs/hilocalib_df6.root
5618 * mjobs/hilocalib_sp2.root
5619 - two files with the high-gain vs. logain intercalibration results.
5620 for Digital filter and September data and Spline and December
5621 data.
5622
5623 * callisto.rc
5624 - allow setting the variables ExtractWinLeft and ExtractWinRight.
5625
5626 * mhcalib/MHCalibrationHiLoCam.h
5627 * mhcalib/MHCalibrationCam.h
5628 * mhcalib/MHGausEvents.h
5629 - put the Draw-functions into the *MENU*
5630
5631 * mjobs/MJCalibration.[h,cc]
5632 - introduced reading of hi-vs.logain calibration file
5633
5634 * mjobs/MJPedestal.[h,cc]
5635 - modified range setting according Thomas S. suggestions
5636
5637 * msignal/MArrivalTime.[h,cc]
5638 - took out some commented code which will not be used any more
5639 - improve Print() function
5640
5641
5642
5643 2005/03/05 Markus Gaug
5644
5645 * msignal/MExtractTimeAndChargeSpline.[h,cc]
5646 - removed the obsolete parts of "kMaximum" and "kHalfMaximum" in the
5647 code which were still persistent
5648 - set default extraction type to integral (instead of amplitude)
5649 - set version number to 3
5650
5651 * mcalib/MCalibrationChargeCam.[h,cc]
5652 - added new function GetAvergedConvFADC2PhePerArea for the datacheck
5653
5654 * mjobs/MJPedestal.[h,cc]
5655 - added function WriteExtractor which writes the extractor with the
5656 new ranges to disk if fPulsePosCheck has been selected.
5657
5658 * mjobs/MJCalibrateSignal.[h,cc]
5659 - added functionality to read the updated extractor from
5660 MJPedestalY2 (with the new extraction ranges).
5661
5662
5663
5664 2005/03/04 Abelardo Moralejo
5665
5666 * mmc/MFadcDefine.h
5667 - Changed constant SUBBINS from 5 to 500. This defines the
5668 resolution of the analog signal simulation in the camera MC.
5669 The time step is the duration of one FADC slice divided by
5670 SUBBINS. The change was necessary to implement correctly the PMT
5671 time jitter.
5672
5673
5674
5675 2005/03/03 Markus Gaug
5676
5677 * mjobs/pedestalref.rc
5678 * mjobs/calibrationref.rc
5679 * mjobs/calibrationref_Nov04.rc
5680 - added documentation
5681
5682 * mjobs/signalref.rc
5683 - added
5684
5685 * mjobs/MJPedestal.cc
5686 - re-added MFEventSelector which had been removed by TB on the
5687 15.2.2005.
5688 - added pulse position selector, as decided at the Berlin soft-
5689 ware meeting.
5690
5691 * callisto.cc
5692 - added SetPulsePosCheck() in MJPedestalY2
5693
5694 * mjobs/MJCalibrateSignal.cc
5695 - updated pulse pos. calculator, can be switched off now.
5696
5697 * mjobs/MJCalib.[h,cc]
5698 - added flag fPulsePosCheck
5699
5700
5701
5702 2005/03/02 Markus Gaug
5703
5704 * mjobs/MJCalib.[h,cc]
5705 * mjobs/MJPedestal.[h,cc]
5706 * mjobs/MJCalibration.[h,cc]
5707 * mjobs/MJCalibrateSignal.[h,cc]
5708 - put the storage types in the base class
5709
5710 * mbadpixels/MBadPixelsCam.cc
5711 - add some output in case that AsciiRead does not work
5712
5713 * msignal/MExtractTimeAndChargeSpline.cc
5714 - speed integration up a little bit.
5715
5716 * callisto.rc
5717 - adapt the low-gain stretch for the different pulse form for
5718 calibration and cosmics pulses (only applied if spline is used).
5719
5720
5721
5722 2005/02/25 Markus Gaug
5723
5724 * mhcalib/MHCalibrationHiLoCam.[h,cc]
5725 - fixed bug in inter-calibration hi-logain for arrival times.
5726
5727 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]
5728 - fixed the situation where the maximum bin is already found in the
5729 low-gain samples.
5730
5731 * mjobs/MJCalibration.cc
5732 - write the MPedestalCams also to disk (needed for data-check).
5733
5734
5735
5736 2005/02/25 Abelardo Moralejo
5737
5738 * msignal/MC_calibration_weights_UV.dat
5739 - Added. Weights file for using the digital filter on MC
5740 calibration files. For the moment the weights are the same as in
5741 the file calibration_weights_UV.dat, only that high and low gain
5742 have both the same weights because for the moment the MC pulse
5743 shape is the same in both gain branches.
5744
5745
5746
5747 2005/02/24 Markus Gaug
5748
5749 * mjobs/MJCalibrateSignal.cc
5750 - include display of pulse times (calculated in the post-process)
5751 - include the possibility for the pixel check (like in MJCalibration)
5752
5753 * mhcalib/MHCalibrationHiLoCam.cc
5754 - set default range up to 30.
5755
5756 * mhcalib/MHCalibrationChargeBlindPix.h
5757 - take the TVectors out of the streamer, to be exectuable with
5758 root.04.02
5759
5760
5761
5762 2005/02/24 Thomas Hengstebeck
5763
5764 * macros/RFEnergyEst.C
5765 - new macro to show the usage of RFEnergyEst class.
5766
5767
5768
5769 2005/02/24 Abelardo Moralejo
5770
5771 * mtemp/mpadova/macros/resize.C
5772 - moved MSrcPosCam output container from RunHeaders to Events tree.
5773
5774
5775
5776 2005/02/18 Marcos Lopez
5777
5778 * mflux/
5779 - new directory to store the flux related classes.
5780
5781 * mflux/MHadAlphaCut.{h,cc}
5782 - container to store the optimal hadronness and alpha cut for each bin in
5783 estimated energy and theta.
5784
5785 * mflux/MFHadAlpha.{h,cc}
5786 - filter to apply the hadronness and alpha cuts stored in
5787 MHadAlphaCut. It can be selected to apply only alpha, only hadronness
5788 cut or both.
5789
5790
5791
5792 2005/02/18 Markus Gaug
5793
5794 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]
5795 - new class to histogram the arrival time of cosmics above a certain
5796 threshold.
5797
5798 * mcalib/MCalibrationPulseTimeCam.[h,cc]
5799 - new class container with results of MHCalibrationPulseTimeCam
5800
5801 * mjobs/MJCalibrateSignal.cc
5802 - include MCalibrationPulseTimeCam to display
5803
5804
5805
5806 2005/02/18 Thomas Bretz
5807
5808 * mbase/MStatusDisplay.cc:
5809 - switch off TH1::AddDirectory during DrawClonePad
5810
5811 * mjobs/MSequence.[h,cc]:
5812 - added some code (still commented) for later use,
5813 allowing to setup a different filename for each runfile
5814 - added SetNight member function
5815 - added Add*Runs member function
5816 - with this changes MSequence can replace MRunIter now
5817 - allow requesting of standard path from outside
5818 (GetStandardPath)
5819
5820 * Makefile:
5821 - added sinope
5822
5823 * sinope.cc:
5824 - added (small tool to check contents of run for datacenter)
5825
5826 * callisto.cc:
5827 - added background information about Callisto
5828
5829 * ganymed.cc:
5830 - added background information about Ganymed
5831
5832 * mjobs/MJCalibrateSignal.cc:
5833 - removed special MC code. The MC files now have a lo-gain
5834 switch and we can extract the pedestal rms from lo-gain
5835 - don't print statistics if nothing was executed
5836 - fixed display. The displayed pedestal RMS was the one
5837 caluclated with a extractor but not at random position
5838 (This only effects the display, the algorithm was ok)
5839
5840
5841
5842 2005/02/17 Markus Gaug
5843
5844 * mjobs/MJCalibTest.cc
5845 - removed bug treating the MC calibration files uncorrectly
5846 - added Pixel-Check treatment
5847
5848 * mjobs/MJCalibration.cc
5849 - added Pixel-Check treatment
5850
5851 * callisto.rc
5852 - added pixel-check option
5853
5854 * msignal/MExtractTimeAndChargeDigitalFilter.cc
5855 - calculate high-gain signal even if saturation occurs
5856
5857
5858
5859 2005/02/17 Thomas Bretz
5860
5861 * mjobs/MJStar.cc:
5862 - fixed some missing containers in case of MC files
5863
5864 * callisto.cc:
5865 - removed obsolete second check for kModeC
5866
5867 * mars.rc:
5868 - added a lot of option to be able to use a
5869 different signal extractor looking into uncalibrated
5870 data
5871
5872 * manalysis/MCameraData.[h,cc]:
5873 - added Print() member function
5874
5875 * manalysis/MCerPhotAnal2.[h,cc]:
5876 - switched off writing into MCerPhotEvt
5877
5878 * mdata/MDataChain.[h,cc]:
5879 - added code to handle priorities of operators correctly
5880
5881 * mhist/MHEvent.cc:
5882 - fixed display for MPedestalRMS
5883
5884 * mjobs/MJCalib.cc:
5885 - fixed treatment of PixelCheck resource
5886
5887 * mjobs/MJCalibrateSignal.cc:
5888 - added some comments about Monte Carlo
5889 - added MMcFadcHeader to output
5890
5891 * mjobs/MJPedestal.cc:
5892 - do not allow 'UseData' for Monte Carlos. Reason is given as
5893 comment in the code
5894
5895 * mmain/MEventDisplay.[h,cc]:
5896 - changed such, that mars.cc allows to set the used extractor
5897 - removed the obsolete cam.root, ped.root option
5898
5899 * mmain/MCameraDisplay.cc:
5900 - adapted to change in MEventDisplay
5901
5902
5903
5904
5905 2005/02/16 Javier Rico
5906
5907 * mhistmc/MHMcUnfoldCoeff.[cc,h], mhistmc/Makefile,
5908 mhistmc/HistMcLinkDef.h
5909 - Added container class holding the histograms of the coefficients
5910 for the (iterative) unfolding.
5911
5912 * mmontecarlo/MMcUnfoldCoeffCalc.[cc,h], mmontecarlo/Makefile,
5913 mmontecarlo/MonteCarloLinkDef.h
5914 - Added task class to compute the coefficients for the (iterative)
5915 unfolding.
5916
5917 * macros/unfoldCoeff.C
5918 - added macro that computes the effective areas and coefficients
5919 from a MC input file (with OriginalMC tree and MEnergyEst
5920 branch containing the energy estimator). This may be used
5921 as layout for spectrum computation program.
5922
5923
5924
5925 2005/02/16 Markus Gaug
5926
5927 * mdata/MDataChain.cc
5928 - replaced ROOT version check for the compiler from 4.02.00 to
5929 4.01.00
5930
5931 * mranforest/MRFEnergyEst.cc
5932 - include "TVector.h", otherwise this class does not compile
5933 in newer root versions
5934
5935 * msignal/MExtractTimeAndCharge.cc
5936 - initialize fLoGainStartShift correctly if read from conf. file
5937 and modified fOffsetLoGain exists.
5938
5939 * msignal/*weights*.dat
5940 - new weights with the uniform pedestal RMS. (Please use these!)
5941
5942 * msignal/pulpo_weights*.dat
5943 - new weights with the pulpo-pulse form and without NSB!!
5944
5945
5946
5947 2005/02/16 Thomas Hengstebeck
5948
5949 * mranforest/MRFEnergyEst.[h,cc]
5950 - added RF class for energy estimation
5951
5952 * mranforest/MRFEnergyEst.cc
5953 - changed calculation of estimated energy, now interpolated values
5954 are returned
5955
5956
5957
5958 2005/02/16 Abelardo Moralejo
5959
5960 * macros/starmc2.C:
5961 - Changed the way in which the "OriginalMC" tree is copied from
5962 the input to the output file. Now we ise the new procedure
5963 MWriteRootFile::AddCopySource
5964
5965 * mhistmc/MHMcCollectionArea.cc
5966 - Changed default fName to "MHMcCollectionArea"
5967
5968 * mtemp/mpadova/macros/resize.C
5969 - Changed weights
5970
5971
5972
5973 2005/02/16 Thomas Bretz
5974
5975 * mbase/MEvtLoop.cc:
5976 - fixed a typo
5977
5978 * mbase/MParList.cc, mfileio/MReadMarsFile.cc,
5979 mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc,
5980 mjobs/MJStar.cc:
5981 - optimized size of some output
5982
5983 * mfileio/MWriteRootFile.[h,cc]:
5984 - fixed CopySource option for single-file case
5985
5986 * mhist/MHCamEvent.cc:
5987 - replaced the warn in SetupFill by an inf
5988
5989 * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationHiLoCam.cc,
5990 mhcalib/MHCalibrationChargePINDiode.cc:
5991 - removed obsolete output after a failed FindCreateObj (the
5992 function itself does the output in case of failure)
5993
5994 * mhcalib/MHCalibrationCam.cc:
5995 - replaced 'err' by 'warn' for under-/overflow in lo-gain pixel,
5996 it doesn't result in an fatal error (abort)
5997
5998 * mranforest/MRanForestCalc.cc:
5999 - added a missing debug level to some output
6000
6001 * mranforest/MRFEnergyEst.[h,cc]:
6002 - cleaned up includes
6003
6004 * callisto.cc, ganymed.cc, star.cc:
6005 - implemented enhanced handling of resource debugging
6006
6007 * mbase/Makefile, mbase/BaseLinkDef.h:
6008 - added MEnv
6009
6010 * mbase/MEnv.[h,cc]:
6011 - added
6012
6013 * mjobs/MJob.[h,cc]:
6014 - added new function to allow distribution of extranl MEnv
6015 - replaced Bool_t by Int_t for fEnvDebug
6016
6017 * mjobs/MJPedestal.cc:
6018 - adapted to changes of EnvDebug
6019
6020
6021
6022 2005/02/15 Abelardo Moralejo
6023
6024 * macros/mccalibrate.C
6025 - fixed small bug
6026
6027 * mmontecarlo/MMcCollectionAreaCalc.[h,cc]
6028 * mhistmc/MHMcCollectionArea.[h,cc]
6029 - Changed the way of calculating final effective area for data
6030 analysis. The new approach requires the use of MC files produced
6031 with the current CVS version of camera. We now make use of the
6032 true total number of produced MC events, and allow for the
6033 setting of a "tentative" differential gamma spectrum to be used
6034 in the calculation of effective areas.
6035 Removed unused constructor argument "input" in
6036 MMcCollectionAreaCalc.
6037
6038 * macros/collarea.C
6039 - Adapted to the new way of calculating effective areas.
6040
6041
6042
6043 2005/02/15 Thomas Bretz
6044
6045 * callisto.rc:
6046 - replaced mutal exclusive options (Integral, Amplitude) by
6047 a one-line resource
6048
6049 * msignal/MExtractTimeAndChargeSpline.cc:
6050 - replaced mutal exclusive options (Integral, Amplitude) by
6051 a one-line resource "ExtractionType" (old code still works)
6052
6053 * manalysis/MCerPhotEvt.[h,cc]:
6054 - added new variables to store information about islands
6055 and removed pixels - PRELIMINARY
6056 - increased class version number
6057
6058 * mfilter/MFSoftwareTrigger.cc:
6059 - optimized output in PostProcess
6060
6061 * mimage/MHImagePar.[h,cc]:
6062 - added new histograms for new variables in MCerPhotEvt
6063
6064 * mimage/MImagePar.[h,cc]:
6065 - added new data members for the new image parameters
6066 - increased class version
6067
6068 * mimage/MImgCleanStd.[h,cc]:
6069 - adapted image cleaning to calculate the new image
6070 parameters
6071 - added a flag to keep single core pixels
6072
6073 * manalysis/MMatrixLoop.[h,cc], mfileio/MReadReports.[h,cc],
6074 mfileio/MReadRflFile.[h,cc], mfileio/MReadTree.[h,cc],
6075 mraw/MRawFileRead.[h,cc], mraw/MRawSocketRead.h:
6076 - renamed GetFileName to GetFullFileName
6077
6078 * mbase/MInputStreamID.h:
6079 - added new member function HasStreamId
6080
6081 * mbase/MParContainer.[h,cc]:
6082 - added a static list to keep track of all created
6083 TMathodCall objects
6084
6085 * mbase/MTask.cc:
6086 - enhanced PrintStatistics
6087
6088 * mfileio/MRead.[h,cc]:
6089 - new abstract function GetFullFileName
6090 - added implementatio of GetFileName based on GetFullFileName
6091
6092 * mfileio/MWriteRootFile.[h,cc]:
6093 - moved open of a new file to new common member function
6094 OpenFile
6095 - allow to use an already existing file also when using rules
6096 - added a new option which can be used to copy an existing
6097 tree (without any change) from the old file into the new file.
6098 (in principal you can also do this for some of its branches only)
6099 This is done by AddCopySource
6100
6101 * mjobs/MJCalibrateSignal.cc:
6102 - in case of MonteCarlo files write an independant tree
6103 'MonteCarlo' for 'MMcEvtBasic'
6104
6105 * mjobs/MJStar.cc:
6106 - copy tree 'MonteCarlo' from old into new files
6107
6108 * mjobs/MJPedestal.cc:
6109 - removed wrong use of MFEventSelector
6110
6111 * mpedestal/MExtractPedestal.cc:
6112 - made sure that fExtractor is correctly pre- and
6113 postprocessed.
6114
6115 * mbase/MTask.cc:
6116 - don't preprocess a task if it has been preprocessed already
6117
6118 * mraw/MRawFileWrite.cc:
6119 - if display is set write output to status line
6120
6121 * mfileio/MReadTree.cc, mfileio/MReadMarsFile.cc:
6122 - moved code to display filename in status display from
6123 MReadMarsFile::Notify to MReadTree::Notify
6124
6125
6126
6127 2005/02/15 Markus Gaug
6128
6129 * mjobs/MJCalib.h
6130 - added GetDataFlag(), otherwise code does not compile!
6131
6132 * mhcalib/MHCalibrationChargeCam.cc
6133 - moved default saturation limit for number of high-gain events from
6134 0.02 to 0.05.
6135
6136 * msignal/MExtractTimeAndCharge.cc
6137 - lowered default low-gain switch from 150 to 120. (for calibration
6138 events which saturate more than 5% of the events).
6139
6140 * mjobs/MJCalib.[h,cc]
6141 - include possibility to display pixels distributions for test
6142 reasons
6143
6144
6145
6146 2005/02/14 Thomas Bretz
6147
6148 * callisto.cc, ganymed.cc, star.cc:
6149 - added some more information to '--help' output
6150 - replaced MSequences by MDataSet
6151 - implemented new debugging options (maybe not perfect yet)
6152 --print-files and --print-found
6153
6154 * mjobs/MJCut.[h,cc]:
6155 - replaced MSequences by MDataSet
6156 - write MEnergyEst
6157 - recalculate MHillasSrc
6158 - made sure both MWriteRootFile have different names
6159 - don't use "same" option if no off-data
6160
6161 * mjobs/MSequences.[h,cc]:
6162 - removed
6163
6164 * mjobs/MDataSet.[h,cc]:
6165 - added
6166
6167 * manalysis/MEventRateCalc.[h,cc]:
6168 - added a fix which make sure, that the rate is not influenced
6169 too much by the start of data taking
6170 - fixed setting of mean time corresponding to rate-interval
6171
6172 * mraw/MRawFileRead.[h,cc]:
6173 - calculate total number of events from all files in PreProcess
6174
6175 * mcalib/MCalibConstCam.cc:
6176 - added case 2 to GetPixelContent
6177
6178 * mjobs/MJCalibrateSignal.cc:
6179 - fixed redirection of stream with interleaved calibration infos
6180 - changed 'Arrival Time' to 'Calibrated Arrival Time'
6181 - display interpolated signal in equivalent photoelectrons to
6182 to get rid of scaling effects which makes it difficult to see
6183 details of the structure of the inner pixels in the histogram.
6184 With this you can immediatly see whether the relative number
6185 of phe in the outer pixels is equiv. to the inner pixels.
6186 - the same for the calibration factor - with the same argument
6187 - adapted to change in MWriteRootFile
6188 - use MReadMarsFile for Monte Carlo flag set
6189
6190 * mhist/MHCamera.cc:
6191 - changed drawing such, that NaN is not displayed anymore
6192
6193 * Makefile:
6194 - added new program ganymed
6195
6196 * mfileio/MWriteRootFile.[h,cc]:
6197 - added possibility to use UPDATE mode with rules (dangerous!)
6198 as discussed with Abelardo, Daniel M. and Thomas S.
6199
6200 * mjobs/MJStar.cc:
6201 - adapted to change in MWriteRootFile
6202 - added software trigger (still untuned) as suggested by
6203 Thomas S.
6204 - added calculation of source position before calculation
6205 of image parameters
6206 - added MPointingPos to Events-Tree
6207 - removed MPointingPos from Drive-Tree
6208 - renamed sub-tasklists to something more intuitive
6209
6210 * mjobs/Makefile, mjobs/JobsLinkDef.h:
6211 - added MJCut.cc
6212
6213 * mraw/MRawFileRead.cc:
6214 - return kERROR if ReInit fails
6215
6216 * mfilter/MFSoftwareTrigger.[h,cc]:
6217 - updated to allow using time coincidence
6218 - changed default values
6219 - added a pattern independant trigger algorithm
6220
6221 * mbase/MDirIter.cc:
6222 - implemented option 'dbg' in Print()
6223
6224 * mjobs/MJCalib.h:
6225 - added a getter for data-flag (should be renamed
6226 to 'datatype' soon)
6227
6228
6229
6230 2005/02/12 Abelardo Moralejo
6231
6232 * mtemp/mpadova/macros/wobblemap.C
6233 - Added. Macro to do some studies on wobble mode data.
6234
6235 * macros/mccalibrate.C
6236 - Added option to divide the output in a train and a test sample.
6237 Included in output new container MMcEvtBasic (if found in input
6238 files) for later use in effective areas calculations.
6239
6240 * macros/starmc2.C
6241 - Added writing out of new container MMcEvtBasic. Removed
6242 possibility of splitting output in train and test samples, since
6243 this has now to be done in mccalibrate.C to make possible that
6244 the tree OriginalMC containing MMcEvtBasic has all the original
6245 MC events (and only those) from which the events present in the
6246 Events tree derive.
6247
6248 * macros/starmc.C
6249 - Changed a couple of wrong "." by "->" in function calls. Changed
6250 default tail cuts.
6251
6252
6253
6254 2005/02/12 Markus Gaug
6255
6256 * msignal/MExtractTimeAndChargeSpline.cc
6257 - change default rise time to 0.5 and default fall time to 1.5
6258
6259 * callisto.rc
6260 - made intitializations of extractors more explicit
6261
6262 * mpedestal/MExtractPedestal.cc
6263 - make check for even number of slices in the case of "fundamental"
6264 pedestal calc.
6265
6266 * mcalib/MCalibrationChargeCalc.cc
6267 - take out some commented code
6268
6269 * mjobs/MJCalib.h
6270 - removed GetDataFlag()
6271
6272
6273
6274 2005/02/12 Abelardo Moralejo
6275
6276 * mmc/MMcTrig.hxx
6277 - Added getter GetNumFirstLevel. This is necessary if that data
6278 member is to be used for instance in MF filters. There was
6279 already a getter, but it is called GetFirstLevel and hence not
6280 recognized.
6281
6282
6283
6284 2005/02/11 Abelardo Moralejo
6285
6286 * mmc/MMcEvtBasic.[h,cc]:
6287 - New class. Contains 5 very basic MC parameters which we intend
6288 to save for all generated Corsika events. This is needed for
6289 proper effective area calculations.
6290
6291 * mmc/Makefile, McLinkDef.h
6292 - Added new class above.
6293
6294
6295
6296 2005/02/11 Thomas Bretz
6297
6298 * mfileio/MWriteRootFile.[h,cc]:
6299 - added the possibility to write to an already existing file.
6300 This doesn't affect the old behaviour, but using this new feature
6301 might still have problems.
6302
6303 * mfileio/MReadReports.cc:
6304 - fixed column-level in PrintStatistics
6305
6306 * mjobs/MJCalibrateSignal.cc:
6307 - keep MMcRunHeader in the output
6308
6309
6310
6311 2005/02/10 Abelardo Moralejo
6312
6313 * macros/mccalibrate.C
6314 - Added possibility to calibrate in photons or photoelectrons
6315
6316 * macros/starmc2.C
6317 - Added comment about value of cleaning levels
6318
6319
6320
6321 2005/02/10 Markus Gaug
6322
6323 * mcalib/Makefile
6324 * mcalib/CalibLinkDef.h
6325 * mcalib/MCalibrate.[h,cc]
6326 - removed mcalib/MCalibrate.* because it has been replaced by
6327 MCalibrateData
6328
6329 * mmain/MEventDisplay.cc
6330 - replaced MCalibrate by MCalibrateData
6331
6332 * mhcalib/MHCalibrationCam.cc
6333 - replaced warning about empty histogram from red (err) by
6334 yellow (warn).
6335
6336 * mcalib/MCalibColorSet.cc
6337 - return kTRUE in case of MC-file
6338
6339 * msignal/MExtractTimaAndChargeSpline.[h,cc]
6340 - make sure that all variables are set correctly independent on
6341 the order of their initialization by the user
6342
6343
6344
6345 2005/02/10 Thomas Bretz
6346
6347 * mgeom/MGeomCam.[h,cc]:
6348 - added new member functions (GetNeighbors) to get all pixels
6349 around a given pixel with a given radius
6350
6351 * mars.rc:
6352 - use same values for image cleaning as default in star
6353
6354 * mpointing/MSrcPosCalc.[h,cc]:
6355 - added the possibility to set the Source position from
6356 a resource file
6357
6358 * mjobs/MJStar.cc:
6359 - write MMcRunHeader to RunHeaders
6360
6361 * mfileio/MWriteRootFile.cc:
6362 - removed an obsolete line
6363 - removed a debug line which should not be there
6364
6365 * mimage/MHillas.h:
6366 - added new Getter GetDist0 returning the distance to the
6367 camera center
6368
6369 * mhflux/MHFalseSource.cc:
6370 - the scaling in Paint() was nonsense in case we are looking
6371 at on/off-data. Fixed.
6372
6373
6374
6375 2005/02/10 Abelardo Moralejo
6376
6377 * manalysis/MMcCalibrationUpdate.h
6378 - Added comment on new member fSignalType. Sorry for compilation
6379 problems... I forgot to commit the header yesterday, but M. Gaug
6380 did it.
6381
6382 * macros/starmc.C
6383 - Cleaned up a little bit, made the option to choose between
6384 calibration in photons or phe- easier to set.
6385
6386 * manalysis/MMcCalibrationUpdate.[h,cc]
6387 - Added getter and setter for fSignalType. Set fSignalType=kPhot as
6388 default for consistency with MCalibrateData.
6389
6390
6391
6392 2005/02/09 Abelardo Moralejo
6393
6394 * manalysis/MMcCalibrationUpdate.cc
6395 - Updated to make the MC calibration in phe- work
6396
6397 * macros/starmc.C
6398 - same as above. Now default is calibration in phe-
6399
6400 * mraw/MRawEvtHeader.h
6401 - Added setter for the trigger pattern, absolutely needed for
6402 creating proper MC root files.
6403
6404
6405
6406 2005/02/09 Markus Gaug
6407
6408 * manalysis/MMcCalibrationUpdate.h
6409 - added missing declaration of fSignalType
6410
6411 * mjobs/MJPedestal.[h,cc]
6412 * mjobs/badpixels_0_559.rc
6413 * callisto.rc
6414 - allow exclusion of bad pixels from the beginning (default is
6415 Pixel 0 and 559).
6416 - removed some obsolete includes
6417 - took out data member fPedestalHist from MJPedestal.h which removes
6418 the crash, however I don't understand why it caused the crash!!!
6419 There seem to be problems with memory usage either in callisto.cc
6420 or in this class!!
6421 (valgrind shows several memory leaks in the TG... classes).
6422
6423 * mjobs/MJCalibration.cc
6424 - write display and containers also in case of failure of eventloop
6425
6426 * mhcalib/MHGausEvents.cc
6427 - make default display window 600x600
6428
6429 * mcalib/MCalibrationQECamMagic.cc
6430 - updated five pixels
6431
6432 * mpedestal/MExtractPedestal.[h,cc]
6433 * mpedestal/MPedCalcPedRun.cc
6434 * mpedestal/MPedCalcFromLoGain.cc
6435 - included possibility for intermediate pedestal cam (not yet used)
6436
6437 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc
6438 - initialize the bad events counters to 0 also in constructor
6439 - release the limit for bad events a bit
6440
6441 * mcalib/MCalibrationTestCam.h
6442 - take out include of TArrayI (already in base class)
6443
6444 * mcalib/MCalibrateData.h
6445 - make default argument for SetSignalType kPhe.
6446
6447 * mjobs/MJCalibrateSignalFromOuside.[h,cc]
6448 - removed
6449
6450
6451
6452 2005/02/08 Markus Gaug
6453
6454 * mhcalib/MHCalibrationCam.cc
6455 * mcalib/MCalibrationChargeCalc.cc
6456 - replaced GetNumExecutions()==0 condition by GetNumExecution() < 1
6457
6458
6459
6460 2005/02/08 Thomas Bretz
6461
6462 * mpointing/MPointingPosInterpolate.cc:
6463 - use debug option in addition to switch off output from internal
6464 eventloop. It is confusing having this output inside another
6465 eventloop.
6466 - updated missing connections in class description
6467
6468 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc:
6469 - made sure that output of PostProcess fits into 80col boundary
6470
6471 * mimage/MHillas.cc:
6472 - removed an obsolete call to TLine::Paint() in Paint.
6473
6474
6475
6476 2005/02/07 Thomas Bretz
6477
6478 * mbase/MFilter.cc:
6479 - use paranthesis around ClassName in GetRule
6480
6481 * mdata/MDataFormula.h:
6482 - fixed a wrong comment in variable description
6483
6484 * mhist/MHCamEvent.[h,cc], mhist/MHCamera.[h,cc],
6485 mjobs/MJCalibrateSignal.cc,
6486 mjobs/MJCalibrateSignalFromOutside.cc:
6487 - to make sure there are no missunderstandings we have to
6488 replace all occurances of 'Variance' by 'SqrtVariance'
6489 (it was not my decision)
6490
6491 * mastro/MAstro.[h,cc]:
6492 - added new function Angle2Coordinate
6493
6494 * mbase/MTaskEnv.[h,cc]:
6495 - fixed a bug which caused the resource task to be ignored
6496 if the default task was '<dummy>'
6497
6498 * mhbase/MH3.cc:
6499 - fixed a bug in Paint (use GetListOfPrimitives->FindObject
6500 instead of FindObject) which caused the histogram to
6501 be put a lot of times into the pad.
6502
6503 * mjobs/MJCalib.[h,cc]:
6504 - derived MJCalib from MJob in order to be able to move
6505 common code from derived classes into the base-class
6506 - implemented CheckEnvLocal to handle the resource 'DataType'
6507 - changed publicity of some variables and functions
6508 to allow setting file type from outside
6509 - added new function to set data-type for use in callisto.cc
6510
6511 * mjobs/MJCalibTest.[h,cc], mjobs/MJCalibrateSignal.[h,cc],
6512 mjobs/MJCalibration.[h,cc], mjobs/MJPedestal.[h,cc]:
6513 - removed double inheritance, replaced by single inheritance
6514 from MJCalib
6515 - replaced code to handle the resource 'DataType' by the
6516 common code in the base class
6517 - put reading of reference file into a new member function
6518 to make source code reading resource file simpler and to
6519 be able to write a function description about it (simple
6520 copy&past)
6521
6522 * callisto.cc:
6523 - added option for file-type
6524
6525 * mjobs/MJOptimize.[h,cc], mjobs/MSequences.[h,cc],
6526 mjobs/MJCut.[h,cc], ganymed.[cc,rc], mhflux/MHEnergyEst.[h,cc]:
6527 - added to repository, but not yet to Makefile because
6528 there is still some work to be done. But whoever is
6529 interested in the new classes/program may already use it.
6530
6531 * mhflux/MAlphaFitter.[h,cc]:
6532 - added option to choose the minimization value
6533
6534 * mhflux/MHAlpha.cc:
6535 - replaced significance by minimization value
6536
6537 * mhflux/MHEffectiveOnTime.cc:
6538 - use E-Option when fitting to improve error calculation
6539 by using Minos technique
6540
6541
6542
6543 2005/02/04 Markus Gaug
6544
6545 * mjobs/MJCalibration.cc
6546 - found a "the `impossible' happened" when running callisto with
6547 a pure signal extractor --> MExtractTimeFastSpline has some
6548 problems with the management of the internal arrays. Replaced it
6549 by MExtractTimeHighestIntegral as default which is as good.
6550
6551 * callisto.rc
6552 - use MExtractTimeAndChargeDigitalFilterPeakSearch as default
6553 instead of MExtractTimeAndChargeDigitalFilter. This extractor is
6554 now tested and checks for the positions of the pulse within the
6555 DAQ-window.
6556
6557
6558
6559 2005/02/04 Thomas Bretz
6560
6561 * Makefile.rules:
6562 - fixed creation of main MDep.d
6563
6564 * callisto.cc, merpp.cc, showlog.cc, showplot.cc, star.cc:
6565 - added commandline option --version
6566
6567 * mbase/MFilter.cc:
6568 - changed default for 'GetRule'
6569
6570 * mbase/MParContainer.cc:
6571 - simplified GetNewObject
6572
6573 * mfbase/MF.cc:
6574 - if no conditional sign is found try to create
6575 MFilter-object
6576
6577 * mraw/MRawEvtData.cc:
6578 - fixed the initialization of fABFlags in case maxid==0 which
6579 is the default. This caused MRawEvtPixelIter::HasABFlag
6580 to do unallowed access to memory for old root-files without
6581 the AB flag, because it assumed (due to size==1) that the
6582 data contains the ab flag
6583
6584 * mraw/MRawEvtPixelIter.[h,cc]:
6585 - removed some obsolete debug comments
6586 - simplified HasABFlag
6587
6588 * manalysis/MCerPhotPix.h:
6589 - removed the `!` again. It gave problems with the Mars
6590 display. We agreed that this is a minor problem because
6591 the structure of MCerPhot* will chnage soon in any case.
6592
6593
6594
6595 2005/02/04 Abelardo Moralejo
6596
6597 * macros/starmc2.C
6598 - added to output missing container MConcentration.
6599
6600
6601
6602 2005/02/03 Thomas Bretz
6603
6604 * mfbase/MFilterList.[h,cc]:
6605 - added new function AddToList(TCollection&)
6606
6607 * mhbase/MFillH.cc:
6608 - print a warning if 'same'-option given without
6609 a corresponding existing tab
6610
6611 * mhflux/MHAlpha.[h,cc]:
6612 - made time bins settable by user
6613
6614 * mfileio/MWriteRootFile.cc:
6615 - fixed ReInit and a warning output when writing to memory
6616
6617
6618
6619 2005/02/03 Markus Gaug
6620
6621 * mcalib/MCalibColorSet.[h,cc]
6622 - implement possibility to set colour explicitely (e.g. for MC).
6623
6624 * msignal/MExtractTimeAndChargeDigitalFilter.cc
6625 - intialize fTimeShiftHiGain and fTimeShiftLoGain by default.
6626
6627 * mjobs/MJPedestal.cc
6628 - in case, extractor is used, put the extractor into the tasklist,
6629 otherwise ranges do not get initialized correctly (wrong memory
6630 usage!). Use an event selector, however to not skip the Process.
6631 This is as fast as before and now safe for any kind of extractor
6632
6633 * mcalib/MCalibrationCam.h
6634 * mcalib/MCalibrationTestCam.h
6635 * mcalib/MCalibrationTestCam.cc
6636 - initialize a missing array in InitAverageAreas
6637
6638 * mraw/MRawEvtHeader.h
6639 - introduced Setter() of cal. pattern for Abelardo
6640
6641
6642
6643 2005/02/02 Markus Gaug
6644
6645 * mcalib/MCalibrationChargeCam.cc
6646 - fixed small bug in the display of mean charges when low-gain was
6647 used.
6648
6649 * msignal/MExtractor.cc
6650 - print the missing overlap between high-gain and low-gain
6651 in the Print() function
6652 - remove setting of fHiLoLast in PreProcess, otherwise cloned
6653 extractors do not work any more with windows exceeding the
6654 high-gain range.
6655
6656 * mhcalib/MHCalibrationTestCam.[h,cc]
6657 * mhcalib/MHCalibrationTestTimeCam.[h,cc]
6658 - set proper probability limits for the fits
6659
6660 * mcalib/MCalibrateData.cc
6661 - catch the case in which no interlaced cal. events are being sent
6662 by the pulser box.
6663
6664 * mjobs/MJCalib.[h,cc]
6665 - put the data type enum in a new base class
6666
6667 * mjobs/MJCalibTest.[h,cc]
6668 - re-name old class MJExtractCalibTest to MJCalibTest and make it
6669 compatible with the sequence-files.
6670
6671 * mjobs/MJExtractCalibTest.[h,cc]
6672 - removed
6673
6674 * mjobs/MJCalibrateSignal.cc
6675 - put a compiler warning about the default cal. to photo-electrons
6676
6677 * callisto.cc
6678 - add new flag "--use-test" to enable the MJCalibTest facility
6679 (default: not used)
6680
6681
6682
6683 2005/02/01 Raquel de los Reyes
6684
6685 * mjobs/MSequence.h
6686 - Added "Get" functions for the TArrays variables.
6687
6688
6689
6690 2005/02/01 Markus Gaug
6691
6692 * mjobs/MJPedestal.[h,cc]
6693 * mjobs/MJCalibration.[h,cc]
6694 * mjobs/MJCalibrateSignal.[h,cc]
6695 * callisto.rc
6696 - put enum for data type. Can now set the data type (mc, raw, root)
6697 without running the data check.
6698
6699 * mhcalib/MHCalibrationCam.cc
6700 - return kTRUE in PostProcess if GetNumExecutions is 0
6701
6702 * mcalib/MCalibrationChargeCalc.cc
6703 - return kTRUE in PostProcess if GetNumExecutions is 0
6704
6705
6706
6707 2005/02/01 Daniel Mazin
6708
6709 * MPointingPosInterpolate.cc:
6710 - fixed bug to match the units of Ra and Decl in MPointingPos
6711 - fixed bug in handling of events with times outside of times from
6712 MDrive tree
6713
6714
6715
6716 2005/02/01 Thomas Bretz
6717
6718 * showplot.cc:
6719 - another fix to make the batch mode working (you can use the batch
6720 mode to convert a root-file into another format)
6721
6722
6723
6724 2005/01/31 Thomas Bretz
6725
6726 * mbase/MStatusDisplay.cc:
6727 - fixed handling of batch mode in GetCanvas(const TString &name)
6728 - don't skip already existing tabs in Display()
6729
6730
6731
6732 2005/01/31 Raquel de los Reyes
6733
6734 * mjobs/MSequence.h
6735 - Added "Get" functions for some of the sequence.txt file
6736 parameters.
6737
6738
6739
6740 2005/01/31 Markus Gaug
6741
6742 * mjobs/MJob.[h,cc]
6743 * mjobs/MJCalibrateSignal.[h,cc]
6744 * mjobs/MJCalibration.[h,cc]
6745 - move file type enum to base class
6746
6747 * mjobs/MJCalibrateSignal.[h,cc]
6748 - allow also for direct setting of an MRunIter (not used in
6749 callisto).
6750
6751 * mcalib/MCalibrationChargeCalc.[h,cc]
6752 - test also for pulser strength changes additionally to changes in
6753 colour.
6754
6755
6756
6757 2005/01/31 Abelardo Moralejo
6758
6759 * mpointing/MSrcPosCalc.cc
6760 - Create only one instance of MAstroSky2Local for the
6761 transformations, instead of two identical ones, as it was before.
6762
6763
6764
6765 2005/01/30 Markus Gaug
6766
6767 * mjobs/MJCalibration.cc
6768 * mjobs/MJPedestal.cc
6769 * mjobs/calibrationref_Nov04.rc
6770 * mhcalib/MHCalibrationRelTimeCam.[h,cc]
6771 - updated correct display of reference lines
6772
6773
6774
6775 2005/01/29 Markus Gaug
6776
6777 * msignal/MExtractFixedWindowSpline.[h,cc]
6778 - fixed a bug occurring with overlapping windows between high-gain
6779 and low-gain
6780
6781 * msignal/MExtractFixedWindowPeakSearch.cc
6782 - take out call to fSignals->Clear() which is already done in
6783 MTaskList.
6784
6785 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.[h,cc]
6786 - new extractor reducing the bias and solving the problem with the
6787 jumping pulse readout.
6788
6789
6790
6791 2005/01/28 Abelardo Moralejo
6792
6793 * mpointing/MSrcPosCalc.cc
6794 - updated. Make it work as desired: obtain for each event the x,y
6795 position on the camera of a source whose celestial coordinates
6796 (J2000) have been set by the user in the container "MSourcePos"
6797 of type MPointingPos, added to the parameter list. If the
6798 container MSourcePos is not found, the center of the camera (or
6799 other fixed position x,y set in the parameter list by the user -
6800 in MSrcPosCam) is used as source position for all the events in
6801 the loop.
6802
6803
6804
6805 2005/01/28 Thomas Bretz
6806
6807 * mjobs/MJCalibrateSignal.cc:
6808 - fixed that extract1,2,3 haven't been deleted if loop failed.
6809 - print tasklist also if loop failed.
6810 - added a undefined task (MTaskEnv "FinalFantasy") as last task to
6811 the event processing tasklist
6812
6813 * callisto.rc:
6814 - added comments about "FinalFantasy" into call
6815 - added comment for obsolete resources as discussed yesterday
6816 evening: TimeUpperLimit
6817
6818 * mbase/MMath.[h,cc], manalysis/MCerPhotPix.[h,cc],
6819 mpedestal/MPedPhotPix.h:
6820 - replaced TruncatePrecision by ReducePrecision (its simply a better
6821 name)
6822
6823 * mbase/MParList.cc:
6824 - added a check to make 200%(!) sure that the container added
6825 to the list is a MParContainer (everything else could crash
6826 almost everything in Mars!)
6827
6828 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.[h,cc],
6829 mjobs/MJPedestal.cc:
6830 - simplified the code in the WriteResult functions by using
6831 the new WriteContainer in MJob
6832 - removed the TObjArray from the MParList! It is NOT a MParContainer
6833 there are a lot of circumstance how this can crash Mars. I don't
6834 know why the compiler allowed for this.
6835 - unified WriteResult and WriteHists
6836 - split GetOutputFile into two functions for simplification
6837
6838 * mjobs/MJCalibration.h:
6839 - copy the extractorcam name when copying the contents
6840
6841 * mjobs/MJob.[h,cc]:
6842 - new member function WriteContainer to simplify code in derived
6843 classes
6844
6845 * mpointing/MSrcPosCalc.[h,cc]
6846 - fixed the header according to Abelardo's changes
6847 - added the initialization of the pointers to the constructor
6848
6849
6850
6851 2005/01/28 Markus Gaug
6852
6853 * msignal/MExtractTimeAndChargeDigitalFilter.cc
6854 - introduce a security check for the time fine adjustment in case,
6855 it is too large.
6856
6857 * mcalib/MCalibConstCam.[h,cc]
6858 * mcalib/MCalibConstPix.h
6859 - new classes to allow display of changing cal. constants with the
6860 interlaced cal. events
6861
6862 * mcalib/MCalibrationChargeCalc.cc
6863 - removed stopping of PostProcess in case that the evtloop is
6864 finished with interlaced cal. events
6865
6866 * mcalib/MCalibrateData.[h,cc]
6867 - fill MCalibConstCam with update results (once per calib. consts
6868 update == every 10 sec.)
6869 - introduce check for size of calibration constant. In case, it is
6870 completetly out of range, set the MBadPixelsPix::IsUnsuitableRun
6871
6872 * mjobs/MJCalibrateSignal.cc:
6873 - display one MHCamera more with changing conv. factors (only for
6874 interlaced cal. events)
6875
6876 * mpedestal/MPedCalcFromLoGain.cc
6877 - set default for MExtractWinFirst from 15 to 17 because of the
6878 late cosmics signals in December
6879
6880
6881 2005/01/28 Abelardo Moralejo
6882
6883 * mtemp/mpadova/macros/trainsubsample.C
6884 - added # of events to be written in the output (instead of
6885 fraction of total). Moved MSrcPosCam in output from RunHeaders
6886 to Events tree.
6887
6888
6889
6890 2005/01/27 Daniel Mazin and Markus Gaug
6891
6892 * mcalib/MCalibrateData.[h,cc]
6893 - derive this class from MCamEvent in order to be able to display
6894 evolution of conversion factors in case of interlaced cal.
6895 events
6896
6897 * mpointing/MInterpolatePointingPos.[h,cc]
6898 - new class to interpolate pointing positions, adapted from a class
6899 by Marcos Lopez
6900
6901 * mjobs/MJCalibrateSignal.[h,cc]
6902 - enabled the calibration of data with interlaced calibration events
6903
6904 * msignal/MArrivalTime.[h,cc]
6905 * mcalib/MCalibrateRelTime.cc
6906 - removed Error of calibrated arrival time, as agreed on the last
6907 software calibration meeting yesterday
6908
6909 * mjobs/MJCalibrateSignal.cc
6910 - add display to show histogramming of conversion factors
6911 - modify default calibration to equiv. photo-electrons
6912 - allow for setting of MC, Raw or Root-file type in callisto.rc
6913
6914 * callisto.rc
6915 - updated conf. file
6916
6917
6918 2005/01/27 Thomas Bretz
6919
6920 * callisto.cc:
6921 - don't display starting pedestals when calibrating the signal
6922
6923 * callisto.rc:
6924 - added some comments
6925
6926 * star.rc:
6927 - according to Daniel M. we have agreed to change the default
6928 cleaning level to adapt it roughly to the new pedestal
6929
6930 * manalysis/MCerPhotPix.[h,cc], mpedestal/MPedPhotPix.h:
6931 - as agreed in the current calibration meeting we truncate the
6932 precision of the stored floating point values to roughly 0.5%
6933 to gain storage space in the calibrated data (the gzip
6934 algorithm compresses this stuff nicely - we gain roughly 15%)
6935
6936 * mhflux/MHFalseSource.cc, mjobs/MJCalibration.cc, mjobs/MJStar.cc:
6937 - added a comment
6938
6939 * mjobs/MJCalibrateSignal.cc:
6940 - changed title of unsuitable plot
6941 - removed plot for calibrated fundamental pedestal as agreed in the
6942 current calibration meeting (we may change this to an option)
6943
6944 * mjobs/MJPedestal.[h,cc]:
6945 - changed the name of the "PedDiff" plot to be consistent with the
6946 other tab-name
6947 - changed the options for the display
6948 - removed the dependancy of fDisplayType and the SetDataCheck
6949 option
6950 - added option kDisplayNone
6951 - renamed enums from k*Display to kDisplay*
6952
6953 * mhist/MHCamEvent.cc:
6954 - trying to get rid of the Err_%p workaround.
6955
6956 * manalysis/MCerPhotEvt.[h,cc]:
6957 - added some '!' signs in the comment line. This is quick hack
6958 to gain I/O speed and storage space. We will soon have new
6959 containers for the calibrated data and image cleaning
6960 information.
6961 - changed version number to 6
6962
6963 * mhist/MHCamera.cc:
6964 - added member function SetAllUsed
6965
6966
6967
6968 2005/01/26 Abelardo Moralejo
6969
6970 * macros/mccalibrate.C
6971 - removed creation and writing out of MSrcPosCam. It is more
6972 flexible to add it in starmc2.C if needed (for wobble mode for
6973 instance).
6974
6975 * mtemp/mpadova/macros/RanForestDISP.C
6976 - added possibility to set the number of hadrons read in for the
6977 training. Added some missing containers to output.
6978 - Fixed rule concerning the DISP, by adding parentheses. Remember
6979 that MHMatrix::AddColumn does not respect the usual precedence
6980 of operations!
6981
6982 * mtemp/mpadova/macros/resize.C
6983 - added to output missing container MRawEvtHeader
6984
6985 * macros/starmc2.C
6986 - added missing container MImagePar. Added possibility to set the
6987 source position on the camera (for the wobble mode).
6988
6989
6990
6991 2005/01/25 Abelardo Moralejo
6992
6993 * macros/starmc2.C
6994 - modified to allow double (train / test) output, for g/h
6995 separation studies. Added several missing containers to output.
6996
6997
6998
6999 2005/01/25 Thomas Bretz
7000
7001 * mcalib/MCalibrationIntensityChargeCam.cc:
7002 - fixed a lot of 'default argument'-warnings to make to code
7003 compile
7004
7005 * mbase/MParContainer.[h,cc]:
7006 - moved the empty Reset() function into the source file and
7007 added a lot of comments
7008 - implemented new helper-functions: GetNewObject
7009
7010 * mbase/MContinue.[h,cc]:
7011 - allow to use MFilter-classes as filter in ReadEnv
7012
7013 * mbase/MTaskEnv.cc:
7014 - replaced some code by GetNewObject
7015
7016 * mhbase/MFillH.cc:
7017 - handle DrawOption "same" to be able to draw to the same pad
7018
7019 * mhbase/MH.[h,cc]:
7020 - added same-argument to DrawSame
7021
7022 * mhbase/MH3.cc:
7023 - removed some obsolete comments
7024 - remove own drawing options before calling fHist->Draw
7025
7026 * mimage/MHHillas.cc, mimage/MHImagePar.cc:
7027 - first try of implementing 'same' drawing option
7028
7029
7030
7031 2005/01/25 Markus Gaug
7032
7033 * mcalib/MCalibrationPattern.[h,cc]
7034 * mcalib/MCalibrationPatternDecode.[h,cc]
7035 - New Decoder task for the calibration pattern from the
7036 digital modules
7037
7038 * mraw/MRawEvtHeader.[h,cc]
7039 - remove decoding from this class
7040
7041 * mcalib/MCalibrationIntensityHiLoCam.[h,cc]
7042 - remove, because one needs anyhow much more than one data file
7043 to get a reasonable conversion factor
7044
7045 * mcalib/MCalibCalcFromPast.[h,cc]
7046 - remove MCalibrationIntensityHiLoCam
7047
7048 * mbadpixels/MBadPixelsPix.h
7049 * mbadpixels/MBadPixelsCam.cc
7050 - changed one function name to GetUnsuitableCalLevel()
7051
7052 * mjobs/MJCalibration.cc
7053 - replace all Y-titles with units "FADC counts" by "FADC cnts" and
7054 "FADC slices" by "FADC sl.", otherwise they range out of the
7055 canvas.
7056
7057 * mcalib/MCalibrationChargeCalc.cc
7058 - ensure to set the color correctly in MCalibrationBlindCam
7059
7060 * callisto.rc
7061 - put space for
7062 MJCalibrateSignal.ExtractSignal.HiGainFirst: 2
7063 MJCalibrateSignal.ExtractSignal.HiGainLast: 16
7064
7065
7066 2005/01/24 Abelardo Moralejo
7067
7068 * manalysis/MMcCalibrationUpdate.cc
7069 - Adapted to changes in MCalibrateData from 2005/01/16: moved
7070 qepix.SetAvNormFFactor(1.) from Process() to ReInit(). Due to
7071 this, for the last week you may have found trouble running
7072 starmc.C and mccalibrate.C.
7073
7074
7075
7076 2005/01/24 Thomas Bretz
7077
7078 * callisto.cc:
7079 - removed non-existing option from output
7080
7081 * manalysis/MEnergyEstimate.[h,cc]:
7082 - added ReadEnv member function
7083
7084 * mbase/MContinue.[h,cc]:
7085 - implementes AllowEmpty option to support doing nothing
7086 defined in resource file
7087 - added a first draft to allow usage of class-filters instead of
7088 rules
7089
7090 * mbase/MMath.[h,cc]:
7091 - implemented a function suggested by Florian Goebel which reduces
7092 the precision of a float to ~0.5% which is usefull for data
7093 compression by gzip
7094
7095 * mdata/MDataChain.[h,cc]:
7096 - implemented ReadEnv member function
7097
7098 * mfbase/MF.cc:
7099 - a small enhancement to the output in ReadEnv
7100
7101 * mhbase/MH3.cc:
7102 - fixed call to FindObject in Paint which caused a profile to be
7103 displayed incorrectly in case it was read from a file
7104
7105 * mhflux/MHFalseSource.[h,cc]:
7106 - removed old obsolete unsused Significance functions
7107 - implemented ReadEnv member function
7108 - set false source binning only if BinningFalseSource is not default
7109 - check parlist for BinningAlpha
7110
7111 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
7112 mjobs/MJPedestal.cc:
7113 - added an additional check and output if output-file could
7114 not be opened
7115
7116 * mjobs/MJob.h:
7117 - added some Getter
7118
7119 * mhbase/MBinning.[h,cc].
7120 - added nen member functions
7121 + SetEdgesRaw
7122 + ReadEnv
7123 + Print
7124
7125 * mhflux/MAlphaFitter.[h,cc]:
7126 - added new member function ReadEnv
7127
7128 * mhflux/MHAlpha.cc:
7129 - fixed a problem when fitting without off-data
7130
7131 * mbase/MStatusDisplay.cc:
7132 - implemented a further fix in DrawClonePad to make sure
7133 that the X-stuff doesn't get confused while still
7134 GetDrawOption returns the correct value
7135
7136
7137
7138 2005/01/24 Markus Gaug
7139
7140 * msignal/MExtractTimeAndChargeDigitalFilter.cc
7141 - introduced security check for the times fine-tuning to catch
7142 outliers because of deviating pulse forms.
7143
7144 * msignal/MExtractTime.cc
7145 * msignal/MExtractor.cc
7146 - lowered default high-gain saturation limit to 250
7147 - removed Clear() for two results containers at beginning of Process()
7148
7149 * msignal/MExtractor.h
7150 - Take fHiLoLast into the Clone()
7151
7152 * msignal/MExtractedSignalPix.cc
7153 - change sign of default initializer to negative.
7154
7155
7156
7157 2005/01/23 Markus Gaug
7158
7159 * mhcalib/MHCalibrationHiLoCam.[h,cc]
7160 - updated to new logain switch setting in MExtractTimeAndCharge
7161 - extract also high-gain vs. low-gain time difference
7162
7163 * mhcalib/MHCalibrationCam.[h,cc]
7164 * mhcalib/MHCalibrationChargeCam.[h,cc]
7165 - updated reading of conf. values in ReadEnv
7166
7167 * mhcalib/MCalibrationHiLoCam.[h,cc]
7168 * mhcalib/MCalibrationHiLoPix.[h,cc]
7169 * mhcalib/MCalibrationIntensityHiLoCam.[h,cc]
7170 - updated accordingly
7171
7172 * mbadpixels/MBadPixelsCam.cc
7173 - removed some bugs in the Print() function
7174
7175
7176
7177 2005/01/22 Markus Gaug
7178
7179 * mhcalib/MHCalibrationRelTimeCam.cc
7180 - display in the averaged times display the event-by-event averaged
7181 absolute arrival times instead of the rel. ones which do not make
7182 much sense.
7183
7184 * mhcalib/MHCalibrationTestTimeCam.[h,cc]
7185 * mhcalib/MHCalibrationTestCam.[h,cc]
7186 - update to the latest changes in analysis chain.
7187
7188 * mjobs/MJExtractCalibTest.[h,cc]
7189 - update to the latest changes in analysis chain.
7190
7191 * mjobs/MJCalibration.cc
7192 - replace title of that times-averageing Tab from "RelTimes" by
7193 "Times".
7194
7195 * macros/calibration.C
7196 - update to changes in MJExtractCalibTest
7197
7198
7199
7200 2005/01/21 Markus Gaug
7201
7202 * msignal/MExtractTimeAndChargeDigitalFilter.cc
7203 * msignal/MExtractTimeAndChargeSlidingWindow.cc
7204 * msignal/MExtractTimeAndChargeSpline.cc
7205 - use the max. bin content for low-gain extraction
7206
7207 * callisto.rc
7208 - add place for LoGainSwitch
7209
7210
7211
7212 2005/01/21 Florian Goebel
7213
7214 * mfbase/MF.cc:
7215 - include a (TString) cast to make it compilable with gcc2.95.3
7216
7217
7218
7219 2005/01/21 Thomas Bretz
7220
7221 * mpointing/MSrcPosFromModel.cc:
7222 - fixed crash in Process if no pointing model available
7223
7224 * mpointing/MPointingPosCalc.h:
7225 - added missing initialization of data members
7226
7227 * mastro/MObservatory.[h,cc]:
7228 - added ReadEnv member function
7229
7230 * mbase/MTaskEnv.h:
7231 - added (=0) default to SetDefault
7232
7233
7234
7235 2005/01/20 Markus Gaug
7236
7237 * mcalib/MCalibrationIntensityChargeCam.[h,cc]
7238 - added function to display fluctuations of a variable
7239
7240 * mcalib/MCalibrationPix.cc
7241 - fixed small bug in High-gain mean error.
7242
7243 * msignal/MExtractTimeAndCharge.[h,cc]
7244 - introduced high-gain maximum limit before extracting the low-gain
7245
7246
7247
7248 2005/01/20 Thomas Bretz
7249
7250 * mbase/MContinue.[h,cc]:
7251 - added ReadEnv member function to support resource files
7252
7253 * mbase/MEvtLoop.[h,cc]:
7254 - added a second arguemtn to reading of the resource file by name
7255 - added some checks when reding the resource file and the
7256 parameter list hasn't been setup
7257
7258 * mbase/MParList.cc:
7259 - removed an obsolete output from ReadEnv
7260
7261 * mfbase/MF.[h,cc]:
7262 - added ReadEnv member function to support resource files
7263 - added kAllowEpty flag to support skipping by resource files
7264
7265 * mfbase/MFilterList.cc:
7266 - added a comment
7267
7268 * mbase/MStatusDisplay.[h,cc]:
7269 - fixed Write to be compatible with root 4.02/00
7270 - worked around a problem with reading the DrawOption correctly
7271 from a stored status display
7272
7273
7274
7275 2005/01/19 Thomas Bretz
7276
7277 * mbase/MMath.cc:
7278 - added a comment to SignificanceLiMa, made by Daniel Mazin
7279 - also check for b==0
7280
7281 * mhflux/MAlphaFitter.[h,cc]:
7282 - fixed significance calculation in case of on-off data
7283 - added fScaleFactor
7284
7285 * mhflux/MHAlpha.[h,cc], mhflux/MHFalseSource.cc:
7286 - handle scale factor in case of on-off observations
7287
7288 * mjobs/MJPedestal.cc:
7289 - aligned screen output to 80col rule
7290
7291 * mtrigger/MFTriggerPattern.[h,cc]:
7292 - assigned correct integers to enum
7293 - made sure that the enum is correctly handled in all function by
7294 applying a r-value to the condition
7295
7296
7297
7298 2005/01/19 Abelardo Moralejo
7299
7300 * mtrigger/MFTriggerPattern.[cc,h]
7301 - Changed Bool_t arguments of all setters to new type Prescale_t
7302 defined by N. Galante (see below)
7303
7304
7305
7306 2005/01/19 Nicola Galante
7307
7308 * mtrigger/MFTriggerPattern.[cc,h]
7309 - added in header enum Prescale_t { kUnPrescaled = kFALSE,
7310 kPrescaled = kTRUE };
7311
7312 - fixed a bug in Process, both fMaskRequiredUnprescaled and
7313 fMaskRequiredPrescaled are checked simultaneously.
7314
7315
7316
7317 2005/01/18 Markus Gaug
7318
7319 * mcalib/MCalibColorSet.cc
7320 - fixed the remaining day of data without colour in project name
7321 neither in digital modules bits.
7322
7323 * mpedestal/MPedCalcPedRun.[h,cc]
7324 - catch the continuous light runs with MRawRunHeader::fRunType
7325 == kRTCalibration to be recognized as effective pedestal runs.
7326
7327
7328 2005/01/18 Thomas Bretz
7329
7330 * mbase/MMath.cc:
7331 - added a check for s==0 in SignificanceLiMa, because otherwise the
7332 result is NaN
7333
7334 * mfbase/MF.cc:
7335 - removed an obsolete debugging output from the latest changes
7336
7337 * mhflux/MHAlpha.cc:
7338 - reset fHTime, too
7339
7340
7341
7342 2005/01/18 Nicola Galante
7343
7344 * mtrigger/MFTriggerPattern.cc:
7345 - added parentesis to ensure bitwise operators priority
7346 with respect to logical operators.
7347
7348
7349 2005/01/17 Thomas Bretz
7350
7351 * manalysis/MEnergyEstimate.[h,cc]:
7352 - changed to be more general. Energy is now estimated from a rule
7353 (MDataChain) The default behaviour is still the same as before
7354 to copy the energy from MMcEvt
7355
7356 * mbase/MTask.cc:
7357 - changed to write out the descriptor istead of the task-name only
7358 in Pre/PostProcess
7359
7360 * mhbase/MH.cc:
7361 - initialize fSerialNumber and fNumExecutions in constructor
7362
7363 * mhflux/MHFalseSource.cc:
7364 - according to a suggestion by Markus Mayer I have changed
7365 \\sigma_{max}=f to S_{max}=f\\sigma
7366
7367 * mjobs/MJCalibrateSignal.cc:
7368 - as discussed with Markus and Abelardo fixed the MFTriggerPattern
7369 call.
7370
7371 * mtrigger/MFTriggerPattern.cc, mtrigger/MTriggerPattern.cc,
7372 mtrigger/MTriggerPatternDecode.cc:
7373 - added some comment about file version
7374
7375 * mbase/MFilter.h:
7376 - implemented new virtual function GetDataMember like in MData
7377
7378 * mbase/MTask.[h,cc]:
7379 - when filter is added ass GetDataMember to branch list (should be
7380 obsolete, because filter is in the tasklist, but it should not hurt)
7381
7382 * mfbase/MF.[h,cc], mfbase/MFDataChain.[h,cc], mfbase/MFDataMember.[h,cc],
7383 mfbase/MFilterList.[h,cc]:
7384 - implemented new function GetDataMember
7385
7386
7387
7388 2005/01/17 Markus Gaug
7389
7390 * msignal/MExtractTimeAndChargeDigitalFilter.cc
7391 - remove a situation where the high-gain signal can be 0.
7392
7393 * mtrigger/MTriggerPattern.h
7394 - fixed a bug in defining the trigger bit pattern (Have to start
7395 from 0 instead of 1)
7396
7397 * mjobs/MJPedestal.cc
7398 * mjobs/MJCalibrateSignal.cc
7399 - fixed default extraction ranges.
7400
7401 * callisto.rc
7402 - fixed default weights files for pedestal extraction for cosmcis
7403
7404 * mcalib/MCalibrationChargeCalc.cc
7405 - removed program exit on occurrance of multiple colours without
7406 intensity calibration
7407
7408
7409
7410 2005/01/17 Nadia Tonello and Markus Gaug
7411
7412 * mcalib/MCalibrationChargeCam.cc
7413 - some fit improvements in the function GetAveragedConvFADC2PhotPerArea
7414
7415
7416
7417 2005/01/16 Markus Gaug
7418
7419 * mhcalib/MHCalibrationCam.[h,cc], mhcalib/MHCalibrationRelTimeCam.[h,cc],
7420 mhcalib/MHCalibrationChargeCam.[h,cc]
7421 - put overflow management and results camera initialization into
7422 base class
7423
7424 * mcalib/MCalibrateData.[h,cc]
7425 - added possibility to re-normalize signal to equiv. photo-electrons
7426 ( SetSignalType(MCalibrateData::kPhe) ).
7427 Default is old version in photons
7428 - speed up Process by storing pre-calculated calibration constants
7429 in arrays (needed 40% of CPU time of the eventloop before, now: 23%)
7430 - added new pointer to different MCalibrationChargeCam used for
7431 updates
7432 - added possibility to update the conversion factors using the
7433 MCalibrationChargeCam stored in fCalibUpdate.
7434 - added Print() function
7435
7436 * mcalib/MCalibCalcFromPast.[h,cc]
7437 - committed final version, now also in the Makefile
7438
7439 * mjobs/MJCalibrateSignalFromOutside.[h,cc], macros/calibration.C
7440 - committed final version, now able to calibrate interlaced cal.
7441 events.
7442
7443
7444
7445 2005/01/14 Hendrik Bartko
7446
7447 * msignal/calibration_weights_UV.dat
7448 - fixed a small bug in the noise autocorrelation of the AB-noise
7449
7450 * msignal/calibration_weights_blue.dat
7451 - new weights file for blue calibration pulses
7452
7453 * cosmics_weights.dat
7454 - fixed a small bug in the noise autocorrelation of the AB-noise
7455
7456
7457
7458 2005/01/14 Markus Gaug
7459
7460 * msignal/MExtractTimeAndChargeDigitalFilter.cc
7461 - added a small acceleration of the program, tested by Hendrik and
7462 me.
7463
7464 * mpedestal/MPedCalcFromLoGain.cc
7465 - fixed one warning output which was not a real warning.
7466
7467 * mcalib/MCalibrationChargeCam.cc
7468 - improved the function to calculate a mean conversion factor over
7469 the whole camera including a fit to the values.
7470
7471 * mpedestal/MPedCalcPedRun.[h,cc]
7472 - undo some changes introduced by TB on 2/12/04 which had made the
7473 use of interlaced pedestal events impossible again.
7474 - Use now the new class MTriggerPattern directly to recognize an
7475 interlaced pedestal event.
7476
7477
7478
7479 2005/01/14 Thomas Bretz
7480
7481 * callisto.cc:
7482 - fixed a typo in output
7483
7484 * manalysis/MGeomApply.cc:
7485 - removed some old code already in comments
7486 - added possibility to switch off automatic processing (used
7487 if two different geometries around)
7488
7489 * manalysis/MMultiDimDistCalc.cc, mhbase/MHMatrix.[h,cc],
7490 mranforest/MRanForestCalc.cc, mtools/MHSimulatedAnnealing.[h,cc],
7491 mtools/MSimulatedAnnealing.h:
7492 - added include of TVector because in newer root version it is
7493 not included from TMatrix anymore
7494
7495 * mbase/BaseLinkDef.h, mbase/MMath.[h,cc]:
7496 - to stick to the convention of TMath in newer root versions MMath
7497 changed from a class to a namespace
7498
7499 * mbase/MEvtLoop.[h,cc]:
7500 - to support newer root version added a second Write-function
7501 with a const qualifier.
7502
7503 * mdata/MDataChain.cc:
7504 - changed access to TMath for newer root versions
7505
7506 * mfileio/MChain.[h,cc]:
7507 - implemented a workaround for teh changed LoadTree definition
7508 in newer root-versions
7509
7510 * mfileio/MReadTree.cc:
7511 - fixed a bug in CheckBranchSize caused some warning to be
7512 displayed
7513
7514 * mhflux/MHAlpha.cc:
7515 - removed check for fResult in PostProcess (it is always there)
7516
7517 * msignal/MExtractTimeFastSpline.cc:
7518 - fixed delete --> delete[]
7519
7520 * mbadpixels/MBadPixelsCalc.cc:
7521 - slight change to some output
7522
7523 * mbase/MTaskEnv.h:
7524 - set name of default task when pointer is given
7525
7526 * mjobs/MJCalibrateSignal.cc:
7527 - fixed handling of extraction range for various cases
7528 - fixed handling in case no arrival times are calculated
7529
7530 * mjobs/MJCalibration.cc:
7531 - write at least a default arrival time calibration container
7532 to make further processing easier
7533
7534 * mjobs/MJPedestal.[h,cc]:
7535 - fixed handling of extraction range for various cases
7536
7537
7538
7539 2005/01/14 Abelardo Moralejo
7540
7541 * mtemp/mpadova/macros/trainsubsample.C, RanForestDISP.C
7542 - added. Two macros used in the analysis of real wobble mode data.
7543
7544
7545
7546 2005/01/14 Daniela Dorner
7547
7548 * macros/sql/filldotrun.C
7549 - added new arehucas-verions and changed code accordingly
7550
7551
7552
7553 2005/01/13 Abelardo Moralejo
7554
7555 * macros/starmc.C
7556 - Added (commented) lines for the case of gamma MC source off-axis
7557 (wobble mode). Changed default extractor to
7558 MExtractFixedWindowPeakSearch.
7559
7560
7561
7562 2005/01/13 Raquel de los Reyes
7563
7564 * callisto.rc
7565 - introduced several configuration lines
7566 (format: "class".DataCheck: No) to allow callisto
7567 to run with rawfiles. Necessary for the datacheck.
7568
7569
7570
7571 2005/01/13 Markus Gaug
7572
7573 * mcalib/MCalibColorSet.cc
7574 - fixed runs 45605-45609
7575
7576 * msignal/MExtractor.h
7577 - take out the variable fHiLoLast from the streamer. Will be
7578 initialized in the ReInit(), if needed
7579
7580 * msignal/MExtractor.cc
7581 - Initialized fHiLoLast to 0. Otherwise, a second eventloop with
7582 the same extractor may have that variable set to a certain
7583 value, even if not desired. The ReInit() fixes fHiLoLast, if
7584 different from 0.
7585
7586 * mpedestal/MExtractPedestal.cc
7587 * mpedestal/MPedCalcPedRun.cc
7588 * mpedestal/MPedCalcFromLoGain.cc
7589 - fix the output of the print to the correct value for the case
7590 that the extractor is used.
7591
7592
7593 2005/01/13 Thomas Bretz
7594
7595 * callisto.rc:
7596 - fixed some typos
7597
7598 * mbase/MLog.cc:
7599 - unset DEBUG defined unintentionally
7600
7601 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
7602 - removed printing Weights in InitArrays, because otherwise
7603 the output of a full data calibration is totally crowded
7604 with numbers. Having the weights-file name on the display
7605 is perfectly enough.
7606
7607
7608
7609 2005/01/12 Markus Gaug
7610
7611 * mcalib/MCalibrationIntensityRelTimeCam.cc
7612 - added fit to improve averageing of the obtained results
7613
7614
7615
7616 2005/01/12 Thomas Bretz
7617
7618 * manalysis/MMatrixLoop.cc:
7619 - changed name to MRead because it now derives from MRead
7620
7621 * mbase/MEvtLoop.[h,cc]:
7622 - implemented an option not to cascade the status display to the
7623 parameter list in PreProcess
7624
7625 * mhflux/MHAlpha.cc:
7626 - changed name of "Significance" to "MinimizationValue"
7627 - return -significance to have a value being minimized
7628
7629 * mhist/MHCamera.cc:
7630 - fixed output of text in legend
7631
7632 * mhist/MHEvent.[h,cc]:
7633 - implemented new options for calibrated pedestals
7634
7635 * mmain/MEventDisplay.cc:
7636 - fixed to support latest changes in MJCalibrateSignal
7637
7638 * mpedestal/MPedPhotCam.cc:
7639 - added new options in GetPixelContent (4 and 5) to support
7640 a correct camera display
7641
7642 * mjobs/MJCalibrateSignal.cc:
7643 - fixed display of calibrated pedestal and pedestal rms
7644 - changed order of plots. Now all interpolated values
7645 (means all calibrated values which are bad-pixel treated)
7646 are displayed behind the unsuitable pixels.
7647
7648 * mjobs/MJ*.cc:
7649 - corrected all wrong %06d to %08d to fit the number of
7650 digits in run-numbers
7651
7652
7653
7654 2005/01/11 Abelardo Moralejo
7655
7656 * mjobs/Makefile
7657 - added missing include -I ../mtrigger
7658
7659
7660
7661 2005/01/11 Thomas Bretz
7662
7663 * callisto.cc, callisto.rc:
7664 - changed such, that all three kinds of pedestals are calcualted
7665 (usefull for studies)
7666
7667 * manalysis/MMatrixLoop.[h,cc]:
7668 - derived from MRead
7669 - implemented some basic functions from MRead
7670
7671 * mfilter/MFCosmics.[h,cc]:
7672 - allow setting of name of MPedestalCam
7673
7674 * mhbase/MBinning.[h,cc]:
7675 - added SetEdges taking MParList as input
7676
7677 * mhflux/MHAlpha.cc:
7678 - use new function from MBinning
7679
7680 * mjobs/MJCalibrateSignal.[h,cc]:
7681 - changed to calculate all three kinds of pedestals
7682 - added filters for trigger pattern and illuminated events
7683
7684 * mjobs/MJPedestal.cc:
7685 - give different names to tabs with different pedestals
7686
7687 * mjobs/MJStar.cc:
7688 - on request changed used pedestal from "FromExtractor" to
7689 "FromExtractorRndm"
7690
7691 * mtrigger/MTriggerPattern.h:
7692 - added Reset function
7693
7694 * mtrigger/MTriggerPatternDecode.[h,cc]:
7695 - added using file format version number
7696
7697
7698
7699 2005/01/11 Markus Gaug
7700
7701 * mbadpixels/MBadPixelsPix.cc
7702 - updated documentation
7703
7704 * mcalib/MCalibrationChargeCalc.cc
7705 - make pixels with deviating number of phes unreliable instead of
7706 unsuitable (this was already thought so, but missed to modify
7707 at one place).
7708
7709 * mhcalib/MHCalibrationCam.[h,cc]
7710 - add possible flag 'kInterlaced': default: kFALSE (like before)
7711 - added pointer to MRawEvtHeader to deny cosmics events in case
7712 of 'interlaced' flag is set. No changes for 'normal' calibration
7713
7714
7715
7716 2005/01/10 Benjamin Riegel
7717
7718 * mreport/MReportStarguider.cc, mreport/MReportStarguider.h
7719 - added two classes for implementing starguider-data
7720
7721 * mreport/ReportLinkDef.h
7722 - added class MReportStarguider to be linked:
7723 #pragma link C++ class MReportStarguider+;
7724
7725 * mreport/Makefile
7726 - added file MReportStarguider.cc
7727
7728 * merpp.cc
7729 - added two containers ( MReportStarguider, MTimeStarguider ) and
7730 added MReportStarguider to the list:
7731 w->AddContainer("MReportStarguider", "Starguider");
7732 w->AddContainer("MTimeStarguider", "Starguider");
7733 r->AddToList("MReportStarguider");
7734
7735
7736
7737 2005/01/10 Markus Gaug
7738
7739 * mcalib/MCalibColorSet.cc
7740 - return kFALSE for CL-run instead of kTRUE
7741
7742 * mcalib/MCalibrationChargeCalc.cc
7743 - stop program in case that multiple colours are found in same file
7744 without intensity calibration
7745
7746 * mbadpixels/MBadPixelsPix.h
7747 - added two new possible UnCalibrated_t flags for the hi-lo
7748 calibration
7749
7750 * macros/calibration.C
7751 - add the calls to:
7752 MArray::Class()->IgnoreTObjectStreamer();
7753 MParContainer::Class()->IgnoreTObjectStreamer();
7754 in main.
7755
7756 * msignal/MExtractor.h
7757 - added Getter for fOffsetLoGain (was still missing)
7758
7759 * mhcalib/MHCalibrationChargeCam.[h,cc]
7760 - remove pixels with histogram overflow only if their percentage
7761 passes a certain limit (default: 0.5%). Before, every overflow
7762 lead to an unsuitable pixel.
7763
7764 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
7765 - implemented changes suggested by T.B. to speed up calculations
7766 - take fNameWeightsFile into the streamer, otherwise the Clone()
7767 will always create an extractor with cosmic's weights.
7768 - set fOffsetLoGain to a slighly higher value. The DF seems to
7769 have a different offset since it uses different pulse shapes
7770 and thus sightly different time definitions.
7771
7772
7773
7774 2005/01/10 Thomas Bretz
7775
7776 * mhvstime/MHVsTime.cc:
7777 - fixed a compiler error for gcc 2.95.3, see Mantis bug # 157
7778
7779 * callisto.cc:
7780 - changed such, that the calculated pedestal is not random
7781 anymore
7782 - added code to calculate the pedestal also with randomization,
7783 but this code is for the moment commented out.
7784
7785 * callisto.rc:
7786 - fixed naming of pedestal calculation
7787
7788 * mbadpixels/MBadPixelsCalc.cc:
7789 - added a second check which compares the pedestal rms with
7790 the variance of the pedestal rms in the same sector
7791
7792 * mjobs/MJCalibrateSignal.[h,cc]:
7793 - changed to calculate the pedestal from extractor without
7794 randomization
7795 - added code to calculate the pedestal also with randomization,
7796 but this code is for the moment commented out.
7797
7798 * mjobs/MJCalibration.cc:
7799 - made sure that pedcam always has the correct name
7800 (FIXME? Print a warning if it has the wrong name)
7801
7802 * mjobs/MJPedestal.[h,cc]:
7803 - changed such, that it allows the calculation of pedestals
7804 in three different ways (fundamental, fromextractor,
7805 fromextractorrndm)
7806 - therefor removed SetExtractorResolution and added
7807 + void SetExtractionFundamental()
7808 + void SetExtractionWithExtractorRndm()
7809 + void SetExtractionWithExtractor()
7810
7811 * mjobs/MJStar.cc:
7812 - changed/fixed the input name of the MPedPhotCam used in the
7813 image cleaning
7814
7815 * mraw/MRawFileRead.[h,cc]:
7816 - changed return type of OpenNextFile
7817 - in some cases return kERROR in OpenNextFile to abort the Processing
7818 with an error
7819
7820 * mraw/MRawRunHeader.cc:
7821 - call a wrong file format version ERROR now
7822
7823 * mhflux/MAlphaFitter.[h,cc]:
7824 - make sure that resetted values are returned if fit failed
7825 - set default scaling too kOffRegion
7826
7827 * mhflux/MHAlpha.cc:
7828 - some small fixes to handling of MHAlphaOff
7829
7830 * mhflux/MHFalseSource.[h,cc]:
7831 - implemented possible usage of MHFalsSourceOff for On-Off-Analysis
7832 - updated display accordingly
7833 - updated fit accordingly
7834 - removed catalog temporarily from plots until I found the
7835 reason for the strange crashes
7836
7837 * mbadpixels/MBadPixelCalc.[h,cc]:
7838 - implemented the possibility to check the pedestal rms against the
7839 variance of the pedstal rms, too. The option is curretly switched
7840 off.
7841 - enahanced informal output in PreProcess
7842
7843 * mbase/MTaskList.cc:
7844 - a little change to some output
7845
7846
7847
7848 2005/01/10 Wolfgang Wittek
7849
7850 * mfbase/MFEventSelector2.cc
7851 - check whether filter exists before calling
7852 filter->CallPreProcess(parlist)
7853
7854
7855
7856 2005/01/08 Markus Gaug
7857
7858 * mhcalib/MHCalibrationHiLoCam.[h,cc]
7859 * mcalib/MCalibrationHiLoCam.[h,cc]
7860 * mcalib/MCalibrationHiLoPix.[h,cc]
7861 * mcalib/MIntensityCalibrationHiLoCam.[h,cc]
7862 * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
7863 mcalib/CalibLinkDef.h
7864 - new classes for calibration of conversion high-gain vs. low-gain
7865
7866 * msignal/MExtractedSignalPix.[h,cc]
7867 - added data member fChisquare, set to -1. by Clear() and Reset()
7868 - raised version number by 1
7869
7870 * msignal/MExtractedSignalCam.[h,cc]
7871 - added data member fNdf, set to -1 by default
7872 - new function: GetProb(const Int_t pixidx) to be called to
7873 calculate the joint probability of Chisquare of pixel "pixidx"
7874 and fNdf
7875 - added documentation of data members
7876 - raised version number by 1
7877
7878 * mhcalib/MHCalibrationChargeCam.cc
7879 - strengthened default histogram limits a bit, should accelerate
7880 the calibration by 20%.
7881
7882 * mjobs/MJCalibrateSignalFromOutside.cc
7883 - fixed two lines to compile MCalibrateData with the recent changes
7884 by TB
7885
7886 * msignal/MExtractTimeAndChargeDigitalFilter.cc
7887 - fixed two bugs introduced yesterday by TB.
7888
7889 * msignal/MExtractTimeAndChargeSpline.cc
7890 * msignal/MExtractTimeAndChargeSlidingWindow.cc
7891 - adopt part of TB's speed accelerations into these classes
7892
7893 * msignal/MExtractTimeAndCharge.cc
7894 - fix the low-gain extraction window for the case that the high-gain
7895 is saturated. Was skipped so far.
7896
7897
7898
7899 2005/01/07 Markus Gaug
7900
7901 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
7902 - catch the case that more than 90% of the pixels have saturated
7903 signals and fix the extraction window from the occurrance of
7904 saturation, then. Important for high-intensity calibration events.
7905
7906
7907 * msignal/MExtractor.cc
7908 * msignal/MExtractTime.cc
7909 * msignal/MExtractTimeAndCharge.cc
7910 - added some documentation
7911
7912 * msignal/MExtractTime.[h,cc]
7913 - moved the empty function FindTimeHiGain() and FindTimeLoGain() to
7914 the header-file.
7915
7916
7917
7918
7919 2005/01/07 Abelardo Moralejo
7920
7921 * mbase/MLog.h
7922 - Added #include "TSystem.h", otherwise gSystem is not recognized
7923 in Mac OSX.
7924
7925 * manalysis/MMakePadHistograms.cc
7926 - Changed badcalc.SetNamePedPhotContainer to
7927 badcalc.SetNamePedPhotCam
7928
7929
7930
7931 2005/01/07 Thomas Bretz
7932
7933 * mbadpixels/MBadPixelsCalc.[h,cc], macros/ONOFFAnalaysis.C:
7934 - replaced PedPhotContainer by PedPhotCam for consistency
7935
7936 * mbase/MLog.[h,cc]:
7937 - return *this in Seperator()
7938
7939 * mbase/MPrint.[h,cc]:
7940 - use new separator manipulator in PreProcess
7941 - fixed a type: separator instead of seperator
7942
7943 * mfileio/MReadTree.[h,cc]:
7944 - added a check for branch->IsAutoDelete() in Notify()
7945
7946 * mpedestal/MExtractPedestal.[h,cc]:
7947 - added new option 'fRandomCalculation' be used to switch on-/off-
7948 randomization in extractors, the default should be like before
7949 - added Process() calling Calc()
7950
7951 * mpedestal/MPedCalcFromLoGain.[h,cc], mpedestal/MPedCalcPedRun.[h,cc]:
7952 - renamed Process() to Calc()
7953
7954 * Makefile:
7955 - removed macros/calibration.C, which seems to have been
7956 unintantionally introduced.
7957
7958 * manalysis/Makefile:
7959 - removed unintantionally introduced wrong include
7960
7961 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
7962 - a small acceleration discussed with Hendrik by replacing a
7963 counter in a loop by pointer arithmetics
7964
7965 * mraw/MRawEvtPixelIter.cc:
7966 - fixed a bug in GetMaxIdxHiLoGain which caused the loop to
7967 read one byte behind the end of the array
7968 - fixed HasLoGain() which really did weired things, means accessing
7969 sometimes memory somewhere. This could theoretically result
7970 in assigning the wrong lo-gains to the wrong pixels.
7971
7972 * mtrigger/MTriggerPattern.[h,cc], mtrigger/MTriggerPatternDecode.[h,cc],
7973 mtrigger/MFTriggerPattern.[h,cc]:
7974 - added
7975
7976 * mtrigger/Makefile, mtrigger/TriggerLinkDef.h:
7977 - added MTriggerPattern, MTriggerPatternDecode and MFTriggerPattern
7978
7979 * manalysis/MEnergyEstParam.h:
7980 - added a new function SetVariables calling SetCoeff
7981
7982 * mcalib/MCalibrateData.[h,cc]:
7983 - removed data members for container names
7984 - added new lists for container names
7985 - allow to calibrate more than one pedestal container at the same
7986 time
7987
7988 * mjobs/MJCalibrateSignal.cc:
7989 - changed accordingly
7990
7991
7992
7993 2005/01/05 Thomas Bretz
7994
7995 * mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationChargeCalc.cc,
7996 mhcalib/MHCalibrationRelTimeCam.cc:
7997 - made some output lines fit into convinience window of 80 col
7998
7999 * mhist/MHCamEvent.cc:
8000 - make sure that x-axis has correct title
8001
8002 * msignal/MArrivalTimePix.cc:
8003 - init error to -1 which is a obviously non valid value
8004 - fixed IsValid() which gave wrong results
8005
8006 * msignal/MExtractTimeAndCharge.cc, msignal/MExtractedSignalPix.cc:
8007 - made sure that LoGain is flagged non-valid if no lo-gain exists
8008 - push time back at the edge of the allowed limits if outside
8009
8010 * mbase/MGList.[h,cc]:
8011 - introduced new functions Delete and DeletePictures
8012 - SetBit(kMustCleanup) in constructor. Otherwise it is not
8013 correctly removed from ListOfCleanups
8014
8015 * mbase/MLog.cc:
8016 - SetBit(kMustCleanup) if adding a plugin to make sure it is cleaned
8017 from the list
8018
8019 * mbase/MParContainer.[h,cc]:
8020 - replaced return type of GetDescriptor by TString. The old version
8021 was terribly wrong! The returned memory wasn't removed as soon
8022 as the function returned.
8023
8024 * mbase/MStatusDisplay.[h,cc]:
8025 - for security (thread safty) replaced all Form() by MString::Form()
8026 - implemented a more secure scheme of Closing (Clone()) this was
8027 a hint given by valgrind
8028 - set kMustCleanup for all new object in ClonePad not only kCanDelete
8029 - fixed some lines in pulldown-menus
8030 - add TPads to ListOfCleanups in ClonePad (workaround!)
8031
8032 * mbase/MString.[h,cc]:
8033 - implemented a new static Form() function returning a copy of
8034 the result
8035
8036 * mbase/MTask.[h,cc]:
8037 - replaced return type of GetDescriptor by TString. The old version
8038 was terribly wrong! The returned memory wasn't removed as soon
8039 as the function returned.
8040 - Made GetDescriptor thread safe using MString::Form
8041
8042 * mfileio/MWriteRootFile.cc:
8043 - Use GetDescriptor().Data() when using any kind of printf function
8044
8045 * mhbase/MFillH.cc:
8046 - replaced string concatenation in all constructors by a Form
8047 (also suggested by valgrind)
8048
8049 * mhcalib/MHCalibrationRelTimeCam.cc:
8050 - made some output fit into 80col boundary
8051
8052
8053
8054
8055 2005/01/03 Thomas Bretz (HAPPY NEW YEAR)
8056
8057 * mfht:
8058 - added new directory for hexagonal fourier transformation
8059
8060 * mfht/HftIncl.h, mhft/HftLinkDef.h, mhft/MGeomCamMagicXT.[h,cc],
8061 mhft/MGeomCamMagicEnhance.[h,cc], mhft/MHexgaonalFT.[h,cc],
8062 mhft/MHexagonalFreqSpace.[h,cc], mhft/MHexagonalFTCalc.[h,cc],
8063 mhft/Makefile:
8064 - added
8065
8066 * macros/extendcam.C:
8067 - added: tutorial for MGeomCamExtend
8068
8069 * macros/hft.C:
8070 - added: tutorial for MHexgonalFTCalc
8071
8072 * macros/dohtml.C:
8073 - updated
8074
8075 * macros/rootlogon.C:
8076 - updated
8077
8078 * Makefile:
8079 - mhft added
8080
8081 * mbase/MParContainer.cc, mbase/MLog.cc:
8082 - added a pre-compiler option for destructor debugging
8083
8084 * mbase/MTaskList.[h,cc]:
8085 - added new function Replace
8086
8087 * mdata/MDataChain.cc, mfbase/MF.cc:
8088 - shortened some output
8089
8090 * mdata/MDataArray.[h,cc]:
8091 - added new function FindRule
8092
8093 * mfileio/MReadTree.[h,cc]:
8094 - enhanced functionality to be able to read a TTree stored in memory
8095 instead of a file. Therefor introduced fTree which is now the pointer
8096 used and replaced fChain where TTree and TChain have common behaviour.
8097 Where they behave uncommon new code for the new case has been added.
8098
8099 * mfileio/MWriteRootFile.[h,cc]:
8100 - enhanced functionality to be able to write a TTree into memory
8101 instead of a file. This were maily bugfixes for the case fOut==0, which
8102 must be handled correctly. Becarefull a tree filles without a file
8103 is not deleted automatically!
8104
8105 * mhbase/MBinning.h:
8106 - added copy constructor
8107 - fixed buggy SetEdges(MBinning&) which didn't work
8108
8109 * mhbase/MHMatrix.cc:
8110 - when adding a new rule check first if the same rule already exists
8111
8112 * mhflux/MAlphaFitter.[h,cc]:
8113 - added new functionality to support on-off analysis
8114 - didn't touch existing code
8115
8116 * mhflux/MHAlpha.[h,cc]:
8117 - added new functionality to support on-off analysis
8118 - replaced Fit() calls by newer function calls
8119 - added DrawAll - PRELIMINARY
8120 - fixed a bug when projecting - may be the reson for some strange
8121 crashes
8122
8123 * mcalib/MCalibColorSet.cc:
8124 - fixed a stupid bug introduced last year, which caused MCalibColorSet
8125 in some circumstances to stop the eventloop when it shouldn't
8126
8127 * mjobs/MSequence.cc:
8128 - expand path names
8129
Note: See TracBrowser for help on using the repository browser.