source: trunk/MagicSoft/Mars/Changelog@ 7365

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