source: trunk/MagicSoft/Mars/Changelog@ 7401

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