source: trunk/MagicSoft/Mars/Changelog@ 7327

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