source: trunk/MagicSoft/Mars/Changelog@ 7334

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