source: trunk/MagicSoft/Mars/Changelog@ 7420

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