source: trunk/MagicSoft/Mars/Changelog@ 7421

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