source: trunk/MagicSoft/Mars/Changelog@ 7354

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