source: trunk/MagicSoft/Mars/Changelog@ 7424

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