source: trunk/MagicSoft/Mars/Changelog@ 7356

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